For the complete documentation index, see llms.txt. This page is also available as Markdown.

Billing

Get Billing Invoices

get

Retrieves billing invoices for the authenticated merchant. Requires authentication with merchant credentials.

Authorizations
AuthorizationstringRequired

Authorization token must be included in the Authorization header. Example: Authorization: Bearer YOUR_TOKEN app_secret from API Keys section

Query parameters
vinteger · enumRequired

API version, must be 1

Possible values:
Responses
200

List of billing invoices successfully retrieved

application/json
idstring · uuidOptional
amountstring · decimalOptional
statusstring · enumOptionalPossible values:
created_atstring · date-timeOptional
get
/billing

Last updated