#mathersdis
1 messages · Page 1 of 1 (latest)
Hi 👋
As my colleague explained, we aren't really dashboard experts here. Do you have a question about Stripe APIs?
yes i do, from the dashboard i noticed only the payment i made on the test server was on the transfers bar meaning the payment intent for the transfer was not created, if i get this right, from the API, i create a payment intent and add the total amount of the two transfers i want to make and then create transfer for both ideally the transfers should work, is it that i need to pass the payment intent of the main payment i made using the payment element to the transfers? basically what i want to do is transfer money from the platforms account to two other connect accounts (connected accounts)
Can you share the Payment Intent ID?
for the payment via the payment element? or the transfer?
For the Payment Intent. It'll start pi_
pi_3NQaIgJApK0ZwDoK1iQpycoG
Okay so this is a a destination charge, you can see how it is created: https://dashboard.stripe.com/test/logs/req_Evuow04C84ht67
So it will only create a single transfer to the destination account, like we show here: https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
If you want to make multiple transfers from a single payment you will need to use the Separate Charge & Transfers approach we outline here: https://stripe.com/docs/connect/separate-charges-and-transfers