#CR
1 messages ยท Page 1 of 1 (latest)
When an account is trying to onboard, the country selected is my platform's country, and its not changeable by them so they are unable to onboard.
Can you share areq_xxxID from where you create those accounts?
I cannot see USA under the list of Transfer Capabilities, even tho the competitors are able to onboard accounts form USA too ๐ค
Not sure what you're referring to here.
where do i find this "req_xxx " ?
ok so im trying to do destination charge with platform in Germany
it requries Transfer capability on the Onboarded account
but i dont see USA
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.
means people from US cannot onboard at all?
Yeah, cross-border transfers (which is a part of a destination charge - you transfer funds to another account) are pretty restricted: https://stripe.com/docs/connect/account-capabilities#transfers-cross-border
If you're a DE platform, you can only transfer to SEPA countries (as per that list)
You'd need a US entity and Stripe account to do US destination charges
req_WghyBNE0ThfMiJ
ah shittt :' (
Yep, so as you're passing the capabilities hash on creation we limit the account country to the platform country (DE). You should just remove that parameter, and then we'll default to the Connect settings you have configured
ok cool.
so
if i wanna connect USA to my DE platform, it will still be possible with Direct Charges right?
but then, the statment descriptor will change to that of the onboarded account, or can I cusomitize the Descriptor to platform's too?
Yes, that would work. But there's a lot of other things to consider then as the payment is processed on the connected account (liability, flow of funds, etc all changes)
I see. Alright, makes sense.
Thanks for the quick support ๐