#keremkusmezer-source-transaction
1 messages · Page 1 of 1 (latest)
In a single transaction, for example i charge a creditcard, then if it is successfull i want to initiate a money transfer in one definition?
Hi there 👋 sounds like you're using Connect, what type of connected accounts are you using?
express
Gotcha, destination charges should do what you're looking for then:
https://stripe.com/docs/connect/destination-charges
They charge a customer, and transfer the funds to a connected account afterwards (but still allow your platform to take a fee if that's part of your flow).
It can also be done by leveraging the source_transaction parameter if you're using separate charges and transfers, but this is a bit more work to implement:
https://stripe.com/docs/connect/charges-transfers#transfer-availability