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. |
ERR_CARD_PAV_BLOCKED | Card Account Verification blocked due to too many attemps. |
ERR_CARD_PAV_FAILURE | Card Account Verification workflow - Error raised when a full match is required. INSTANT_FUNDING (AFT) requires a verified account. |
ERR_CARD_PAV_PAN_FAILURE | Card Account Verification workflow - PAN (primary account number) is invalid |
ERR_CARD_PAV_CVV_FAILURE | Card Account Verification workflow - CVV / Expiration Date combination is invalid |
Card Account Verification Requirements for Funding transactions
When configured for
INSTANT_FUNDING
(AFT) a card account request requires a full address for verification services. Only verified cards are eligible for funding transactions.Including the
verification_options
object withrequire_match
will apply the verified address to the Card Account and enable funding transaction services.
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 |