Skip to content

linked_accounts_account_id_set

Request

Allows the verification or rejection of a linked account run by specifying the account ID. This operation updates the status of a linked account to either VERIFIED or REJECTED.

Security
API_Secret_Key
Path
account_idinteger, (int64)required
Headers
call-refstring

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

Bodyapplication/jsonrequired
statestring(LinkedAccountRunRequestState)
Enum:"VERIFIED""REJECTED"
curl -i -X POST \
  'https://sandbox.weavr.io/simulate/api/linked_accounts/{account_id}/set' \
  -H 'Content-Type: application/json' \
  -H 'call-ref: string' \
  -H 'programme-key: YOUR_API_KEY_HERE' \
  -d '{
    "state": "VERIFIED"
  }'

Responses

Success - No Content

Response
No content