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.
You should only start this process if the operation state
is PENDING_CHALLENGE
.
Note that on the Sandbox Environment, text messages are not sent and the one-time-password is always "123456".
Success
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Method Not Allowed - The request was received but has been rejected for the requested resource.
Conflict
Too many requests.
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "resourceType": "outgoing_wire_transfers",
- "resourceIds": [
- "string"
]
}
{- "scaChallengeId": "string"
}
Completes the verification process for a list of resources.
This endpoint can be used to challenge Outgoing Wire Transfers & Sends.
If the outcome of the verification is successful, the resource 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".
Success - No Content.
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Conflict
Too many requests.
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "verificationCode": "string",
- "resourceType": "outgoing_wire_transfers"
}
{- "message": "string",
- "syntaxErrors": {
- "invalidFields": [
- {
- "params": [
- "string"
], - "fieldName": "string",
- "error": "REQUIRED"
}
]
}
}
Starts the verification process for a list of resources in which a push notification is sent to a device belonging to the logged-in user that was previously enrolled through the /authentication_factors/push/{channel}
endpoint.
This endpoint can be used to challenge Outgoing Wire Transfers & Sends.
You should only start this process if the resource state
is PENDING_CHALLENGE
.
channel required | string (SCAPushChannel)
|
Success
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Method Not Allowed - The request was received but has been rejected for the requested resource.
Conflict
Too many requests.
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "resourceType": "outgoing_wire_transfers",
- "resourceIds": [
- "string"
]
}
{- "scaChallengeId": "string"
}