You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding multiple cards all of them are listed in the customer's payment methods but not one of them is set as default. Is there a way to set it as a default? (flutter shows the payment sheet with one of them selected by default in the client but not in the stripe )
This discussion was converted from issue #510 on January 03, 2022 17:05.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When adding multiple cards all of them are listed in the customer's payment methods but not one of them is set as default. Is there a way to set it as a default? (flutter shows the payment sheet with one of them selected by default in the client but not in the stripe )
When we set it manually it is updating the customer's default payment method and can see it here, https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
Can users update their default card from the flutter_stripe which will update the customer object? The widget shows default selected cards but that is not the default option in the stripe backend? Here the challenge is as per the documentation it should be done in the backend. ref : https://stripe.com/docs/payments/save-and-reuse?platform=android&ui=payment-sheet#charge-saved-payment-method
If there are multiple cards how we can identify the default payment method of the user in the backend as we cant get that information from flutter?
Beta Was this translation helpful? Give feedback.
All reactions