List Transactions
1 | list_transactions(authorization, ...)
|
authorization |
set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY" |
... |
Body Params |
perPage |
int32. Specify how many records you want to retrieve per page |
page |
int32. Specify exactly what page you want to retrieve |
customer |
int32. Specify an ID for the customer whose transactions you want to retrieve |
status |
string. Filter transactions by status ('failed', 'success', 'abandoned') |
from |
date-time. A timestamp from which to start listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21 |
to |
date-time. A timestamp at which to stop listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21 |
amount |
int32. Filter transactions by amount. Specify the amount in kobo. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.