#tamntn
1 messages · Page 1 of 1 (latest)
Hello there
The recipient agreement is specifically used for cross border payouts: https://stripe.com/docs/connect/cross-border-payouts
This is when you want to transfer internationally while still having your platform as the merchant of record.
Otherwise, you need to use on_behalf_of with the full ToS so that your Connected Account is the merchant of record
Otherwise you will not be able to transfer due to regulations
Thanks! I'm reading this in the doc: Connected accounts under the recipient service agreement can’t process payments or request the card_payments capability.
Will the recipient accounts still work with our use case?
Yes that's correct.
You can't use on_behalf_of with recipient accounts.
Who do you want to be the merchant of record here? Your platform or the Connected Account?
we actually never thought about that. But I'm guessing our platform should be the merchant of record.
Have you read through https://stripe.com/docs/connect/destination-charges#settlement-merchant yet?
That discusses the differences
So i'm assuming for accounts within the US we should use the full agreement and for oversea accounts that we need to transfer money to we need to use recipient?
Yes i've read that!
Yeah we don't support recipient for US accounts since it is only meant for Cross Border Payouts from a US platform to international accounts
So yeah you would use full for US Connected Accounts and recipient for all of your international accounts
that sounds good. Thank you for your help 🙂