Changes to Create hosted checkout link

POST /checkout/create

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

Changed in 2 of the 6 revisions of this API.1819

  1. 6b9208b6445611
  2. f3171dce6f0f188

What changed

    • added the new optional request property oneOf[CheckoutPackageRequest]/options (media type: application/json)

      new-optional-request-property

    • added the new optional request property oneOf[CheckoutPackageRequest]/options (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property code to the response with the 502 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added

    • added the optional property request_id to the response with the 502 status

      response-optional-property-added

  • f3171dce6f0f188See the full diff
    • the request's body type/format changed from object/ to / (media type: application/json)

      request-body-type-changed

    • removed the request property callback_url (media type: application/json)

      request-property-removed

    • removed the request property callback_url (media type: application/x-www-form-urlencoded)

      request-property-removed

    • removed the request property customer_id (media type: application/json)

      request-property-removed

    • removed the request property customer_id (media type: application/x-www-form-urlencoded)

      request-property-removed

    • removed the request property cycle_id (media type: application/json)

      request-property-removed

    • removed the request property cycle_id (media type: application/x-www-form-urlencoded)

      request-property-removed

    • removed the request property package_id (media type: application/json)

      request-property-removed

    • removed the request property package_id (media type: application/x-www-form-urlencoded)

      request-property-removed

    • added CheckoutPackageRequest CheckoutDomainRequest CheckoutDomainsRequest to the request body oneOf list (media type: application/json)

      request-body-one-of-added

    • added CheckoutPackageRequest CheckoutDomainRequest CheckoutDomainsRequest to the request body oneOf list (media type: application/x-www-form-urlencoded)

      request-body-one-of-added

    • the request's body type/format was generalized from object/ to / (media type: application/x-www-form-urlencoded)

      request-body-type-generalized

    • added the non-success response with the status 502

      response-non-success-status-added

    • the response property success became required for the status 200

      response-property-became-required

    • the success response property const value true was added for the status 200

      response-property-const-added

    • added the required property message to the response with the 200 status

      response-required-property-added

    • added the required property url to the response with the 200 status

      response-required-property-added