Skip to content

linked_accounts_account_id_verify

Request

This tool is used to simulate internal verification for linked accounts by Account ID.

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
stepsArray of strings(VerifyRequestByAccountIdVerificationStep)
Items Enum:"INTERNAL_CHECKS""TRANSFER_INSTRUCTION""USER_DECLARATION_SCA_CHALLENGE""MICRO_DEPOSIT"
resultstring(VerifyRequestByAccountIdVerificationState)
Enum:"COMPLETED""REJECTED"
curl -i -X POST \
  'https://sandbox.weavr.io/simulate/api/linked_accounts/{account_id}/verify' \
  -H 'Content-Type: application/json' \
  -H 'call-ref: string' \
  -H 'programme-key: YOUR_API_KEY_HERE' \
  -d '{
    "steps": [
      "INTERNAL_CHECKS"
    ],
    "result": "COMPLETED"
  }'

Responses

Success - No Content

Response
No content