List invoices with optional filtering by subscription, customer, or status.
Documentation Index
Fetch the complete documentation index at: https://docs.stablepayfi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer API Key, for example Bearer sk_live_xxx.
Unix timestamp in seconds. Must be within 5 minutes of server time.
Replay-protection nonce, 16-64 characters. Use a fresh UUID per request.
Lowercase hex HMAC-SHA256 of {timestamp}.{nonce}.{requestBody} signed with the merchant API Secret. For GET requests, requestBody is an empty string.
Unix timestamp in seconds. Must be within 5 minutes of server time.
Replay-protection nonce, 16-64 characters. Use a fresh UUID per request.
16 - 64Lowercase hex HMAC-SHA256 of {timestamp}.{nonce}.{requestBody} signed with the merchant API Secret. For GET requests, requestBody is an empty string.
Filter by subscription ID.
Filter by customer ID.
Filter by invoice status. Only open, paid, and void are supported.
Invoice status. Query values must be lowercase: open, paid, or void.
open, paid, void Number of records to return. Defaults to 10, maximum 100.
1 <= x <= 100Forward pagination cursor. The current implementation queries invoice_id > starting_after.