Creating Payment Plans With Stripe

Hey all!

I am trying to figure out how exactly to setup payment plans on a purchase.

My current idea was this:

  1. They pay the down payment and it stores their card on their account.
  2. Then after they pay it creates a scheduled workflow to charge them on the dates of the payment plan.

Do you guys have any better ideas on how to set this up or any reccomendations to do this properly?

Thanks!

Have you used Afterpay or Klarna?

Either way, you should be able to do this pretty easily.

Assuming you’re using Stripe, you’ll need to save the payment method, then create equal invoices/charges/payments depending on the payment plan window. I’d probably do that in scheduled workflows.

Then you should consider the very many possible edge cases (that’s why i suggested afterpay or klarna first)_

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