#alexandre-extended-authorization

1 messages · Page 1 of 1 (latest)

solar anchorBOT
brazen harbor
#

hi there, what about this do you need help with?

hardy laurel
#

What about card asking authorization ?

#

I have to save the payment method of my user to pay later (like Lime or Uber for example)

brazen harbor
#

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?

hardy laurel
#

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 :

brazen harbor
#

OK, and what part is not working for you?

hardy laurel
#

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) ?

brazen harbor
#

I can't read that, can you explain what it says?

#

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

hardy laurel
#

And the hold on method is 7 days maximum ?

#

My application have to take the money if my user don't bring back my item after 21 days

brazen harbor
#

Yes the hold is valid for up to 7 days

#

You won't be able to hold for 21 days, you need to either charge and refund as a deposit, eg or chain multiple holds together (ie, create a new held payment before the first expires)