Replies: 3 comments
-
@remonh87 @jonasbark can you help plz or show me in example for that, i already see this: https://www.youtube.com/watch?v=pGkpOZXrcU4 , and read https://docs.page/flutter-stripe/flutter_stripe/sheet |
Beta Was this translation helpful? Give feedback.
-
The payment sheet completes in case the data is collected correctly. If some error happens the library Throws a stripe exception. There is not yet proof the payment is successful so you need to ask your backend if they received success from Stripe. Also check: https://docs.page/flutter-stripe/flutter_stripe/sheet#4--handle-post-payment-events |
Beta Was this translation helpful? Give feedback.
-
Ok, I will see, thanks for your quick responding |
Beta Was this translation helpful? Give feedback.
-
This is my code :
First Step:
Second:
So how to get paymentSheetResponse to Handle the result and get id off the payment and status?
Beta Was this translation helpful? Give feedback.
All reactions