#Wakko - Installments

1 messages · Page 1 of 1 (latest)

finite vigil
#

Hello! Not sure I understand what you mean? confirm being set to true is required by what exactly? And when you say "installments" what does that refer to?

teal night
#

Hi, Installmnets means payments segmented by month

#

confirm true is required for the 3D secure also 'confirmation_method' => 'manual'

#

when I set that to the payment intent creation, the available_plans parameter is returned as empty

finite vigil
teal night
#

Installments in Mexico, sorry I didn't know there where other types.

finite vigil
#

Gotcha. How is this manifesting in your integration exactly? Like what happens with your current integration when a card requiring 3D Secure is used?

teal night
#

I got an error when trying to pay with installments in production (because there is no card to test installments with 3Dsecure), the card had 3D secure enabled and I got the following error on stripe logs

#

sorry give me a min to get the img

#

it says that the authentication with 3d secure is incomplete.

finite vigil
#

I think that's expected; you would need to bring the customer on-session and attempt to confirm the Payment Intent client-side so they can complete the 3D Secure process.

teal night
#

yea thats intended, the thing here is I cannot show the Iframe for 3D confirmation, because the payment Create method cannot have confirm = true, if I set that the available_plans parameter is returned as empty

finite vigil
#

You wouldn't set confirm to be true on your server, you would have the customer confirm client-side.

teal night
#

ok I will ask the thanks