Skip to main content
Weavr API
Trusted payees

Verify a payee batch using a one-time password

POST/beneficiaries/batch/{id}/challenges/otp/{channel}/verify

Completes verification of a payee batch by submitting the one-time password sent to the user.

Pass the operationBatchId as id and the code the user received as verificationCode. On success the batch is applied (payees are added to or removed from the trusted list) and the batch moves to CHALLENGE_COMPLETED and then COMPLETED. On failure it moves to CHALLENGE_FAILED and the payees are left unchanged.

This returns 204 as soon as the code is accepted, but the batch is applied asynchronously. Read the outcome with Get a batch of payees.

Request

Available on
SandboxProduction

Path parameters

Request body

*
application/json
{}
objectobject · 1 field

Responses

204No Content

Success - No Content.

Headers