v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Account

Edit Account

<ul><li class="docBullet">Allows the user to edit critical elements of the account.</li><li class="docBullet">Due to historic computation associated with account currencies and relationships to parent accounts, the only editable elements are ac_ext_ref, account_name and ac_desc</li> </ul> <p> </p>
post/pws/pws_account_edit/

Request body

ac_idinteger required

The unique Account ID used for updating account details

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

account_namestring

account holder name.

ac_descstring

Description for the account holder.

ac_ext_refstring

account external reference.

guarantee_amountnumber

Guarantee Amount(credit related editable field)

guarantee_idinteger

Guarantee Type Id(credit related editable field)

Example request

{
  "ac_id": 479823917,
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "account_name": "Joe Blogs",
  "ac_desc": "New account description",
  "ac_ext_ref": "0"
}

Response

Successful Response

bodyEditAccountBody

Example response

{
  "header": {
    "error_desc": "success"
  }
}