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

  1. 2f50481c658c1
  2. 8976b540ed449

What changed

    • added the new pulse enum value to the route response property for the response status 200

      response-property-enum-value-added

    • added the pattern ^[0-9]*$ to the request property merchant_category_code

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property cardholder_first_name

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property cardholder_last_name

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property cardholder_middle_name

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property cardholder_postal_code

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property cardholder_street_address

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property merchant_city_name

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property merchant_name

      request-property-pattern-added

    • added the pattern ^[\x00-\x7F]*$ to the request property merchant_postal_code

      request-property-pattern-added