v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Group

View Linked Account Groups

This web service is used to view account/groups that are linked for the given client

post/pws/pws_get_acc_groups/

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

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

group_idinteger

group Id .If acc_id is provided ,group_id is optional.

acc_idinteger

account Id. If group_id is provided, acc_id is optional

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "acc_id": 150922641
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "group_id": 1,
    "group_name": "Any group",
    "group_desc": "Special group ID for the case we need all groups to be involved",
    "cre_by": 70,
    "updated_by": 70,
    "replace_id": -1,
    "client_id": 123456,
    "client_name": "Paymentology"
  }
}