#iclasspropayne_api

1 messages ยท Page 1 of 1 (latest)

hard drumBOT
#

๐Ÿ‘‹ 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.

slender notchBOT
proud forge
#

Merchant : acct_1OtwKCRkUNpdZ6y7
Franchiser : acct_1OtyTmD7lX0bQrSL

limber flare
#

Give me a few to catch up and I'll respond as soon as I can ๐Ÿ™‚

proud forge
#

No worries! Any help you can offer will be much appreciated ๐Ÿ™‚

limber flare
#

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

proud forge
limber flare
#

Can you share the request ID where you're seeing an error when you set on_behalf_of ?

proud forge
#

Will the Payment Intent Id work? pi_3OuK20DRAUj1XlT52ANp2DhU

#

But when I try and add the card_payments capability I get this -

limber flare
#

what happens if you omit source_transaction parameter?

proud forge
#

I can't even get that far with this setup, do I need to remove the on_behalf_of from the Payment Intent Options ?

limber flare
#

Try running it without source transaction, yeah

proud forge
#

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?

limber flare
#

Transfer group is really just an identifier. It doesn't affect the refund or reversal process.

I'd recommend just giving it a try ๐Ÿ™‚

proud forge
#

You've been a lot of help today, I appreciate it very much!

limber flare
#

NP! ๐Ÿ™‚ Happy to help

#

Sorry for the confusion