Transactions
List transactions
List Transactions
The List Transactions API lets you retrieve all your payout transactions directly without needing to check the dashboard. Simply use the following GET endpoint:
{{baseurl}}/transactions
Remember: To ensure security, your secret key is required as an authorization header.
The parameters for this request query include:
Field | Data Type | Description |
---|---|---|
list | number >=1 | This specifies the maximum number of transactions you want to retrieve in a single API call. It must be a number greater than or equal to 1. |
page | number >=1 | This allows you to navigate through your transaction history in pages. It must be a number greater than or equal to 1. |
search | String | This allows you to search for specific transactions within your history. |
type | Object: Enum CREDIT DEBIT | This is a filter for the type of transactions you want to retrieve. It can be set to either “CREDIT” to get only credit transactions or “DEBIT” to get only debit transactions. |
A successful response will look like this: