#Wakko - Installments
1 messages · Page 1 of 1 (latest)
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?
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
I know what the word "installments" means but do you mean a specific type of installments like the installments in Mexico (https://stripe.com/docs/payments/installments) or perhaps you mean Afterpay and Clearpay (https://stripe.com/docs/payments/afterpay-clearpay) or maybe something else entirely?
Installments in Mexico, sorry I didn't know there where other types.
Gotcha. How is this manifesting in your integration exactly? Like what happens with your current integration when a card requiring 3D Secure is used?
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.
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.
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
You wouldn't set confirm to be true on your server, you would have the customer confirm client-side.
Honestly I'm not that familiar with this flow, and I think support might be able to help you with the specifics better than I can: https://support.stripe.com/contact
ok I will ask the thanks