Hi,
Can someone tell me how to split a payment with stripe in 2x or 3x ?
I want to give the customer the option to pay in 1, 2 or 3 installments.
Thanks in advance
Sam
Hi,
Can someone tell me how to split a payment with stripe in 2x or 3x ?
I want to give the customer the option to pay in 1, 2 or 3 installments.
Thanks in advance
Sam
You can ask the user how many installments they would like (1, 2, 3, etc.).
Then divide the total cost by the amount of installments. Afterwards, you can schedule API workflows to charge the User for the amount of installments. Does that make sense?
Tal
nocodify.com
This topic was automatically closed after 70 days. New replies are no longer allowed.