Get invoices by account ID

Returns all invoices for the given account ID

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

The Tilia account ID that the response invoices pertain to

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
query Parameters
states
string

Comma separated states in which to filter the response. By default, the response has no state filter applied. For example, a value of states=FAILED,CANCELED will return only invoices in those two states.

Enum: "OPEN" "PROCESSING" "SUCCESS" "FAILED" "CANCELED"
invoice_types
string
Default: "user_purchase,user_purchase_virtual"

Comma separated list of transaction types to return.

Enum: "user_purchase" "user_purchase_virtual" "payout_escrow" "payout_execute" "payout_reverse" "refund_invoice" "refund_line_item_invoice" "refund_invoice_virtual" "refund_line_item_invoice_virtual" "user_purchase_escrow" "user_purchase_escrow_virtual" "user_purchase_commit_escrow" "user_purchase_commit_escrow_virtual" "user_purchase_refund_escrow" "user_purchase_refund_escrow_virtual" "deposit" "token_purchase" "token_convert" "balance_transfer"
include_recipient_transactions
string
Default: "false"

When set to true, this endpoint additionally returns transactions in which the request account_id is the recipient of transactions. Note: only applies to successful transactions.

limit
number
Default: 100

Maximum number of items to be retrieved

offset
number
Default: 0

Offset to query at

sort_field
string
Default: "updated"

The field to sort the items by

Enum: "created" "updated"
sort
string
Default: "desc"

Sort ascending or descending

Enum: "asc" "desc"
Responses
200

Successfully retrieved invoices.

401

Unauthorized access.

500

Service unavailable or server error.

get/v2/invoice/account/{account_id}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}