#jcrags-checkout-async
1 messages · Page 1 of 1 (latest)
Hi there
Yep depends on PaymentMethod, for bank debits max is usually 14 days.
What payment method type are you concerned about specifically?
Basically all of these: Bacs Direct Debit, Boleto, Canadian pre-authorized debits, Konbini, OXXO, SEPA Direct Debit, SOFORT, or ACH Direct Debit.
Because I don't know what the end user might be using/choosing in their application they build.
I did find this, but it's regarding stripe's payouts: https://stripe.com/docs/payouts#standard-payout-timing
Gotcha. You want to go through each payment method type in our docs here: https://stripe.com/docs/payments/payment-methods/overview
When you look at each specific one there will be info on how long it takes.
For instance, BACS Debit: https://stripe.com/docs/payments/payment-methods/bacs-debit
Gotcha, that's probably just what I needed, thanks!
👍