#naeem-ullah-khan_docs
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/1350050730089779322
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- naeem-ullah-khan_docs, 23 hours ago, 8 messages
For reference of last discussion with stripe developer please check this chat for the required feature that I want to implement in my app:
https://discordapp.com/channels/841573134531821608/1349677246595465236
Hello again ๐ can you help me understand what about the feature I shared previously isn't working for you and your flow?
Yes, It was suggested in last conversation that I should use cross border payouts for the required feature. As I looked into the cross border payouts docs I saw that the connect account should be under service_agreement as 'recipient' instead of 'full' or default. Can you please help me understanding this implementation more better.
Shall I update the stripe connect account creation according to service_agreement as 'recipient' and update the subscription creation as well where on_behalf_of is also defined?
You do need to update your account creation flow so that it sets service_agreement to recipient when onboarding an account outside of the US. I can't comment on what changes need to be made to how you're creating Subscriptions without understanding how you're creating them to begin with.
In general, cross-border payouts only supports some of our Connect fund flows, as mentioned here:
https://docs.stripe.com/connect/cross-border-payouts#fund-flow-restrictions
You'll need to use the supported fund flow that best suits your business flow, and that will dictate how you need to create your Subscriptions. on_behalf_of flows aren't supported when using cross-border payouts though. You'll likely be using either a Separate Charges & Transfers flow, or a Destination Charges flow.
If I remove on_behalf_of when creating a subscription for a user. Will it send the whole amount of that payment to the connected account?
Are you going to use Destination Charges, or are you going to build a Separate Charges & Transfers flow?
I'll be using destination charges
๐ taking over for my colleague. Let me catch up.
on_behalf_of only changes the settlement merchant
it doesn't really affect the amount transfered to the connected account
Alright, sounds like this will solve my problem. I'll try this and test it, hopefully it will work. I'll reach out to you if needed some more help
yes sure