v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard V2
Get Card History V2
This web service gets the full audit history of a card (load card, get balance, set/get status) over a specified time period. Note : List Endpoint does not support's Idempotency.
post/pws/v2/pws_card_history/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"date_from": "2020-10-24 13:13:08",
"date_to": "2021-12-31 23:59:59",
"page_limit": 250,
"page_no": 1,
"token": 311012081,
"card_account": "b"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"total_records": 500,
"data": [
{
"api_call_unique_identifier": "438574857485",
"request_body": "{\"api_call_unique_identifier\":\"32153auaia64i78\",\"client_id\":123456,\"token\":571295607}",
"response_body": "{\"header\":{\"error_id\":0,\"error_desc\":\"success\"},\"body\":{\"status_nwk\":1000}}",
"request_date_time": "2019-12-24T13:13:08",
"status": "s",
"api_desc": "This Api returns card status",
"client_id": 1234567,
"api_name": "pws_get_card_status"
}
]
}
}