v1
latestOpenAPI 3.0.02026-07-242035712.0 MBAccount
Get Statement
Allows for retrieval of statement based on input of token/account and a time range.
post/pws/pws_get_statement/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"input_id": 479823917,
"input_type": "a",
"date_from": "2020-01-24 13:13:08",
"date_to": "2025-10-24 13:13:08",
"statement_type": 1
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": [
{
"txn_id": 91191931,
"token": 545398123,
"type": "Load",
"type_detail": 1,
"status": "Approved & Settled",
"ac_id": 117079743,
"description": "Paymentology",
"spend_ccy": "GBP",
"spend_sym": "£",
"spend_amt": 53.89,
"card_ccy": "400",
"card_sym": "$",
"txn_amt": 1190.25,
"aval": 1190,
"note": "debit/credit note",
"is_debit": 1
}
]
}