#terencedlo
1 messages · Page 1 of 1 (latest)
Hi, it appears that Stripe supports meses sin intereses payments for Stripe Mexico accounts using the Payment Intents and Payment Methods APIs, Checkout, Invoicing, Payment Element, and Payment Links: https://stripe.com/docs/payments/installments
Thanks for the link, I didnt see that in the docs until now.
Is it possible to collect and save a customer's payment method data and charge them via installments method 7 days later (when their free trial ends)? This is what we do with setupIntents but Im wondering if this is something that can be done with paymentIntent or Payment Methods APIs
After re-reading, once you have the Payment Information collected with Setup Intent, you should be able to use the collected Payment Method (as long as these requirements are met, https://stripe.com/docs/payments/installments#requirements) on your Payment Intent for meses sin intereses payments.
I'd need to test this on my end, it might take some time. If you have your test environment ready, you can also try to test this on your end: https://stripe.com/docs/testing#international-cards
hmm Ok Ill try to test the installments / mexico test cards
Here is the test card information: https://stripe.com/docs/payments/installments/meses-sin-intereses#testing
👋 taking over
I think it should be possible as long as you follow the flow in https://stripe.com/docs/payments/installments/meses-sin-intereses?platform=web&ui=api. When you collected the Payment Method Id, you can simply continue with step 2