#mathersdis
1 messages · Page 1 of 1 (latest)
Hi 👋
hello
the follow was this payment intent created with a destination transfer to a connected account, then client secret passed to the form in through the payment element and then when redirected i try to run a separate transfer to two other connected accounts(wanted to deduct from platform's account to the two other connected accounts)
ch_3NR0OyJApK0ZwDoK1CqumVue
If you use a transfer destinaton then it's a Destination payment and not a Separate Chareg & Transfer
~But that isn't how this was created~
whats the best approach to my use case with the provided api
NVM that was the confirm
ohh
i see
The best approach is to follow this guide: https://stripe.com/docs/connect/separate-charges-and-transfers
what about the application fee scenario
You don't use application fees with SC&T, you just transfer less total funds than you accept in the Charge
ohh i think i get
let me test it out
Transfers using this transaction as a source must not exceed the source amount of $5.69. (There are already 3 transfers using this source, amounting to $5.54.) i am getting this error
Can you share the API request ID that triggered this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Both of these requests are successful. Where is the one with an error?
req_2On2ApaqxFhhYE
So the error says this charge already has transferred up to $5.44 to other accounts
So you can only transfer $0.25
Hmmm... You would likely need to look in your dashboard. Our API doesn't allow you to filter Transfers by Charge
ohh ok
thank you
it works fine now