#whydnm
1 messages · Page 1 of 1 (latest)
Stripe fee, and perhaps other fees like generating the bill, maybe Visa/Mastercard network fees?
is there a way to reserv an amount and if the Provider canceles the booking, the money is never withdrawn and therefore no fees applied from Stripe?
Yes that's called placing a hold: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
Stripe fee, and perhaps other fees like generating the bill, maybe Visa/Mastercard network fees?
All of this is included in the Stripe fee.
And as mentionned here: https://stripe.com/docs/refunds
Additionally, Stripe doesn’t return processing fees from the original transaction if it’s refunded.
Great, thank you, will read both links.
Happy to help 🙂
@wary garden are there any fees connected with reserving an amount?
If you end up capturing the funds, yes you pay the regular Stripe fee. If you don't capture the funds, then there's no Stripe fee.
Thank you, is there any network fees for example? Or simply no fees at all?
Assuming you are not a Stripe enterprise account that have a custom fees steup, there are no fees at all if you don't capture the funds.
Thank you so much