v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Account

Get Account Details

<ul> <li class="docBullet">Allows for retrieval of account details by passing in account id</li> <li class="docBullet">All fields relating to the account are returned</li></ul>
post/pws/pws_get_account/

Request body

ac_idinteger required

account Number/Identifier.

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

Example request

{
  "ac_id": 479823917,
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "ac_name": "Akhshay Patel",
    "ac_desc": "New account",
    "ac_parent": 122222,
    "bill_ccy": "826",
    "set_ccy": "826",
    "cre_dt": "2021-01-27 08:10:39.281233",
    "ac_status": 1,
    "product_id": 926,
    "product_name": "PTY product",
    "product_type": "20"
  }
}