#desent.io

1 messages · Page 1 of 1 (latest)

regal kelpBOT
tranquil merlin
#

Yes you are right. Destination charges are only supported if both your platform and the connected account are in the same region (for example, both in the US).

next knot
#

Thank you @tranquil merlin! The connected account fullfills the special requirements.

Could you give me a suggestion on what would be the best way to let the germany company pay the indien company? Thank you!

tranquil merlin
#

I'd suggest you to reach out to Stripe support https://support.stripe.com/contact/email and see if they have any other advices.

regal kelpBOT
next knot
#

@proven jacinth Do you know if Direct charges would work across borders?

await stripe.paymentIntents.create({
payment_method_types: ['card'],
amount: 1000,
currency: 'usd',
application_fee_amount: 200
}, {
stripe_account: '{{CONNECTED_STRIPE_ACCOUNT_ID}}',
});

#

If the connected account is in india?

proven jacinth
#

Hi! I'm taking over this thread.

#

Where is the platform located?

next knot
#

In Germany

#

And the connected account is in india

proven jacinth
#

Yes for Direct Charge it should work. But I recommend doing some tests in test mode to make sure it works as expected.