#wilder-transfer
1 messages · Page 1 of 1 (latest)
Hi there, the transfer is immediately and there's no pending status for transfer. Are you referring to payout?
Following this: https://stripe.com/docs/api/transfers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
These payment intents show complete (some not, of course)
After the checkout session call, is there an endpoint I'm not utilizing?
The transfer request is failed because there's no enough balance in your account.
You can pass a source_transaction https://stripe.com/docs/api/transfers/create#create_transfer-source_transaction to transfer funds from a charge before they are added to your available balance.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So this allows me to transfer pending funds if I specify a source ID, and then the amount of the funds that I can transfer with this particular source ID cannot exceed the source ID, correct?
You should specify a charge ID, you can get the charge ID from paymentIntent