Replies: 1 comment 2 replies
-
Hi Sam! It works - check out the official documentation for stripe-react-native. Our Flutter plugin is very similar to it: In essence: use setupIntentClientSecret |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am able to initialize the PaymentSheet when I have a PaymentIntent that does not have a customer and payment method associated with it. As soon as I attach a customer and a payment method with the purpose of using saved credit card info, the PaymentSheet fails with a generic error code.
It states in the documentation that the sheet supports saving and reusing cards. What is the correct way to do this?
Expected behavior
Can use saved credit card info when checking out with the PaymentSheet.
Smartphone / tablet
Beta Was this translation helpful? Give feedback.
All reactions