Skip to content
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

Integrate Stripe into Wallet - PP as URL to show payment UI #1865

Open
Tracked by #1860
Tymmmy opened this issue Dec 6, 2024 · 0 comments
Open
Tracked by #1860

Integrate Stripe into Wallet - PP as URL to show payment UI #1865

Tymmmy opened this issue Dec 6, 2024 · 0 comments
Assignees

Comments

@Tymmmy
Copy link
Contributor

Tymmmy commented Dec 6, 2024

Context

Payment pointer urls on the live wallet should show a payment UI.

  • User has a payment pointer they want to send money to
  • They use the PP as a url, and a page opens up, where user will choose if he wants to pay by Interledger, or by using card
  • If the user chooses pay by card, then we need to integrate Stripe to be able to make the payment
  • The User, who is owner of the URL PP gets the money

Example fynbos - https://fynbos.me/radu

We will use Stripe webhooks to implement this.
When a transfer happens, money will go to Interledger Stripe account, the money will leave in this Stripe account.
When the webhook is received, then our GateHub account will settle the amount with the recepeints user wallet.
We need to make sure the sender has enough funds, otherwise we need to show error message.
This will only be available for interledger.cards, the Live Wallet - use env variable
We need to make sure Stripe fees are clearly visible.
Stripe already offers a form that needs to be integrated into the FE.

Usefull links:

Todos

  • Integrate Stripe into Wallet as described above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants