Last updated 2 months ago
Was this helpful?
Retrieves billing invoices for the authenticated merchant. Requires authentication with merchant credentials.
/billing
API version, must be 1
1
curl -L \ --url 'https://api.simplepay.ai/billing?v=1' \ --header 'Authorization: Bearer JWT'
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "amount": "text", "created_at": "2025-02-28T07:21:52.580Z", "status": "pending" } ]