Get Account Transactions

Gets a list of transactions made against this account.

Please note, for some configurations the endpoint will not return a total page count. In this case, an error with the code list_exhausted will be returned to indicate the end of the list.

Response

FieldValueDescription
start_dateStringStart date used in the search.
end_dateStringEnd date used in the search.
limitNumberLimit used in the search.
pageNumberThe current page of results returned
page_countNumberThe number of pages for total results. Please note, under some configurations, this field will not be populated.
dataList of TransactionsSee below

transaction

FieldValueDescription
amountStringThe total amount billed to the cardholder in the currency of the account. Program specific, please consult the implementation team to know more.
billing_amountStringThe amount the account was billed
billing_currencyStringThe currency of billing_amount
descriptionString
timestampStringThe transaction data time in local. Please note, "z" in the end of the timestamp is not UTC/GMT but the local date time.
transaction_amountStringThe amout of the transaction
transaction_currencyStringThe currency the transaction_amount
merchantStringMerchant Information. See below for details.
typeStringType of transaction

Merchant

FieldValueRequiredDescription
mccStringYesMerchant Category Code
mcc_descriptionStringYesMerchant Category Code Description
nameStringNo*Merchant Name
cityStringNo*Merchant City
countryStringNo*Merchant Country

* Field may not be available for all programs.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!