#flashgordon_007
1 messages · Page 1 of 1 (latest)
Hello! By default Stripe will only ask for the minimum amount of information required for the transaction to process and avoid fraud. To clarify, you're using Payment Links? Checkout? Payment Element? Something else?
We are using Checkout now in the hope that it would not ask for billing address. Earlier we were using Payment Element but when we submitted it would always return an error asking for billing information. However even checkout is always asking for billing information.
That likely means the billing information in question is required for that transaction.
Our target is US citizen, US Credit Card.
Are you setting billing_address_collection when you create the Checkout Session? https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection
No, we specifically took care of that.
You're setting that to auto or you're not setting it at all?
I am not sure, I don't have the code in front of me. Does this make a difference?
I know for sure it is not 'required'
It can, yes. Do you have the ID of one of the Checkout Sessions in question so I can take a look?
pi_3OZGGgSHgAsHk1ZF0LV9PFDj : This is a payment id on a test session
Is it possible that this is happening because currently the registered legal entity (business) in the account is Indian?
Yes, most likely. Indian accounts have significant restrictions.
If the legal entity is changed to US, this would change then?
If you look at the Country availability tab on the pages I linked you to you'll see that India is not listed on either one.
I don't think you can change the legal entity country, you need to use a different Stripe account.
The customer support is helping us with this. If that does not work, we will create a new account
Where is what?
Where is this?
Okay, we are not even interested in wallets. We are just interested in CC from Visa/Mastercard/AA and may be Paypal
It's similar on the other payment method pages. PayPal, for example: https://stripe.com/docs/payments/paypal
Okay, thank you for your help @fathom drum appreciate it much!
Happy to help!