This is a Simulator API which is only available on the Weavr Sandbox Environment
Weavr Simulator (v2)
Download OpenAPI description
Overview
URL
Languages
Servers
Mock server
https://api.weavr.io/_mock/products/simulator/openapi
https://sandbox.weavr.io/simulate/api"
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
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/linked_accounts/{account_id}/set
- https://sandbox.weavr.io/simulate/api"/linked_accounts/{account_id}/set
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.weavr.io/_mock/products/simulator/openapi/linked_accounts/{account_id}/set' \
-H 'Content-Type: application/json' \
-H 'call-ref: string' \
-H 'programme-key: YOUR_API_KEY_HERE' \
-d '{
"state": "VERIFIED"
}'Security
API_Secret_Key
Items Enum"INTERNAL_CHECKS""TRANSFER_INSTRUCTION""USER_DECLARATION_SCA_CHALLENGE""MICRO_DEPOSIT"
- Mock serverhttps://api.weavr.io/_mock/products/simulator/openapi/linked_accounts/{account_id}/verify
- https://sandbox.weavr.io/simulate/api"/linked_accounts/{account_id}/verify
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.weavr.io/_mock/products/simulator/openapi/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"
}'