#david-rios_error

1 messages ¡ Page 1 of 1 (latest)

unique breachBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1292997013960392756

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

warped sparrow
#

Hello! The error message is accurate, you didn't set it to true as required: PaymentIntents cannot be confirmed with an installment plan unless payment_method_options[card][installments][enabled] is set to true.

#

Hello! The error message is accurate, you didn't set it to true as required: PaymentIntents cannot be confirmed with an installment plan unless payment_method_options[card][installments][enabled] is set to true.

shrewd flame
#

My API integration should just send the installments. From what I undestand this field that the api es showing would be only if I was going to use the installment plans available in Stripe

#

Either way its always necessary to send this parameter as true ?

warped sparrow
#

Yes, you have to set that to true. You omitted it entirely in your request. You only supplied the plan info, which by itself isn't sufficient.

shrewd flame
#

got it

warped sparrow
#

To be clear, you need to set both enabled and plan inside installments.

shrewd flame
#

And its going to approve the payment ?

#

Or its going to show me the installment plan

warped sparrow
#

The best way to know what it's going to do is try it in test mode.

shrewd flame
#

okay

#

thanks

warped sparrow
#

Happy to help!