Changes to Create a Card Validation
POST /card_validations
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 2 of the 46 revisions of this API.91
What changed
- ●
added the new
pulseenum value to therouteresponse property for the response status200response-property-enum-value-added
- ●
- ▲
added the pattern
^[0-9]*$to the request propertymerchant_category_coderequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertycardholder_first_namerequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertycardholder_last_namerequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertycardholder_middle_namerequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertycardholder_postal_coderequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertycardholder_street_addressrequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertymerchant_city_namerequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertymerchant_namerequest-property-pattern-added
- ▲
added the pattern
^[\x00-\x7F]*$to the request propertymerchant_postal_coderequest-property-pattern-added
- ▲