#Shra_1
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) that returned the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
this all I have now
As part of the India regulations, India account for non-India payments should collect name, billing address and shipping address: https://stripe.com/docs/india-accept-international-payments
Could you share if there's anything unclear from the error message?
this was also discussed earlier
https://discord.com/channels/841573134531821608/1043128407266951188
What's the ask here? The doc my colleague linked to above outlines the requirements for Indian merchants collecting international payments
let's have a quick QnA if you don't mind
first thing first, I have Stripe account configured to Indian bank account and Indian address
so now, It is mandatory for us to collect customer name and address while collecting payment.
and this payment is for a product which is configured to USD
- if suppose customer enters address details that is outside India ,then there is no issue at all we'll have a successful transaction
- if suppose customer enters address details that is inside India, then there is a major Issue
it says "Non-INR transactions in India should have shiping/billing address outside India"
how to resolve this bro ?
you should collect a full billing/shipping address for all customers, I would say.
I'm Not sure If you have understood the problem
you could catch the error in your code and tell the customer they need to enter an address outside India. And if they can't do that, then change things so that you charge them in INR instead of USD
you could have a button on your site before the payment page to ask "are you in India or not?" (or try to detect it) and based on that you load the payment page with either INR or USD.
1 USD is the standard that we have planned for
so for INR i can create a product with 81 INR rupees for today, but tomorrow it'll be a different value, how do I tackel this