v1
latestOpenAPI 3.0.02026-07-2640301.0 MBaccount-verification
This endpoint is used to fetch the details of a micro deposit transaction.
Query parameters
Your account ID
API key for the account
Hashed signature for the request
Value of the Account Verification Request ID
The account verification request status. Can be 'active' or 'expired'
The vefification status of the account. Can be 'unverified', 'verified' or 'failed'
The verification type. Can be 'bank' or 'interac'
A text string to search for in the email addresses used for Account Verification process.
Return micro deposit transactions that occurred on or after this date/time. Can be specified in either YYYY-MM-DD HH:MM:SS or YYYY-MM-DD format.
Return micro deposit transactions that occurred on or before this date/time. Can be specified in either YYYY-MM-DD HH:MM:SS or YYYY-MM-DD format.
Limit the number of records that are returned.
Use this parameter to set the starting point in the dataset.
Use this parameter to convert the time to the specified timezone. If no timezone is specified, the default is UTC.
Response
Example response
{
"ClientAccountID": "johndoe",
"AccountHolderName": "John Smith",
"VerificationType": "bank",
"Details": {
"Credit": {
"FirstName": "John",
"LastName": "Smith",
"CreditCardToken": "a022ff77a55e6d00bf271a2b36c65a26600a1a25",
"CreditCardBrand": "mastercard",
"CreditCardNumber": "***********4567"
},
"Debit": {
"FirstName": "John",
"LastName": "Smith",
"DebitCardToken": "a022ff77a55e6d00bf271a2b36c65a26600a1a25",
"DebitCardBrand": "mastercard",
"DebitCardNumber": "***********4567"
},
"Bank": {
"AccountNumber": "123456789",
"Currency": "USD"
},
"EmailAddress": {
"AccountHolderName": "John Smith",
"EmailAddress": "john.smith@example.com"
}
},
"PaymentRail": "ACH Withdrawal",
"Status": {
"Transaction": {
"Credit": "in progress",
"Debit": "in progress"
},
"Verification": "unverified",
"Request": "unverified"
},
"Link": "https://request-dev.vopay.com/?AccountVerificationToken=1sqzvv",
"Notes": "This is a note",
"LastModified": "2019-01-01 00:00:00",
"Pagination": {
"TotalRecords": "1000",
"Offset": "1000",
"Limit": "1000"
}
}