Adhoc - Modify subscription
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
{"invoice_override"=>{"debt"=>0, "subtotal_override"=>777, "total_tax_override"=>nil, "total_discount_override"=>"15.00", "total_override"=>777, "products"=>[{"name"=>"My client subscription is updated", "price"=>777, "quantity"=>"1.0000", "discount"=>0, "tax_percent"=>"15.00", "category"=>"62"}, {"name"=>"My client subscription is updated 2", "price"=>777, "quantity"=>"1.0000", "discount"=>0, "tax_percent"=>"15.00", "category"=>"63"}]}}