#tunnnna-checkout-saved-pm
1 messages · Page 1 of 1 (latest)
Hey! A customer can always enter alternative payment methods. but if they have a saved PM that will also be surfaced as the default:
In payment mode, Stripe prefills the Checkout page’s email, name, card details, and billing address with the customer’s most recent card payment method. In subscription mode, Stripe processes the customer’s default payment method if it’s a card. Otherwise Stripe processes the most recent card. Prefilling the customer’s card details requires a valid billing address.
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#handling-existing-customers
You can't forgo that if you're passing customer parameter
Ok, I understand.
now I want to ask about payment when the email and card details is prefilled in.
If the customer choose to change cards and then choose to use his original card without entering anything, why can't he press the button to pay?
If the customer choose to change cards and then choose to use his original card without entering anything, why can't he press the button to pay?
Can you provide an example?
Can you share the cs_xxx ID please
No, the Checkout Session ID
Yeah, that seems like a bug to me! Let me replicate this and share with the Checkout team
Okay, how long will it take to fix?
Can you give me a rough estimate of how long it will take?
I'm not sure tbh, I'd imagine it will be looked it fairly quickly
ok, thank you. And can you tell me what this key symbol means?
Just indicative that the page is secure (SSL etc)
Understood. Let me ask one last question. Is there any way to keep this 1-click checkout button out?
Yep, that's Link and you can turn it off here: https://dashboard.stripe.com/account/checkout/settings
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Are you saying that I should turn off Faster checkout?
That UI section you highlighted is Link, yes
Cool!
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
@wet pewter This should be fixed now!