post
https://api-sandbox.norbr.io/payment/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: recurringtoken_type: recurring
In the response, you will then receive:
subscription_idcreated 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.
