Retrieve a paginated list of invoices for the authenticated organization
Send your access token as header Authorization: Bearer {accessToken}
Your API key that starts with sk_live or sk_test. You can create yours at go.bitgpt.xyz/api-keys.
Request body for filtering invoices
Filter by invoice status
PENDING, COMPLETED, VOIDED, PROCESSING, WAITING_FOR_CONFIRMATIONS, PARTIALLY_PAID Filter by currency code
Filter invoices with usd amount greater than or equal to this value
Filter invoices with usd amount less than or equal to this value
Filter invoices created from this date
Filter invoices created until this date
Filter by customer email address
Filter by payment provider
Maximum number of invoices to return
Number of invoices to skip for pagination
Invoice list
Status code of the response
200, 201, 202 Response data containing the requested object
Message of the response, human readable
"Resource created successfully"
API environment
development, production Error message of the response, human readable
"Invalid email address"
Useful informaiton, not always present, to debug the response
{ "request_id": "req_1234567890" }"Some pertinent log message"
Validator response object, each key is the field name and value is the error message
{
"email": "Invalid email address",
"password": "Password is required"
}Support ID linked to the response, used to identify it when talking with our team
"support_uuidv7-something-else"