v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Card

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

ac_idinteger required

account number

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

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 Id

cu_refstring

Customer Reference

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
    }
  ]
}