v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Card PaySecure WS V2

Get Detailed Card List By Customer

<ul> <li class="docBullet">This API allows to retrieve card with all relative details by cu_id or cu_ref</li> </ul>
post/sc/v2/sc_get_detailed_card_list_by_customer/

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

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

cu_idinteger

Customer unique ID

cu_refstring

Customer reference

Example request

{
  "client_id": 760131,
  "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"
  }
}