list_transactions: List Transactions

Description Usage Arguments

Description

List Transactions

Usage

1
list_transactions(authorization, ...)

Arguments

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.


ebinabo/paystack documentation built on May 16, 2019, 8:16 p.m.