#manu mora - setup and payment

1 messages · Page 1 of 1 (latest)

worldly osprey
#

hey there can you please share one of these payment intent IDs?

soft shore
#

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')"

worldly osprey
#

That request ID will do just fine, thanks

soft shore
#

cool thanks

worldly osprey
#

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

soft shore
#

so, I can't to do future payments or recurring using 3DS?

worldly osprey
#

what do you mean?

soft shore
#

I want to store an autenticated card to make future payments without a second autentication

worldly osprey
#

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

soft shore
#

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 🙂

worldly osprey
#

yes, generally speaking, and quite welcome!