List customer invoices
Authentication
Path parameters
The customer’s unique identifier (UUID). Must belong to the authenticated store.
Headers
Scope the request to a specific store / account instead of the one resolved from the API key. Aliases: the x-account-id header, or the application_account_id / account_id query parameter.
Query parameters
Start of the Created date range (ISO 8601). Must be sent together with end_at — supplying only one is a validation error.
End of the Created date range (ISO 8601). Must be sent together with start_at.
Filter by payment request status: 0 PENDING, 1 COMPLETED, 2 EXPIRED, 3 ACTIVE, 4 DEACTIVATED.
Alternative to sort: a JSON string mapping a field to a direction (asc / desc).
Allowed fields: Status, Archived, Created
