Transactions
List transactions
OAuth: This endpoint requires one of the following scopes: transaction:manage
, transaction:write
or transaction:read
.
List Transactions
🔐 This endpoint requires one of the following scopes:
- transaction:manage
- transaction:read
- transaction:write
Lists transactions
Parameters
Name | Type | Description |
---|---|---|
| array of strings | The transaction types to filter against. See list of supported types below. |
Transaction types
You will find below the list of supported transaction types to filter against:
Code samples
List invoices
OAuth: This endpoint requires one of the following scopes: transaction:manage
, transaction:write
or transaction:read
.
Parameters
Name | Type | Description |
---|---|---|
| array of strings | The invoice transaction types to filter against. See list of supported types below. |
Transaction types
You will find below the list of supported transaction types that include an invoice, to filter against:
List Invoices
Lists invoices
Code samples
List receipts
OAuth: This endpoint requires one of the following scopes: transaction:manage
, transaction:write
or transaction:read
.
List Receipts
List available receipts.
Lists receipts
Code samples
Last updated