#rhoxio
1 messages · Page 1 of 1 (latest)
the Transfer should be created with the connected account id in https://stripe.com/docs/api/transfers/create#create_transfer-destination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but yes to your question, the source_transaction should be the Charge created when the PaymentIntent is successful
Ok, got it. I just wanted to confirm that my thinking was correct.
Just to be sure, I create the PaymentIntent and then use that as the reference when setting up the source_transaction. This is important because BECS sometimes takes a few days to clear, so it needs to wait for the funds to fully transact before submitting the transfers.