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
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
429response-non-success-status-added
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the422statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the502statusresponse-optional-property-added
- ○
added the optional property
request_idto the response with the401statusresponse-optional-property-added
- ○
added the optional property
request_idto the response with the403statusresponse-optional-property-added
- ○
added the optional property
request_idto the response with the422statusresponse-optional-property-added
- ○
added the optional property
request_idto the response with the502statusresponse-optional-property-added
- ○
- ▲
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
CheckoutPackageRequestCheckoutDomainRequestCheckoutDomainsRequestto the request bodyoneOflist (media type: application/json)request-body-one-of-added
- ○
added
CheckoutPackageRequestCheckoutDomainRequestCheckoutDomainsRequestto the request bodyoneOflist (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
502response-non-success-status-added
- ○
the response property
successbecame required for the status200response-property-became-required
- ○
the
successresponse property const valuetruewas added for the status200response-property-const-added
- ○
added the required property
messageto the response with the200statusresponse-required-property-added
- ○
added the required property
urlto the response with the200statusresponse-required-property-added
- ▲