Subscription

Create and manage subscription payments via the Gateway.

There are two different ways to use subscriptions.

  • zahls.ch managed recurring payments
  • Self-managed using a tokenization

zahls.ch Managed

We will debit your customer's payment mean based on your details.

Gateway Creation

zahls.ch managed subscriptions can be implemented easily using the Gateway.
Use the following parameters to perform a subscription via the gateway

  • subscriptionState: Set to true for subscriptions
  • subscriptionInterval: Payment interval
  • subscriptionPeriod: Duration of the subscription
  • subscriptionCancellationInterval: Cancellation possibility for your customer
Build Your Gateway

Self Managed

With this type of subscription, you are responsible for the individual charges of the subscription. Tokenization is the toolbox that helps you to do this.

Setup Tokenization

Use the instructions from the Tokenization documentation for the setup.

Tokenization

Example

Once you have an authorized transaction you can make charges using this tokenization.

Example
Subscription Interval: 1 month
Subscription period: 1 year

Make a charge every month for one year.
You can find out how charges work in the tokenization documentation.