Fynbos integration #357
DonChangfoot
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fynbos has started integrating Rafiki into its backend for use with outgoing payments. Here are some thoughts and questions so far.
depositEventLiquidity
mutation. Ideally, this execution step would be explicit where we provide theid
of the outgoing payment we want executed. This fits more cleanly into our business logic instead of mapping an event to a payment.FailOutgoingPayment
mutation - we will expose Rafiki open payments api for programmatic access. When a user creates a payment programmatically then we will receive the created webhook. We then run business logic e.g. reserve funds etc. If this fails then we need to fail the outgoing payment.on-us
payment.createAccount
on Rafiki should be more along the lines of registering an identity. As again we provide the underlying account and Rafiki provides a discoverable identity on the Interledger network.Beta Was this translation helpful? Give feedback.
All reactions