#somebloke99-21269_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1248254363781042219
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
You don't think that we'd be able to get any country/postcode info for PayPal from this or any other endpoint
Yes, checking this now. You can use AddressElement for this instead: https://docs.stripe.com/js/element/address_element
So we would need to collect this info from the user at checkout and add it as either a billing or shipping address? We wouldn't be able to get their country/postcode from their payment method behind paypal - we'd have to ask them for it?
Correct.
Final question - if we collected this data could/would the country/postcode be pre-filled on the PayPal form that we invoke? We're trying to prevent the user having to enter these details twice for PayPal.
I don't think there's sharing of all data between Stripe and PayPal. And they will probably will have it filled out if they have a PayPal account.
Thanks for your help. Appreciated ๐