Step 3: Add subscriber & tokenise card

POST https://gate.reviopay.com/api/v1/billing_templates/{{billing_template_id}}/add_subscriber/

The add_subscriber to connect your client to a bililng_template.

This request will generate a check_out_url through which your client can make payment when redirected to it to tokenise their preferred recurring payment method.

You can also use the Direct charge method to complete the tokenisation.

Once completed, the billing_template engine will raise the client invoices/charges on the relevant deduction date.

Request Body

{"client_id"=>"{{client_id}}", "invoice_reference"=>"{{my_reference}}", "subscription_confirm_each_order"=>false, "send_invoice_on_add_subscriber"=>false, "send_invoice_on_charge_failure"=>false, "send_receipt"=>false}