#petrin10
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks for sharing, it was just to double check.
Stripe doesn't currently support application fees for platforms in BR with connected accounts in US.
Yeah this is according to regulations
I don't think there is a way around this due to regulations...
What if I collect the entire payment as the plaform and after that transfer part of that money to the connected account. Or use other method other than application fees?
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
Of course, no rush! Thank you
This is one way, have you tried it?
I haven't. But can I make that an automatic process or I'd have to look it up and manually transfer it every month or so. And how would stripe handle the different currencies. I sell the subscriptions in USDs and it is automatically processed in Reais (Brazilian currency). And I need to transfer half of what I sell to this connected account
Which in from the US
You can do it with transfer_data.amount property: https://stripe.com/docs/connect/destination-charges#transfer-amount
Ok perfect! Can I do that inside the webhook for checkout.session.completed?
Or I'd have to replace the Checkout method and create the paymentintent object
http://127.0.0.1:8050/app/Request req_RxpKUxAm85hIS3: You can not pass `payment_intent_data` in `subscription` mode. I'm getting this error, that I cant pass payment_intent_data in subscription mode.
Do you know a way around this?
Oh, sorry, for Subscriptions you need to use the subscription_data: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-transfer_data-amount_percent
http://127.0.0.1:8050/app/Request req_r8DRFhKhFTfUSV: Stripe doesn't currently support destination charges with accounts in BR. Now I got this, that Stripe doesn't support destination charges with accounts in BR 😫
Okay. Unfortunately, I don't think there's a workaround then.
Maybe try contacting Stripe Support, they might have a solution for you: https://support.stripe.com/?contact=true
I can help with technical implementation, but Stripe Support may help with more account-related matters. I don't see a technical workaround here, unfortunately.