#rohit_gts-transfer
1 messages · Page 1 of 1 (latest)
United States
Thank you, and is this a live transaction or was it done via test mode?
it was done in live, for the test mode it worked fine
Gotcha, and is this your first payment and payout?
No payout isn't happened yet
I'm using https://stripe.com/docs/api/transfers/create api to create transfer to https://stripe.com/docs/api/accounts/object
Apologies, I overlooked that this was a transfer rather than a payout.
rohit_gts-transfer
Are you using the source_transaction parameter when creating the transfer?
https://stripe.com/docs/api/transfers/create?lang=node#create_transfer-source_transaction
Your options are to either use source_transaction so the system will handle the transfer once the funds are available, or wait until the funds are available and then trigger the transfer without that parameter.
Thanks @zinc cave for pointing alternative. You're really awesome!!
Happy to help!
One more thing, Should I pass the charge id to source_transaction?