Developer
DocsDeveloperPlatformTicket
  • Overview
  • Guides
    • Accept Payment
      • Payment Types
        • Pre Authorization
        • Tokenization
        • Subscription
      • Build Your Gateway
    • Webhook
      • Transaction
      • Subscription
      • Payout
    • Embedding
      • iFrame
      • Modal Window
      • Mobile Apps
      • Integration Parameter
  • General Information
    • Payment Method
      • Static QR Code
    • Payment Provider
    • Objects
      • Metadata
      • Invoice
      • Contact
  • Testing
  • Plugin Development
  • More Documentations
  • Merchant
  • API Reference
Powered by GitBook
On this page
  • Payrexx Managed
  • Gateway Creation
  • Self Managed
  • Setup Tokenization
  • Example
  1. Guides
  2. Accept Payment
  3. Payment Types

Subscription

PreviousTokenizationNextBuild Your Gateway

Last updated 10 months ago

There are two different ways to use subscriptions.

  • Payrexx managed recurring payments

  • Self managed using a tokenization

Not all payment provider support subscriptions & tokenizations. Visit our article to find a suitable payment provider.

Payrexx Managed

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

Gateway Creation

Payrexx managed subscriptions can easily be implemented 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

If youn choose Payrexx managed subscriptions, you will receive a instead of a .

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.

Example

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

Example Subscription Interval: 1 month Subscription preiod: 1 year

You must implement the logic for cancellations, renewals etc. This allows you unlimited customisability!

Tokenization charges may fail due to different reasons. Make sure to handle this case in your code!

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

PSP Feature
Build Your Gateway
subscription Webhook
transaction Webhook
Tokenization
tokenization documentation