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.

This endpoint can be used to challenge Outgoing Wire Transfers, Sends, and Linked Account Declarations.

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

Note: on the Sandbox Environment, text messages are not sent and the one-time-password is always "123456".

Request

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"}