#alexandre-extended-authorization
1 messages · Page 1 of 1 (latest)
hi there, what about this do you need help with?
What about card asking authorization ?
I have to save the payment method of my user to pay later (like Lime or Uber for example)
Do you have a specific payment amount already that you want to collect relatively soon, or you want ot collect details without any payment at all until some time later?
1/ Save card info without any payment: https://stripe.com/docs/payments/save-and-reuse
2/ Save card info during an initial payment: https://stripe.com/docs/payments/save-during-payment
3/ Place a hold to authorize for a specific amount but delay capturing the payment up to 7 days: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
I want the user add the payment method in my app and it works while he doesn't remove it
The problem is in this case :
That's the method i need to use : https://stripe.com/docs/payments/save-and-reuse?platform=react-native&ui=payment-sheet
OK, and what part is not working for you?
I need to have a solution to identify maybe when a user add a card in this third category to block this card
Is this type of card often used (in France) ?
I can't read that, can you explain what it says?
You can read a bit about cartes bancaires here: https://stripe.com/docs/payments/cartes-bancaires
Oh i think i understand
Ok yes, that test scenario is for a card that requires authentication for every payment, even if it has previously been setup for future use
identify maybe when a user add a card in this third category to block this card
You can't know that -- you'd only know when a later off-session payment is declined as requiring authentication
This is a normal and expected flow you need to generally handle, the bank can require re-authentication for any future payment at their discretion