#iclasspropayne_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217911882157920407
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Merchant : acct_1OtwKCRkUNpdZ6y7
Franchiser : acct_1OtyTmD7lX0bQrSL
Give me a few to catch up and I'll respond as soon as I can ๐
No worries! Any help you can offer will be much appreciated ๐
Typically, the expectation is that the platform and the connected account are in the same region. US to UK transfers are considered cross-border and have additional requirements
https://docs.stripe.com/connect/separate-charges-and-transfers#:~:text=In most scenarios,and Fees
See cross-border transfers doc: https://docs.stripe.com/connect/account-capabilities#transfers-cross-border
And using on_behalf_of requires card_payments capability
https://docs.stripe.com/connect/separate-charges-and-transfers#on-behalf-of
I thought I was following those additional requirements by boarding the Connected Accounts under the Recipient service agreement?
"US platforms sending funds to cross-border payouts destinations using a recipient service agreement." - https://docs.stripe.com/connect/account-capabilities#transfers-cross-border
Can you share the request ID where you're seeing an error when you set on_behalf_of ?
Will the Payment Intent Id work? pi_3OuK20DRAUj1XlT52ANp2DhU
But when I try and add the card_payments capability I get this -
what happens if you omit source_transaction parameter?
I can't even get that far with this setup, do I need to remove the on_behalf_of from the Payment Intent Options ?
Try running it without source transaction, yeah
pi_3OuKK6DRAUj1XlT52V9wPu3f - seems to have worked? I didn't get any Errors/Exceptions on my call to Create the Transfer.
Will the transfer group still allow for the transfers to be reversed together in the event of a refund or chargeback?
Transfer group is really just an identifier. It doesn't affect the refund or reversal process.
I'd recommend just giving it a try ๐
You've been a lot of help today, I appreciate it very much!