#aravind_unexpected
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1333319282444210258
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer
A valid billing address, billing name and billing email are required on the payment method for Checkout to prefill the customer’s card details.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Does the saved payment method fulfill the above pre-requisites?
Our team is using the stripe pricing table, it is internally creating a checkout session, and it's in subscription mode.
All I'm doing is creating customer session for the existing customer and passing the customer_session_client_secret into the Pricing table which the customer has default payment method and also the payment method redisplay is always to show the card detail but it's not working, should I need to change any configuration in the stripe dashboard?
Did you get a chance to read my previous message as well as the API reference?
Sorry, I read it now, the billing address is missing, thanks for reply
If the Billing name, billing address and email are present means the card will show up?
hi! I'm taking over this thread.
yes. you can learn more about this here: https://docs.stripe.com/payments/existing-customers?platform=web&ui=stripe-hosted
Thanks, can you provide more information about display saved card detail with using stripe pricing table component
Pricing Table uses Checkout Session. so read the doc about Checkout Session I shared above