Update a linked account
PATCH
/linked_accounts/{id} Update the details for the linked account identified by the id in the path.
Request
Path parameters
Request body
*application/json
objectobject · 2 fields
Responses
200OK
Success
Headers
Body
application/json
LinkedAccountLinkedAccount · object · 12 fields
Response example
{ "id": "string", "profileId": "string", "tag": "string", "friendlyName": "string", "name": "string", "type": "BUSINESS", "currency": "string", "country": "string", "accountReference": { "accountNumber": "string", "sortCode": "string", "secondaryReference": "string" }, "state": "PENDING_VERIFICATION", "creationTimestamp": 0, "owner": { "type": "string", "id": "string" }}