#Iamshankhadeep
1 messages · Page 1 of 1 (latest)
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
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.
got it,
one more thing on_behalf_of on stripe.paymentIntents.create won't work for connected account that has Recipient service agreement ?
I believe that will still work. Are you getting an error when you try?
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.",
Do you have a Request ID for that request?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
req_wRzTHDuGEDIVp9
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
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
thanks for all the help,