#Rohit-connect
1 messages · Page 1 of 1 (latest)
Hi! Yes it's possible, but there are some restrictions. You can learn more about this here: https://support.stripe.com/questions/stripe-india-support-for-marketplaces
At the time of creating payment intent what will be the currency type. It will be "inr" or native currency of that country
When you create the PaymentIntent, you have to set the currency yourself. So it's completely up to you. https://stripe.com/docs/api/payment_intents/create#create_payment_intent-currency
If I create an intent with "usd" currency at the time of payment it is showing an error
"as per Indian regulations, only registered Indian businesses (i.e. sole proprietorships, limited liability partnerships, and companies, but not individuals) can accept international payments."
What is needed to do in order to accept the payment
Can you share the request ID (req_xxx) that generated this error?
Here's how to find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_Tc0BWcZHMbbCae
Thanks! Give me a few minutes to look into this.
Have you read this page? https://stripe.com/docs/india-accept-international-payments
Yes I have read it
I have opted for export but my account is not verified
Do I will be able to do export transactions after my account activation or I can run it in test mode
Thanks for the info. Give me a few minutes to look into this.
In connect onboarding process it is necessary for the connected account to opt for the export option or if I opt only in my main account it is ok
It seems like you Stripe account legal entity is "individual". And as mentioned in the document I shared earlier:
At the moment, we only support non-INR presentment by registered Indian businesses (that is, sole proprietorships, limited liability partnerships and companies, but not individuals)
How can I check it and update it
You can try to change the legal entity of your connected account here: https://dashboard.stripe.com/settings/taxation
Otherwise you can onboard a new Connected account and make sure to not select "individual" for the entity type
My business type is sole proprietorships
Do my account need to be verified in order to do an export transaction or I can test it in dev mode