Card Validations are used to validate a card and its cardholder before sending funds to or pulling funds from a card.
If the validation is accepted by the recipient bank, this will contain supplemental details.
The identifier of the Account from which to send the validation.
The cardholder's first name.
The cardholder's last name.
The cardholder's middle name.
The postal code of the cardholder's address.
The cardholder's street address.
The ISO 8601 date and time at which the validation was created.
What object created the validation, either via the API or the dashboard.
If the validation is rejected by the card network or the destination financial institution, this will contain supplemental details.
The Card Validation's identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
A four-digit code (MCC) identifying the type of business or service provided by the merchant.
The city where the merchant (typically your business) is located.
The merchant name that will appear in the cardholder’s statement descriptor. Typically your business name.
The postal code for the merchant’s (typically your business’s) location.
The U.S. state where the merchant (typically your business) is located.
The lifecycle status of the validation.
After the validation is submitted to the card network, this will contain supplemental details.
A constant representing the object's type. For this resource it will always be card_validation
.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Card Validations to ones belonging to the specified Account.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter Card Validations by status. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three
.
Filter records to the one with the specified idempotency_key
you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The identifier of the Account from which to send the validation.
The Increase identifier for the Card Token that represents the card number you're validating.
The cardholder's first name.
The cardholder's last name.
The cardholder's middle name.
The postal code of the cardholder's address.
The cardholder's street address.
A four-digit code (MCC) identifying the type of business or service provided by the merchant.
The city where the merchant (typically your business) is located.
The merchant name that will appear in the cardholder’s statement descriptor. Typically your business name.
The postal code for the merchant’s (typically your business’s) location.
The U.S. state where the merchant (typically your business) is located.
The identifier of the Card Validation.