Create multiple payments

Hello! I have a problem. Is any plugin or way that can help create multiple payments? as example: i have 100$ and I need pay evety month 10$. So I need 10 payments in my table. Is it a way to create necessary number of payments/items?

You could do this with stripe as the payment gateway, and just use math in bubble to set it up.

$100 purchase over X months
$100/x = payment per month

Then schedule the payments using the workflow scheduler.

(Keep in mind stripe and others charge $0.30 for each payment along with a small %, so if you do 10 payments that $3.00+ in extra fees to you.)

This topic was automatically closed after 70 days. New replies are no longer allowed.