#TMP
1 messages · Page 1 of 1 (latest)
Hi there, that's impossible. Destination charges are only 1:1. You can still use Separate Charges & Transfers and transfer immediately after the charge (as long as you use source_transaction). It just requires separate API calls to make these transfers.
Hi @ashen thistle thanks for the speedy response! I see that I don't need to create & supply a transfer_group, but instead we use a source_transaction parameter "...to tie a transfer to an existing charge" -- The docs reference using the {CHARGE_ID} is this the id from the PaymentIntent object? Apologies, I'm fresh 🙂
Yep that will be the ID from the payment_intent.charges.data[0].id: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges-data
Thanks again @ashen thistle