#P-issuing
1 messages · Page 1 of 1 (latest)
Hey! No, authorizations pertain to requests for purchases: https://stripe.com/docs/issuing/controls/real-time-authorizations
Issuing 3DS docs are here: https://stripe.com/docs/issuing/3d-secure
Hey thanks for the quick response! Does that mean if I try to make a purchase with my credit card and a 3ds window pops up, I can accept the authorization request in real time?
Yep, the cardholder will be contacted to auth the payment as outlined here:
When a 3DS authentication request comes through for your cardholder, Stripe sends them either a text message or an email containing a one-time verification code.
The method of authentication depends on the contact information provided for the cardholder. If they provide both an email and phone number, they can generally pick which method to use at the time of the transaction. Otherwise, the authentication request defaults to using whichever contact info is available. For EU cards, one-time text message verification codes are always used over email when possible.
https://stripe.com/docs/issuing/3d-secure#when-is-3d-secure-applied
Oh no, what I was looking for is a way to automatically accept pending 3ds authorizations on my own credit cards. Is there anything like that?
How is that related to Issuing?
For payments made with the issued credit cards
No, there's no API for that
You'd receive the email/SMS to approve as per the docs outlined above
Ah that's unfortunate. Thanks for the help!