#wullvie_api
1 messages · Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- wullvie_best-practices, 5 days ago, 7 messages
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259880554237788194
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
Hello, thank you for the question. Looking in to this
I am having trouble finding info on this myself, consulting my colleagues and will get back to you with what I can find
ok no problem. Let me know if you need any other info from me - seems like this could be a previous billing / payment issue - IF no previous billing info is available (if no previous payments have been made), can't autofill address? Still feels like this should be avoidable
From the description in our API ref
In payment mode, the customer’s most recently saved card
paymentmethod will be used to prefill the email, name, card details, and billing address on the Checkout page. Insubscriptionmode, the customer’s default payment method will be used if it’s a card, otherwise the most recently saved card will be used. A valid billing address, billing name and billing email are required on the payment method for Checkout to prefill the customer’s card details.
It sounds like we will prefill the billing address from the customer's most recently saved card. So it sounds like we don't support this if the customer doesn't have the card saved or if the address is saved on the customer rather than the card itself
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.