#vlad-ko_api
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/1326497636936581180
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hmm, you can't remove all billing fields. At the very least a ZIP/postal code is required for most countries
In this case, the address is required because of the chosen payment method (BACS Debit)
a friend of mine said that he configured it to pay his rent without these details
i guess that under the hood they already have his details
if this is the case and we need at least some details, can i remove address line 1 and 2
I believe the fields will be prefilled if you pass a Customer object (which you are) that has a valid billing address
Otherwise we require them all for a BACS Debit payment
and also why the name is not populated even though i linked the correct customer which i am creating/lookup before that
the email is correct (not sharing intentionally)
We only prefill fields on the Checkout page if the customer has a saved card: https://docs.stripe.com/payments/existing-customers?platform=web&ui=stripe-hosted#prefill-payment-fields
Email is the only field prefilled otherwise
so for BACS all address fields are required
Yes