Save card for future usage checkbox not being displayed on PaymentSheet #1220
Unanswered
pedrumiranda
asked this question in
Q&A
Replies: 1 comment
-
Hello guys, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Save card for future usage checkbox not being displayed on PaymentSheet, Even if I have created an ephemeral_key and passed it to the initPaymentSheet parameters. Im using flutter_stripe: ^9.1.1
To Reproduce
Steps to reproduce the behavior:
Payment intent creation Backend code
`
public Response stripe_create_payment_intent_test() throws StripeException {
InitPaymentSheet Dart Code
In the end of the code we can see the paymentIntentClientSecret and customerEphemeralKeySecret being passed in the parameters, for each new checkout I create a new paymentIntentClientSecret and EphemeralKey for the customer.
`
await Stripe.instance .initPaymentSheet(
Expected behavior
I would expect to see the check box for allowing the customer to save the card for usage in the next time, just like the example the colleague shared on this thread: #224

However I see the payment sheet without this checkbox, altough the card is being saved implicitely
Smartphone / tablet
Beta Was this translation helpful? Give feedback.
All reactions