#ravi-n_api
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/1369696945446060063
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, you are running in to our cross border payout restrictions. Trying to think of what you may be able to do given your current setup
https://docs.stripe.com/connect/cross-border-payouts
Because that connected account has the card_payments capability, you should be able to make your cross border payments for that account by adding on_behalf_of to your destination charges and making them the merchant of record
The problem that we are facing is we migrated from Sources to Payment Intent. The cards were migrated and i believe it does not have the on behalf is not on the mandate
through the Stripe migration tool Source-> manadate
https://docs.stripe.com/connect/service-agreement-types This URL was in the error message; did you look at it?
Because when we created the PI for the payments we had to remove the destination in the PI create call, Now when the charge is cleared the money is sitting in the Zingfit account.
What we are trying to do is make transfer calls to move the money to the correct connected account
The initial problem is the one that would have been better solved first. I think your best bet here is going to be to talk to Support and see if they can help with transferring those funds, and then also making sure your integration is putting the funds in the right account the first time around.