-
Notifications
You must be signed in to change notification settings - Fork 1
Making some doc updates #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| ``` | ||
| ## Fund the quote (Sandbox simulation) | ||
| In production, you would trigger a real‑time push on a local instant rail (e.g., RTP, SPEI, SEPA Instant) to the provided `bankAccountInfo` using the exact `reference`. In Sandbox, you can mock funding using the simulate send endpoint. | ||
| In production, you would trigger a payment on one of the supported blockchains to the provided address. In Sandbox, you can mock funding using the simulate send endpoint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we doing stablecoin stuff for P2P?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me tweak this to highlight that you can use real-time payment or crypto rails, but the example focuses on crypto. It seems the zeitgeist is stablecoin settlements and trying to address that interest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this whole demo in particular is mostly around the sofi/umaaas use case, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the UMAaas flow but there are an increasing number of neobanks / eWallets offering USD denominated accounts where balances are actually USDC.
I've updated it to
With Global P2P you can send and receive payments in any supported fiat or crypto currency. This quickstart guides you through a regulated FI sending an individual customer payment from the US to a bank account in Mexico using USDC just-in-time funding. For an example funding with real time fiat rails, see the Sending Payments guide.
Co-authored-by: Jeremy Klein <jklein24@gmail.com>
Co-authored-by: Jeremy Klein <jklein24@gmail.com>
No description provided.