#Alex-Payments
1 messages · Page 1 of 1 (latest)
Hi there, yes, you can specify the currency when creating a PaymentIntent https://stripe.com/docs/api/payment_intents/create?lang=curl#create_payment_intent-currency
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I tried to pay an account using GBP and for payment intent I used USD but it flagged an error
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
pm_1LPzuoDNxoyjqvepJN6sql56
The request ID starts with req_, this is a PaymentMethod ID.
req_rnzH8tWdYEhKCc
I don't see an error here, this request was successful.
OK, this is another request ID, let me take a look
thanks!
Thanks for the ID. Since the platform country is US and the connected account is based in GB, you should use on_behalf_of to have the charge settled in GBP.
Can I still use on_behalf_of for same country transaction or would my API have to be dynamic to use on_behalf_of only when the country currencies are different?
I'm afraid not, you need to settle the charge in GBP, because the connected account is in GB, which is outside the platform's region.
Oh I see, thanks
but can I use on_behalf_of when paying from US to US?
Yes you can, the charge will be settled in USD regardless; Just take note that if you use on_behalf_of the connected account will be the Merchant of Record instead of platform.
Will that affect the fees my platforms take or is that important only with legalities?
No it won't affect the application fee.
Thanks
I need to step away so I’m going to archive this thread. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.