Last updated 4 months ago
Was this helpful?
Retrieves billing invoices for the authenticated merchant. Requires authentication with merchant credentials.
API version, must be 1
1
GET /billing HTTP/1.1 Host: api.simplepay.ai Authorization: Bearer JWT Accept: */*
List of billing invoices successfully retrieved
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "amount": "text", "status": "pending", "created_at": "2025-04-26T07:09:08.074Z" } ]