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
- https://sandbox.weavr.io/simulate/apihttps://sandbox.weavr.io/simulate/api/linked_accounts/{account_id}/set
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/linked_accounts/{account_id}/set
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"
}'