#priyanka-paymentintent-status
1 messages · Page 1 of 1 (latest)
Hey @stiff crane https://stripe.com/docs/testing#cards has numerous test cards, including the ones that need 3DS
priyanka-paymentintent-status
actually I am adding cards directly on stripe dashboard and they are not giving me requires_action status. Is it because I am adding them directly on stripe dashboard?
yes
I only have dashboard and my apis, how can I test for this scenario?
I don't have a front end
I mean you can't accept payments without a front end. You need your end customer to visit your website/app and enter card details and pay
My payments are off session
they are happening in the backend without user interaction
user added them while creating an account and now payment will be off session in future
but if they are off session then there's rarely a requires_action. Otherwise they are not off session
what would off_session = true do in payment intent?