The Verification Object
Verification Object Field Descriptions
The Verification Object
The Verification object is used to store and transmit customer bank account data for validation with the Check Verification Gateway. Upon creation of the record, its values will be transmitted via API to the gateway and a reply received indicative of the risk level associated with the account.
The Verification Object Fields
Field Label | Type | Description |
---|---|---|
Account Number | Text (Encrypted) | The value of this field is equivalent to the customers bank account number. On creation of the record, the field is encrypted using Salesforce Classic Encryption. |
Address | Text | This field should be filled with the customers street address. Please remove all special characters if filling this field on record creation. |
Amount | Currency | The amount of the item which will be verified. This field must contain a value greater than $0.01. |
API Error Message | Long Text | If a failure occurs on transmission of the item, this field will contain the error message. The message must be provided to the Check21.com team should an investigation of the error be warranted. |
Check Verification Responses | Lookup | Once a submission of the item to the Check Verification gateway occurs, the response returned will be mapped to a Check Verification Responses record. This record will be indicative of the result and the risk level designated by the Salesforce Administrator. Field is filled upon transmission and reply from the Check Verification gateway. |
City | Text | This field should be filled with the customer's city. Please remove all special characters if filling this field on record creation. |
Company Name | Text | If the verified item is drawn on a business account, please enter the name of the business. Please remove all special characters if filling this field on record creation. |
First Name | Text | If the verified item is drawn on a personal account, please enter the first name of the account holder. Please remove all special characters if filling this field on record creation. |
Last Name | Text | If the verified item is drawn on a personal account, please enter the last name of the account holder. Please remove all special characters if filling this field on record creation. |
Response Code | Formula (Text) | Formula field mapped to the Check Verification Responses lookup. Field is filled upon transmission and reply from the Check Verification gateway. |
Response Description | Formula (Text) | Formula field mapped to the Check Verification Responses lookup. Field is filled upon transmission and reply from the Check Verification gateway. |
Response Level Risk | Formula (Text) | Formula field mapped to the Check Verification Responses lookup. Field is filled upon transmission and reply from the Check Verification gateway. |
Result ID | Text | Field representing the unique Verification ID provided by the gateway. Field is filled upon transmission and reply from the Check Verification gateway. |
Routing Number | Text | The value of this field is equivalent to the customers bank routing number. |
State | Text | This field should be filled with the customers state. Please remove all special characters if filling this field on record creation. |
Status | Picklist | The status of the verification from its creation to its completion. Please use "Pending Verification" on the creation of all records. If a verification is successfully transmitted to the gateway, it will return a "Success" status. Otherwise, it will return a "Fail" status. Options: Pending Verification, Success, Fail |
Validation Type | Picklist | This field is used to determine which license/verification service will be utilized in the validation process. Options: ATM/NCN, Forwarn, Test |
Verification Name | Auto Number | Salesforce Record Number |
Zip | Text | This field should be filled with the customers zip code. Please remove all special characters if filling this field on record creation. |
Next Steps
With an understanding of the Verification object, Salesforce Administrators and Developers should now attempt to understand the services used to validate account data or check-writing history. For detailed service descriptions, please see the next section, labeled Services Used to Verify Bank Data.
Updated almost 4 years ago