v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Verification Endpoints

account-verification/interac

This endpoint is used to verify an Interac email address.

post/account-verification/interac

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

VerificationRequestIDinteger

Verification Request ID for the Bank Account to be verified

VerificationStatusstring

Status of the verification

RegistrationInfoobject

Registration information for the verification request (enhanced only)

Example response

{
  "VerificationStatus": "Verified",
  "RegistrationInfo": {
    "registeredName": "Johnathan M Rogers",
    "alias": "John Rogers",
    "autoDepositEnabled": true,
    "customerType": "RETAIL",
    "maxPaymentOutgoingAmount": "25000"
  }
}