#rizvan_error
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- rizvan_account-support, 20 hours ago, 15 messages
๐ 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/1245307904815403069
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
from where will I get this?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_GH1iIh0KxiChXi
you need to collect the name and the address of the customer
Okay but last time when I did this and selected India as the country there was some other error related to exports
I can see you were doing this correctly here
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but I'm not sure what changed in your implementation
now it's a matter of correctly submitting the values in the Checkout Session
Non-INR transactions in India should have shipping/billing address outside India. More info here: https://stripe.com/docs/india-exports
I am getting this error
yes that's exactly what I'm saying
you need to pass in the shipping/billing address
I passed the billing address here
req_4FhyqO4QW752LP request ID
https://docs.stripe.com/payments/collect-addresses?payment-ui=checkout is how you configure Checkout to collect addresses, as is required here.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
sorry, what are you asking, how can we help?
I am passing shipping_address_collection[allowed_countries]
["IN","AE"]
but its returning me invalid array
you're passing it in an invalid way.
what is "thunder client"?
in any case the correct way to pass it in the raw POST body is shipping_address_collection[0]=IN&shipping_address_collection[1]=AE
Its a REST Api client extension on Vscode
I'd recommend using the programming language that the web application you're building is using and an official library for it https://stripe.com/docs/libraries
Non-INR transactions in India should have shipping/billing address outside India
Still the same error
maybe when you enter the address you're giving an Indian address?
Yes I gave an indian address
like it says, if you're charging in a non-INR currency, the customer (and their address) must be located outside India.
then you wouldn't get that error then.
show it to me in context please, like screenshot/URL/request ID.
I'm looking at it, there is no error.
cool, it should work. If you're seeing "Non-INR transactions in India should have shipping/billing address outside India" somewhere, please show me exactly where you see that, via screenshots/screen recordings.
okay
Oh now its working
I will try creating another link and check again
check this screen recording
Use an Indian credit card : 4000003560000008 https://docs.stripe.com/testing#international-cards
Oh Okay Got it