- Verify an outgoing wire transfer using a one-time password
Create an outgoing wire transfer
Get all outgoing wire transfer transactions
Get an outgoing wire transfer transaction
Update the beneficiary name of an outgoing wire transfer
Get an outgoing wire transfer payment confirmation
Cancel an outgoing wire transfer transaction
Confirm an outgoing wire transfer transaction
Issue a one-time password that can be used to verify an outgoing wire transfer
Issue a push notification that can be used to verify an outgoing wire transfer
Verify an outgoing wire t...
Deprecated in favour of Challenges endpoints
Completes the verification process for an outgoing wire transfer.
If the outcome of the verification is successful, the outgoing wire transfer transaction is executed.
If not verified challenge expires after 5 minutes and the number of incorrect OTP attempts is limited to reduce the risk of fraud.
Note that on the Sandbox Environment, text messages are not sent and the verificationCode is always "123456".
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/outgoing_wire_transfers/{id}/challenges/otp/{channel}/verify
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/outgoing_wire_transfers/{id}/challenges/otp/{channel}/verify
curl -i -X POST \
'https://sandbox.weavr.io/multi/outgoing_wire_transfers/{id}/challenges/otp/{channel}/verify' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY_HERE' \
-d '{
"verificationCode": "string"
}'Response
No content