Accounts
Edit an account
Edit details of a particular account using its ID as a reference Currently editable fields:
- for accounts of all customer types, externalReference can be edited
- for accounts of PCM_INDIVIDUAL & PCM_BUSINESS customer types, name can additionally be edited
put/accounts/{accountId}
Path parameters
accountIdstring required
ID of account to be edited
Request body
Response
OK
Example response
{
"id": "A0000001",
"balance": "10000.00",
"availableBalance": "10000.00",
"currency": "GBP",
"status": "ACTIVE",
"identifiers": [
{
"accountNumber": "12345678",
"sortCode": "000000",
"iban": "GB20MODR04001401100000",
"bic": "MODRGB21",
"currency": "GBP",
"countrySpecificDetails": {
"bankName": "Apple Bank",
"bankAddress": "2100 Broadway",
"bankCity": "New York City",
"bankBranchName": "New York",
"bankBranchCode": "44-04",
"chineseId": "01101201901018889",
"province": "Zhejiang",
"business": true,
"bankCodeType": "ABA",
"bankCountry": "US",
"abaRoutingNumber": "123456789"
},
"productId": "O2100001"
}
],
"customerId": "C0000001",
"externalReference": "aReference_00001",
"createdDate": "2017-01-28T01:01:01+0000"
}