#Edofo-payments

1 messages · Page 1 of 1 (latest)

odd willow
rare reef
#

I go to check this 😉

odd willow
#

do you have a specific question about code?

#

sorry that screenshot doesn't really tell me anything

rare reef
#

In fact, I want to create a payment but capture it without going through 3d secure or others... Like an auto recharge if we exceed the mobile plan

odd willow
odd willow
rare reef
#

Yes but when I create payment with automatic_payment_methods the status was "status": "requires_confirmation",

sick lake
#

do you have a request id I could take a look at?

rare reef
#

This : pi_3Lc7T9Gs6Czbq4l10XqbQfUh ?

sick lake
#

this is because you haven't passed confirm: true as a param

rare reef
#

Yes but when I passed confirm: true i need 3d secure
"status": "requires_action",

sick lake
#

you can't avoid 3DS

#

if the bank deems it necessary

#

there's no way to avoid it

#

one thing that might help

#

is using off_session: true

#

instead of setup_future_usage: "off_session"

#

which basically tells the issuing bank that you are doing an off_session payment

#

that could make the issuing bank exempt the authorization from 3DS but could also ask for 3DS so you need to be prepared for both scenarios

rare reef
#

Ok thank you very much 😉