Billing
Retrieves billing invoices for the authenticated merchant. Requires authentication with merchant credentials.
Authorizations
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
GET /billing?v=1 HTTP/1.1
Host: api.simplepay.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"amount": "text",
"status": "pending",
"created_at": "2025-10-16T04:13:21.212Z"
}
]
Last updated
Was this helpful?