v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Get Card Details
This web service retrieves card holder details, token flag details and descriptions. Pass a public token and client ID, to retrieve card details.
post/pws/pws_get_card_detail/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"token": 311012081
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"image_name": "paymentology",
"token": 311012081,
"ch_title": "Mr",
"ch_fname": "*******",
"ch_sname": "*******",
"ch_addr1": "London 1",
"ch_addr2": "London 2",
"ch_pcode": "0988",
"ch_city": "Pokhara",
"ch_country": "Nepal",
"ch_email": "patel@paymentology.com",
"ch_mobile": "9858545625",
"del_title": "Mr",
"del_fname": "********",
"del_sname": "*******",
"del_addr1": "Rambazar-13",
"del_addr2": "Rambazar-19",
"del_pcode": "9777",
"del_city": "Pokhara",
"del_country": "Nepal",
"del_email": "rohan@paymentology.com",
"del_mobile": "9846552252",
"pur_title": "Mr",
"pur_fname": "********",
"pur_sname": "*******",
"pur_addr1": "Rambazar-13",
"pur_addr2": "Rambazar-19",
"pur_pcode": "9777",
"pur_city": "Pokhara",
"pur_country": "Nepal",
"pur_email": "rohan@paymentology.com",
"pur_mobile": "9846552252",
"pur_cust_type": 1,
"exp_date": "2409",
"emboss_name": "Akshay Patel",
"card_type": 2,
"product_ref": "product reference",
"custom_1": "Test Custom",
"envelope_ref": 1,
"carrier_type": "1",
"status_nwk": 1000,
"pin_rem_onl": 3,
"pin_rem_chp": 3,
"cre_dt": "2021-01-27 08:10:39.281233",
"ac_parent": 542283189,
"atm_lang_preference": "01",
"ccy_bill": "826",
"ch_dob": "1998-01-02",
"chip_ccy": "826",
"prod_id": 45,
"prod_name": "Plastic card",
"perso_fields": "11111",
"accounts": "[{\"ac_id\":254153132,\"is_default\":1,\"is_primary\":true},{\"ac_id\":458594143,\"is_default\":0,\"is_primary\":false}]"
}
}