v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Get Card list
This web service retrieves a list of all cards linked to an account or parent account
post/pws/pws_card_list/
Request body
Example request
{
"ac_id": 542283189,
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": [
{
"image_name": "paymentology",
"is_primary": true,
"ac_id": 792736698,
"token": 883940706,
"status_nwk": 1000,
"product_id": 234,
"is_default": 1,
"is_active_ccy": 1,
"cre_dt": "2019-11-29T09:11:11Z",
"tran_ccy": "826",
"bal_blk_amt": 100,
"bal_act_amt": 10000,
"cu_id": 1230446,
"card_type": 2
}
]
}