Example description: Payment with subscription

  • Basic: 1€ is charged every day during 3 days.
  • Standard: 3€ per month for 4 months.
  • Premium: 5€ is charged per day with no ending date.

In this example, a Custom Form is used to manage a Subscription Signup based on a previously configured SubscriptionModel. This demo was designed on the basis of 3 used cases:

After confirmation, to access the customer portal, you can click on "manage my subscription" to cancel it or use another card.

In the first example (basic), a first invoice of the subscription is charged when the Subscription Object is created (as no starting date is set). The following days (it could be also one or more weeks or months) new invoices of the same subscription is charged until the Subscription end date (configured in the SubscriptionModel, it can be an integer or unlimited invoices).

paymentRequestId :

1,00

3,00

5,00

Breakdown

  • Basic: 1€ per day during 3 days.
  • Standard: 3€ per month for 4 months.
  • Premium: 5€ per day indefinitely.
×