post https://test.api.interchecks.io/api/v2//accounts//cards//verification
Card Account Verification for Account Name and/or Address on an existing active Card account
Response Codes
200
- Request Succeeded
400
- Bad Request, missing or invalid parameters
404
- Recipient ID or Account ID not found
Error Code | Details |
---|---|
ERR_CARD_PAV_ERROR | Card Account Verification was unable complete due to system error or client is not enabled. These requests can be retried. |
Card Account Verification
Standalone Card Account Verification services are used to re-verify Name and/or Address on an existing Card Account. Our onboarding team will configure the verification services offered. Details on how to trigger error scenarios in the Test Sandbox are documented on the Test Data page in the Test Values for Card Account Verification section.
When verifying name, both first_name
and last_name
must be included in the request.
Parameter | Possible Values |
---|---|
network | VISA / MASTERCARD |
pan | MATCH / NO_MATCH |
cvv | MATCH / NO_MATCH / NOT_PROCESSED / NOT_SUPPORTED |
avs.street | MATCH / NO_MATCH / NOT_PROCESSED / NOT_SUPPORTED |
avs.zip | MATCH / NO_MATCH / NOT_PROCESSED / NOT_SUPPORTED |
ani.first_name | MATCH / PARTIAL / NO_MATCH / NOT_PROCESSED / NOT_SUPPORTED |
ani.last_name | MATCH / PARTIAL / NO_MATCH / NOT_PROCESSED / NOT_SUPPORTED |