Description Usage Arguments Details
Export Transactions
1 | export_transactions(authorization, ...)
|
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 |
Note that all timestamps are in GMT.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.