#phishy-checkout-transfer
1 messages · Page 1 of 1 (latest)
can you share the failing request ID? eg req_123
https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
req_vwZsqCIeutouGl
I'm trying to say, "Hey, be related to the checkout charge with the other associated transfer.. and do another transfer"
1 payment. 3 parties
The source_transaction ch_3JupUiFN46jAxE7Q02KkuVvA can only be transferred to the account that the destination field was set to when it was created (acct_1I7io52ZzvGYyXC5)
RIght, so in this case you can't do a destination payment then additional trsansfers
you either need to transfer from your platform balance (without a source transaction), or you need to switch to separate charges and transfers:
https://stripe.com/docs/connect/charges-transfers
Then you can make multiple transfers using that source transaction up to the total amount
Ok, thanks. Also, when I do a refund in the Stripe UI and it has the checkbox to reverse transfers.. it only indicates one.. will it do both?
That only applies to destination charges. For Separate transfers you need to manage this yourself: https://stripe.com/docs/connect/charges-transfers#issuing-refunds
NP!