#paymentauto22

1 messages · Page 1 of 1 (latest)

twin hawkBOT
forest inlet
#

Hello 👋

junior cipher
#

Hello

forest inlet
#

Are you planning to use No-code solutions like PaymentLinks OR build your own integration using our APIs?

junior cipher
#

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

forest inlet
#

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

junior cipher
#

Got it. And can I set it so the subscription ends after a set # of intervals?

forest inlet
#

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

junior cipher
#

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?

forest inlet
junior cipher
#

Ok, and just to confirm I can do all of this with ACH payment?

forest inlet
#

Yup, ACH does support recurring payments so you should be able to set that as the payment_method_type

junior cipher
#

Can you help me set this up?

forest inlet
#

As in? Build the integration? If so, that isn't something we can help with.

junior cipher
#

Correct

forest inlet
#

If you don't feel comfortable building this then you would want to consider hiring a developer