#ScottDuane
1 messages · Page 1 of 1 (latest)
Let me check and get back to you
You can make a reverse transfer with API: https://stripe.com/docs/api/transfer_reversals/create
You can expand charges.data.transfer.destination_payment [0] in PaymentIntent retrieval to obtain the transfer ID.
hmm looking at one of the PaymentIntents, i do not see charges.data.transfer.destination_payment. .. charges.data.transfer is just an id. is that the transfer that i should reverse to accomplish this?
Yes, you can use the transfer ID to reverse the transfer from the connected account. I'd recommend testing in the test mode first to check if this is what you are looking for
okay, thanks!
No problem! Happy to help 😄