#Shra_1

1 messages · Page 1 of 1 (latest)

rapid geodeBOT
neat ivy
grave ferry
neat ivy
#

Could you share if there's anything unclear from the error message?

grave ferry
wraith geyser
#

What's the ask here? The doc my colleague linked to above outlines the requirements for Indian merchants collecting international payments

grave ferry
#

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

#
  1. if suppose customer enters address details that is outside India ,then there is no issue at all we'll have a successful transaction
  2. 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 ?
queen glacier
#

you should collect a full billing/shipping address for all customers, I would say.

grave ferry
#

I'm Not sure If you have understood the problem

queen glacier
#

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.

grave ferry
#

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

queen glacier
#

choose a local price, don't just convert the USD directly

#

decide that you charge IN customers 100 INR and rest-of-world customers $2, or whatever makes sense for your business.