/card_validationsCreate a card validation
Creates a Card Validation to validate a card and its cardholder before sending funds to or pulling funds from a card. Supply the Account, Card Token, and merchant details; cardholder details are optional. Merchant category codes must contain exactly four digits, and text fields with character restrictions accept ASCII characters only.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Card Validation details. Include account_id, card_token_id, merchant_city_name, merchant_state, merchant_postal_code, merchant_category_code, and merchant_name; cardholder details are optional.
account_id, card_token_id, merchant_city_name, merchant_state, merchant_postal_code, merchant_category_code, and merchant_name are required. merchant_category_code must contain exactly four digits; the other merchant fields must satisfy their stated length limits, and the cardholder fields must contain only ASCII characters and meet their stated length limits.