Billing

Get Billing Invoices

get

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

Authorizations
Query parameters
vinteger · enumRequired

API version, must be 1

Possible values:
Responses
200

List of billing invoices successfully retrieved

application/json
get
GET /billing HTTP/1.1
Host: api.simplepay.ai
Authorization: Bearer JWT
Accept: */*
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "amount": "text",
    "status": "pending",
    "created_at": "2025-08-23T18:41:01.305Z"
  }
]

Last updated

Was this helpful?