Charges
List charges
GET
/billing/chargesExample Response
Show a charge
GET
/billing/charges/{charge}| Parameter | Type | Examples | Description |
|---|---|---|---|
charge Required | integer | 1 | The ID of the charge |
Example Response
Store a quick adjustment charge
POST
/billing/charges/quick-adjustment| Parameter | Type | Examples | Description |
|---|---|---|---|
amount Required | number | 9.99 | The amount of the adjustment |
description Required | string | Monthly fee adjustment | A description of the adjustment |
