Create recurring checkout

Creates a checkout for the first payment in a recurring subscription. Returns a subscription_id to be reused in subsequent orders.

The /payment/checkout request can be used for different use cases and accept numerous information about your customer or the order itself.

In the case of a recurring first payment, you will have to create a checkout including the following parameter: value combinations:

  • payment_channel: recurring
  • token_type: recurring

In the response, you will then receive:

  • subscription_id created by us that will need to be used in all the subsequent orders (even the first).

Please visit our documentation section Recurring where you can learn more about the recurring payments flow.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!