Miscellaneous
Charge Subscription
Charge a customer for an on-demand subscription.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Subscription Id
Body
application/json
The product price. Represented in the lowest denomination of the currency (e.g., cents for USD).
For example, to charge $1.00, pass 100
.
Response
200 - application/json
Subscription Charge succesfully created