#recipe.p
1 messages · Page 1 of 1 (latest)
HI there
- This is the API to create a transfer https://stripe.com/docs/api/transfers/create?lang=node#create_transfer
- You can perform transfers in test mode without using real money.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks! For the second question, should I register real bank account to test it?
I don't think that's necessary, you don't even need to add a test bank account unless you want to test payouts.
This is what I've heard.
I think I am not fully understanding the term.
Can you tell me what is the difference of "payout" and "transfer" please?
payouts -> funds from your Stripe account to you bank account
transfer -> funds movement for a Stripe account to another Stripe account
Oh Thanks!
I think I still don't get the process of payout.
Assuming the situation below,
- I transferred the money to the seller's account using "create transfer api"
- So seller's stripe account received the money.
how can seller request payout?
This is the stripe account I have and I can't find the payout button
It depends on whether the connected account is using auto payout (the default) or manual payout.
Oh then should I make sellers to set the payout method?
If they are using auto payout, Stripe will automatically payout the funds to the bank account based on the payout schedule settings (https://stripe.com/docs/api/accounts/object?lang=node#account_object-settings-payouts-schedule)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
then, payout fee might be not charged to us but charged to seller(who want's to payout) right?
I can't answer questions related to fees, please reach out to Stripe support https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks anyway!
I have read this document but couldn't find the parameter to set the payout method... Can you tell me what is the name of the parameter please?
https://stripe.com/docs/api/external_accounts?lang=node#external_accounts sure, here's how you create an external accounts for payout.
https://stripe.com/docs/connect/bank-debit-card-payouts you can also refer to this guide