#paymentauto22
1 messages · Page 1 of 1 (latest)
Hello 👋
Hello
Are you planning to use No-code solutions like PaymentLinks OR build your own integration using our APIs?
Not sure.. the ideal flow is after someone completes their enrollment form through a form we created on Monday.com, it would go to a new page for them to complete this purchase
The platform we are primarily using is systeme.io
Okay, gotcha. The reason I asked is because I doubt our no-code solutions like PaymentLinks can support this at the moment. You'll need to build an integration using our APIs.
Ideally you'd create a subscription for your product with first month as trial so first invoice is $0 but then use add_invoice_item to add an extra charge on the first invoice (which would be your initial fee)
https://stripe.com/docs/billing/invoices/subscription#first-invoice-extra
The other way I can think of is, you take a one-time payment for your initial fee and then create a subscription with first month as trial
Got it. And can I set it so the subscription ends after a set # of intervals?
I don't think you can set number of intervals but you can def set cancel_at property at creation time by calculating the duration yourself
Alternatively, You can use a SubscriptionSchedule to control the phases and cancel it after certain iterations
https://stripe.com/docs/billing/subscriptions/subscription-schedules
Ok and can I create this as a product that people can check out with or do I need to send an invoice every time?
You can build a UI to collect payment methods from your customer and charge them, no need to send an invoice manually
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Ok, and just to confirm I can do all of this with ACH payment?
Yup, ACH does support recurring payments so you should be able to set that as the payment_method_type
Can you help me set this up?
As in? Build the integration? If so, that isn't something we can help with.
Correct
If you don't feel comfortable building this then you would want to consider hiring a developer