#Iamshankhadeep

1 messages · Page 1 of 1 (latest)

snow rampartBOT
ruby jacinth
#

I'm not sure. I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact/email

foggy forge
#

got it,

#

one more thing on_behalf_of on stripe.paymentIntents.create won't work for connected account that has Recipient service agreement ?

ruby jacinth
#

I believe that will still work. Are you getting an error when you try?

foggy forge
#

yes I am getting error,

#

wait let me send you the response

#

"message": "You cannot create a charge with the on_behalf_of parameter set to a connected account that is eligible for cross-border payouts.",

ruby jacinth
foggy forge
#

req_wRzTHDuGEDIVp9

ruby jacinth
#

Ah, okay, so it sounds like Stripe considers destination payments (e.g. payments made with on_behalf_of) the same as "processing payments". I had initially thought you could get around that with destination payments, since the platform is facilitating them, but I think you would need to use separate charges and transfers: https://stripe.com/docs/connect/charges-transfers

With Connect, you can make charges on your platform account on behalf of connected accounts, perform transfers separately, and retain funds in the process.

#

Unfortunately I cannot test this on my end right now, as the server is quite busy, but if you want to create a support thread and send me your account ID, I can try to repro later today and get back to you with my findings

foggy forge
#

thanks for all the help,