#para__
1 messages · Page 1 of 1 (latest)
hi there!
some basic checks are made on the card yes. but we cannot guarantee that a real payment will work afterwards, since the bank can always decline a payment
im asking because i need to implement a fee per minute so i was wondering if there is anyway to have a security that there is at least a certain amount of money on the card avaible. Do you know is there is anything more appropriate to do so than a checkout session and payment intent then ?
you could place a hold on the card: https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
with Checkout Session you can do it with this parameter: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method
thanks have a good day