Recurrent billing
GET https://api.ecartapi.com/api/v2/billing/recurrent/{{id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"billing":{"id":"13681066058","name":"Super Duper Plan","charge":{"type":null},"price":"10.00","redirectUrl":"https://webhook.site/215a94a0-da24-4350-9930-3f5ebeb72de4","test":"true","confimartionUrl":null,"status":{"status":"active"},"dates":{"createdAt":"2020-11-20T14:00:58-05:00","updatedAt":"2020-11-20T14:09:42-05:00","billingOn":"2020-11-25","activatedOn":"2020-11-20","trialEnd":"2020-11-25"},"balance":{"spent":"2","remaining":"98"},"trialDays":"5"}}