v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard PaySecure WS V2
Get Detailed Card List
<ul> <li class="docBullet">This API allows to retrieve card with all relative details, it will respond with list of cards related to the arguments passed to it.</li> <li class="docBullet">When token is present, the details about a single card is returned. When token is not present, but an ac_id is present, then the details of all cards associated with an account are returned. When token and ac_id are not present, but cu_id and cu_ref are present, then the details of all cards associated with the customer are returned.</li> </ul>post/sc/v2/sc_get_detailed_card_list/
Headers
Session-Idstring required
Session Id for Current Request - 32 byte AES key encrypted by RSA Public Key passed in Header in every PaySecure API call.
x-api-keystring
The X-API key is sent to the client in an email during client creation
Request body
Example request
{
"client_id": 760131,
"ac_id": 479823917,
"token": 422477992,
"cu_id": 163047,
"cu_ref": "Magic shop"
}Response
Successful Response
Example response
{
"body": [
{
"image_name": "paymentology",
"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",
"bal_pnd_amt": 100,
"bal_blk_amt": 100,
"bal_act_amt": 10000,
"bal_ccy": "826",
"bal_avail_amt": 9900,
"card_type": 2,
"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",
"product_ref": "product reference",
"custom_1": "Test Custom",
"envelope_ref": 1,
"carrier_type": "1",
"pin_rem_onl": 3,
"pin_rem_chp": 3,
"ac_parent": 542283189,
"atm_lang_preference": "01",
"ccy_bill": "826",
"ch_dob": "1998-01-02",
"prod_name": "Plastic card",
"perso_fields": "11111",
"secret": "+AyrdXnhXhc=",
"cvv": "+AyrdXnhXhc=",
"iv": "Xb6qbV2L6d1F92YU",
"acc_ext_ref": "AyrdXnhXhceimei"
}
],
"header": {
"error_desc": "success"
}
}