Billing
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 · enumRequiredPossible values:
API version, must be 1
Responses
200
List of billing invoices successfully retrieved
application/json
401
Unauthorized - Invalid or missing authentication token
get
/billingLast updated
Was this helpful?