Get multiple transactions

This endpoint allows developers to query previously initiated transactions. You can do a single or bulk query with the endpoint depending on your use case.

Query Params
string
required
Defaults to 2020-01-01

This is the specified date to start the list from. YYYY-MM-DD

string
required
Defaults to 2020-01-14

The is the specified end period for the search . YYYY-MM-DD

int32
Defaults to 1

This is the page number to retrieve e.g. setting 1 retrieves the first page

string
Defaults to [email protected]

This is the email of the customer who carried out a transaction. You can use this to query the transactions for a single customer.

string
Defaults to successful

This is the status for the queried transactions. Expected values for status include successful and failed.

string
Defaults to new-transaction-ref

This is the unique merchant reference tied to a transaction. This should be specified when querying a specific transaction.

string
Defaults to Yemi Desola

The Customer's full name.

string
Defaults to NGN

This is the specified currency to charge in. All currencies supported by Flutterwave can be passed here. You can check our Currency listing for more details.

Headers
string
required
Defaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-X

Pass your secret key as a bearer token in the request header to authorize this call

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json