Charges
For any call on this page, you are required to set the merchant using the Merchant Header.
Index
View a list of charges for a merchant using Pagination.
GET
/billing/chargesExample Response
Show
Show the details of a single charge for a merchant. You can find the charge ID in the response of the Index call.
GET
/billing/charges/{CHARGE_ID}Example Response
Create Quick Adjustment
Create a quick adjustment on a client's account.
POST
/billing/charges/quick-adjustment| Parameter | Type | Examples | Description |
|---|---|---|---|
amount Required | integer | 199.99 | (required) The amount for the quick adjustment. |
description Required | string | Services for custom packing | (required) The description for the quick adjustment. |
