#Murtaza Shah
1 messages · Page 1 of 1 (latest)
With authorisation and capture, the fund will be held on the customer's card in authorisation stage and only moved to account's balance after the capture. This is independent on the payout.
Payout is from the account balance to the bank account
The payout schedule can be configured on your account here: https://stripe.com/docs/payouts#payout-schedule
For connected account payout schedule, it can be configured with the steps here: https://stripe.com/docs/connect/manage-payout-schedule
Thanks for quick reply . but am confused like if i have a credit/debit card and i buy a product of 10usd and it will be held like you mentioned earlier right so after some days e.g 14 days can i transfer that 10usd from stripe account to that charged credt/debit card ?
I think you are confused. Are you a Customer who purchases goods, or a Stripe merchant who accepts payments from your customers?
well am developing a Ecommerce web app and my aim is to implement a funtionality like fiver which will get customer cash on hold and after few days when cusotmer satisified with the product then after few days the stripe will automatically transfer that amount to the merchant
So yes, that the Auth + Capture flow, mentioned in https://stripe.com/docs/payments/place-a-hold-on-a-payment-method, but that only gives you 7 days
but i have read about the automatic payouts which can we set manually like weekly , monthly etc
That's after transaction. What if your customer is not satisfied with the product? Will you do a refund before payout?
certainly
It's worse than simply Auth and hold off Capture, and if they are not satisfied then don't Capture
so kindly elaborate sir
I mean you just do an Auth without Capture, then give your customer 7 days to tell if they are satisfied. If yes then proceed with Capture, if not, just leave the transaction as-is
As explained here! https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
ok thanks and if they satisfied then ?
how can i use payouts to transfer that amount to merchant automatically
Let's say they satisfied, you Capture the transaction. Then you can either
- Setup Automatic Payout for your Connected Account
- Manually generate Payout for your Connected Account
Automatic Payout will group transactions in example 1 day, to transfer to the merchant bank account. Manual Payout you control the amount
See https://stripe.com/docs/connect/manage-payout-schedule and https://stripe.com/docs/connect/manual-payouts
inshort it can be done right sir
and am using credit/debit card for now so its all good to go
You use credit/debit card for what?