export_transactions: Export Transactions

Description Usage Arguments Details

Description

Export Transactions

Usage

1
export_transactions(authorization, ...)

Arguments

authorization

set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY"

...

Body Params

from

date. Lower bound of date range. Leave undefined to show totals from day one.

to

date. Upper bound of date range. Leave undefined to show totals till date.

settled

boolean. Set to true to export only settled transactions. false for pending transactions. Leave undefined to export all transactions

payment_page

int32. Specify a payment page's id to export only transactions conducted on said page

customer

int32.

currency

string.

settlement

int32. An ID for the settlement whose transactions we should export

amount

int32. Amount for transactions to export

status

string. Status for transactions to export

Details

Note that all timestamps are in GMT.


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