v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Card

List Accounts Linked To Card

This web service allows to get list of accounts linked with card token.

post/pws/pws_linked_acc_card_list/

Request body

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

tokeninteger required

Public token for the card

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

date_fromstring

From date,accepted format yyyy-mm-dd HH:mm:ss.

date_tostring

To date,accepted format yyyy-mm-dd HH:mm:ss

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "token": 311012081,
  "date_from": "2017-10-24 13:13:08",
  "date_to": "2017-10-24 13:13:08"
}

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