#Harsha Maravi-usd-presentment
1 messages · Page 1 of 1 (latest)
Hey! Is USD a supported presentment in your merchant country? https://stripe.com/docs/currencies#presentment-currencies
nope
Then it's not possible
Have you tried creating a currency: 'usd' Payment Intent?
Did it error?
i didnt have any idea
let me know the solutions for it
if have to create a new acount then let me kow
know
Where is your current account based?
india
Then you should be able to process USD transactions for international payments:
- You can charge American Express cards only in INR and USD
- Domestic charges can only be in INR
- International payments are allowed only in non-INR currencies
- These currencies apply to card payments: other payment methods are often tied to a specific currency
But basically, you just need to pass the desired value to the currency parameter when creating your Payment Intent object
How are you integrating with Stripe?
i didnt understand
how can we find this part
Can you share your Stripe account ID? acct_xxx
acct_1KRAN4SD6EyjwKBG
Yep this is an Indian account
Looks like you're integrating with our PHP library: https://dashboard.stripe.com/test/logs/req_PDoHni9u5W4OFB
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That API request is to create a Payment Intent, and the currency parameter for that request determines the presentment currency for the payment. In that example, it's inr
You just need to pass usd instead there
I'm here for the next hour