Skip to main content
Weavr API
Confirmation challenges

Issue a one-time password that can be used to verify a list of resources

POST/challenges/otp/{channel}

Starts the verification process for a list of resources in which a one-time password is sent to a device belonging to the logged-in user that was previously enrolled through the /authentication_factors/otp/{channel} endpoint.

Use this for outgoing wire transfers, sends, and linked account declarations.

You should only start this process if the operation state is PENDING_CHALLENGE.

Request

Available on
SandboxProduction

Header parameters

Path parameters

Request body

*
application/json
{}
objectobject · 2 fields

Responses

200OK

Success

Headers
Body
application/json
{}
objectobject · 1 field
Response example
{  "scaChallengeId": "123456789"}