#MatiasGz
1 messages · Page 1 of 1 (latest)
What test card are you using for the PaymentIntent?
Can you double check if you're using the one listed here?
https://stripe.com/docs/payments/installments/meses-sin-intereses?platform=web&ui=api#testing
if you're using 4242 card then it won't show any installments
correct, I'm using card 4000004840000008
Can you share the PaymentIntent ID as text?
also I'd recommend deleting the images shared above and rolling your test mode API key
I just noticed that
Ah your account is in US
Stripe only supports installments for Stripe Mexico accounts.
https://stripe.com/docs/payments/installments#requirements:~:text=Stripe only supports installments for Stripe Mexico accounts
ok
can i somehow set the account to be from mexico?
or using a vpn, will it be enough?
You can actually create a new account in Mexico via the dashboard
https://dashboard.stripe.com/test/dashboard
ok, I'll test if that omits the problem!
👍
I tried with a mexico account, and I still don't get the installment plans!
Hello! I'm taking over and catching up...
Can you tell me more about what you tried and what exactly isn't working? Is there a request ID or Payment Intent ID I can have a look at?
ok, of course,
"id": "pi_3MH9jQESEbeDhJDO1aXD1eg7",
I am trying to perform this step, making a request to my server, and it returns a json, but without the available_plans key set.
I think the amount of the Payment Intent is too low. If you try again with an amount of, say, 90000 do you see the installments?
I will try