#Chan
1 messages · Page 1 of 1 (latest)
You will need to change the Separate Charges and Transfers flow, which you can create multiple transfers separately
is that one?
Yes!
meaning I can't use checkout.sessions ?
coz Ima bit confuse with separate charges and transfer flow , coz not sure how Im showing checkout interface (like collecting user credit card info)
You can still use Checkout Session. Just create a normal Checkout Session first (equal to the "Charges" part) with the same transfer_group and then create multiple Transfer from it
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh ok. seem that one promising. let me try it out quickly
@violet kiln I created as you suggested.
1 > create session with transfer_group
2 > create transfers based on destination count (e.g. 2 transfers)
and I got balance_insufficient
should I ignore, and fill the credit card info and continue?
Okie because the balance on Platform account is insufficient
You tried the source transaction ?
source transaction? could you point me the ref ?
i would like to transfer based on total checkout fees and then transfer on that. is that possible? instead of relying on platform account balance.
Hi @mystic falcon I'm taking over this thread
Hi
https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-availability this section talks about source_transaction