#manu mora - setup and payment
1 messages · Page 1 of 1 (latest)
umm, I have customer id, setupintent id, and payment method id, but I don't have paymentintent id because it returns error
"CardError(message='Your card was declined. This transaction requires authentication.', param=None, code='authentication_required', http_status=402, request_id='req_eqdahWJT8YHKKC')"
That request ID will do just fine, thanks
cool thanks
Ah yes, you used the 3184 test card, which always requires authentication
if you want to set setup & off-session payments, use the 3155 test card
4000002500003155
so, I can't to do future payments or recurring using 3DS?
what do you mean?
I want to store an autenticated card to make future payments without a second autentication
The request you shared is set to offsession=true -- you can't complete 3ds for off-session payments because the customer is not available.
Sure you can do that, you cna test that flow with the card i shared
the card you use simply alway asks for authentication, even though you passed 3ds during setup
note that the bank can always ask for 3ds auth again in future, though
aha, so, for others cards which requires 3DS, I will been able to do future payments without a second authentication?
I think it worked. Thank you!! You have been really useful 🙂
yes, generally speaking, and quite welcome!