Skip to content

Weavr Simulator (v2)

This is a Simulator API which is only available on the Weavr Sandbox Environment

Download OpenAPI description
Overview
Languages
Servers
Mock server
https://api.weavr.io/_mock/products/simulator/openapi
https://sandbox.weavr.io/simulate/api"

Accounts

Operations

Cards

Operations

Consumers

Operations

Corporates

Operations

Wiretransfers

Operations

Factors

Operations

Simulate invalid verification of specified challenge

Request

Security
Auth_Token and API_Secret_Key
Path
credentials_idinteger(int64)required
challenge_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

curl -i -X POST \
  'https://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_invalid' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'call-ref: string' \
  -H 'programme-key: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
codestringrequired
Enum"COMPLETED""DENIED"
Response
application/json
{ "code": "COMPLETED" }

Simulate expiry of specified challenge

Request

Security
Auth_Token and API_Secret_Key
Path
credentials_idinteger(int64)required
challenge_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

curl -i -X POST \
  'https://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_expired' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'call-ref: string' \
  -H 'programme-key: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
codestringrequired
Enum"COMPLETED""DENIED"
Response
application/json
{ "code": "COMPLETED" }

Simulate successful verification of specified challenge

Request

Security
Auth_Token and API_Secret_Key
Path
credentials_idinteger(int64)required
challenge_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

curl -i -X POST \
  'https://api.weavr.io/_mock/products/simulator/openapi/factors/{credentials_id}/challenges/{challenge_id}/verify_success' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'call-ref: string' \
  -H 'programme-key: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
codestringrequired
Enum"COMPLETED""DENIED"
Response
application/json
{ "code": "COMPLETED" }

Linked Accounts

Operations