Changes to Create a new payment request

POST /api/v1/payment-requests

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 8 revisions of this API.736

  1. b372e7d5563d635
  2. 6637b341d86d1
  3. 919eb7a392aa1

What changed

  • b372e7d5563d635See the full diff
    • the billingAddress/country request property's minLength was increased from 0 to 2

      request-property-min-length-increased

    • the currency request property's minLength was increased from 0 to 3

      request-property-min-length-increased

    • added the pattern ^[A-Za-z]{2}$ to the request property billingAddress/country

      request-property-pattern-added

    • added the pattern ^[A-Za-z]{3}$ to the request property currency

      request-property-pattern-added

    • the error/code response's property type/format changed from string/ to / for status 400

      response-property-type-changed

    • removed the success response with the status 201

      response-success-status-removed

    • the billingAddress/country request property's maxLength was set to 2

      request-property-max-length-set

    • the currency request property's maxLength was set to 3

      request-property-max-length-set

    • removed the optional property error/errors from the response with the 400 status

      response-optional-property-removed

    • added the new optional request property merchant_id

      new-optional-request-property

    • added the new optional request property simulation

      new-optional-request-property

    • added the optional property error/metadata to the response with the 400 status

      response-optional-property-added

    • added subschema #1 subschema #2 to the error/code response property allOf list for the response status 400

      response-property-all-of-added

    • added the success response with the status 200

      response-success-status-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog