Checkout Configurations

Create a checkout configuration

Creates a reusable checkout configuration for an existing or inline plan.

post/checkout_configurations

Headers

Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383

A unique key that makes this request safe to retry. See Idempotent requests.

Request body

account_idstring

Account ID, prefixed biz_.

affiliate_codestring nullable

Affiliate code to apply to the checkout.

currencystring nullable

Currency used for setup-mode payment method availability.

metadataobject nullable

Custom key-value metadata copied to payments and memberships.

mode'payment' | 'setup'

Controls whether checkout charges the buyer immediately or saves payment details for later. Defaults to payment.

plan_idstring nullable

Existing plan ID, prefixed plan_. Mutually exclusive with plan.

redirect_urlstring nullable

URL customers are sent to after checkout.

three_ds_level'mandate_challenge' | 'mandate_if_required' | 'frictionless_if_required' | 'null' nullable

3D Secure behavior for supported on-session card payments. mandate_challenge requires a 3DS challenge before payment processing; mandate_if_required mandates a challenge only when the payment processor requires it; frictionless_if_required uses the regular frictionless 3DS flow. Payments of $1,000 or more use mandate_if_required unless mandate_challenge is selected. Risk and authentication recovery requirements can override the preference. Applies in setup mode; null uses frictionless 3DS. Payment mode uses the plan policy.

Example request

{
  "account_id": "biz_xxxxxxxxxxxxxx",
  "plan_id": "plan_xxxxxxxxxxxxx"
}

Response

checkout configuration created for an existing plan

account_idstring required

Account ID, prefixed biz_.

affiliate_codestring nullable

Affiliate code applied at checkout, or null when none is set.

created_atstring required

When the checkout configuration was created, as an ISO 8601 timestamp.

currencystring nullable

Currency used for setup-mode payment method availability; defaults to usd when omitted.

idstring required

Checkout configuration ID, prefixed ch_.

metadataobject nullable

Custom key-value metadata copied to payments and memberships. null without the checkout_configuration:basic:read scope.

mode'payment' | 'setup' required

Controls whether checkout charges the buyer immediately or saves payment details for later.

purchase_urlstring nullable

Checkout URL you can send to customers.

redirect_urlstring nullable

URL customers are sent to after checkout, or null when no redirect is configured.

three_ds_level'mandate_challenge' | 'mandate_if_required' | 'frictionless_if_required' | 'null' nullable

3D Secure behavior for supported on-session card payments. mandate_challenge requires a 3DS challenge before payment processing; mandate_if_required mandates a challenge only when the payment processor requires it; frictionless_if_required uses the regular frictionless 3DS flow. Payments of $1,000 or more use mandate_if_required unless mandate_challenge is selected. Risk and authentication recovery requirements can override the preference. Applies in setup mode; null uses frictionless 3DS. Payment mode uses the plan policy.

updated_atstring required

When the checkout configuration was last updated, as an ISO 8601 timestamp.

Example response

{
  "account_id": "biz_xxxxxxxxxxxxxx",
  "affiliate_code": "tanyacole",
  "created_at": "2026-01-01T12:00:00.000Z",
  "currency": "usd",
  "effective_payment_method_configuration": {
    "disabled": [
      "paypal"
    ],
    "enabled": [
      "card"
    ],
    "include_platform_defaults": true
  },
  "id": "ch_xxxxxxxxxxxxxx",
  "metadata": {},
  "mode": "setup",
  "payment_method_configuration": {
    "disabled": [
      "paypal"
    ],
    "enabled": [
      "card"
    ],
    "include_platform_defaults": true
  },
  "plan": {
    "adaptive_pricing_enabled": true,
    "billing_period": 30,
    "currency": "usd",
    "expiration_days": 365,
    "id": "plan_xxxxxxxxxxxxxx",
    "initial_price": 249,
    "plan_type": "one_time",
    "release_method": "buy_now",
    "three_ds_level": "frictionless_if_required",
    "trial_period_days": 7,
    "visibility": "visible"
  },
  "purchase_url": "https://whop.com/checkout/ch_xxxxxxxxxxxxxx/",
  "redirect_url": "https://shinetime.example/thanks",
  "three_ds_level": "mandate_challenge",
  "updated_at": "2026-01-01T12:00:00.000Z"
}

Changes

Changed in 10 of the 74 revisions of this API.1120545

    • ○

      added the new alipayhk enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new alipayhk enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new alipayhk enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new alipayhk enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new tabby enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new tabby enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new tabby enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new tabby enum value to the request property ///

      request-property-enum-value-added

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

  • d629b0d5d8394508See the full diff
    • ▲

      request property // was restricted to a list of enum values

      request-property-became-enum

    • ▲

      request property // was restricted to a list of enum values

      request-property-became-enum

    • ▲

      request property /// was restricted to a list of enum values

      request-property-became-enum

    • ▲

      request property /// was restricted to a list of enum values

      request-property-became-enum

    • ○

      added the new acss_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new acss_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new acss_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new acss_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new addi enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new addi enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new addi enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new addi enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new affirm enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new affirm enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new affirm enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new affirm enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new afterpay_clearpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new afterpay_clearpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new afterpay_clearpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new afterpay_clearpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new alipay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new alipay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new alipay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new alipay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new alma enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new alma enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new alma enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new alma enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new amazon_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new amazon_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new amazon_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new amazon_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new apple enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new apple enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new apple enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new apple enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new apple_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new apple_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new apple_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new apple_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new au_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new au_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new au_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new au_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new au_becs_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new au_becs_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new au_becs_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new au_becs_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bacs_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bacs_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bacs_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bacs_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bancolombia enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bancolombia enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bancolombia enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bancolombia enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bancontact enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bancontact enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bancontact enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bancontact enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bank_wire enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bank_wire enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bank_wire enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bank_wire enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new billie enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new billie enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new billie enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new billie enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new blik enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new blik enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new blik enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new blik enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new boleto enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new boleto enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new boleto enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new boleto enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bre_b enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bre_b enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new bre_b enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new bre_b enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ca_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ca_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ca_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ca_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new capchase_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new capchase_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new capchase_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new capchase_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card_installments_six enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card_installments_six enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card_installments_six enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card_installments_six enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card_installments_three enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card_installments_three enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card_installments_three enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card_installments_three enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card_installments_twelve enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card_installments_twelve enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new card_installments_twelve enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new card_installments_twelve enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new cashapp enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new cashapp enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new cashapp enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new cashapp enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new claritypay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new claritypay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new claritypay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new claritypay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new coinbase enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new coinbase enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new coinbase enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new coinbase enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new coinflow enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new coinflow enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new coinflow enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new coinflow enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new crypto enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new crypto enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new crypto enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new crypto enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new custom enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new custom enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new custom enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new custom enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new customer_balance enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new customer_balance enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new customer_balance enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new customer_balance enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new demo_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new demo_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new demo_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new demo_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new efecty enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new efecty enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new efecty enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new efecty enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new eps enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new eps enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new eps enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new eps enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new eu_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new eu_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new eu_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new eu_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new flex_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new flex_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new flex_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new flex_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new fpx enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new fpx enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new fpx enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new fpx enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new gb_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new gb_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new gb_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new gb_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new gcash enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new gcash enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new gcash enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new gcash enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new giropay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new giropay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new giropay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new giropay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new google_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new google_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new google_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new google_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new gopay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new gopay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new gopay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new gopay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new grabpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new grabpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new grabpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new grabpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new id_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new id_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new id_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new id_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ideal enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ideal enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ideal enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ideal enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new interac enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new interac enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new interac enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new interac enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kakao_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kakao_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kakao_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kakao_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new klarna enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new klarna enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new klarna enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new klarna enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new klarna_pay_now enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new klarna_pay_now enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new klarna_pay_now enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new klarna_pay_now enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new konbini enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new konbini enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new konbini enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new konbini enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kr_card enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kr_card enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kr_card enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kr_card enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kr_market enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kr_market enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kr_market enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kr_market enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kriya enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kriya enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kriya enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kriya enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kueski enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kueski enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new kueski enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new kueski enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new link enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new link enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new link enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new link enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new m_pesa enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new m_pesa enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new m_pesa enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new m_pesa enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mb_way enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mb_way enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mb_way enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mb_way enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mercado_pago enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mercado_pago enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mercado_pago enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mercado_pago enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mercado_pago_ar enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mercado_pago_ar enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mercado_pago_ar enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mercado_pago_ar enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mercado_pago_mx enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mercado_pago_mx enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mercado_pago_mx enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mercado_pago_mx enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mobilepay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mobilepay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mobilepay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mobilepay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new modo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new modo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new modo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new modo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mondu enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mondu enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new mondu enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new mondu enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new multibanco enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new multibanco enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new multibanco enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new multibanco enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new naver_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new naver_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new naver_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new naver_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new nequi enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new nequi enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new nequi enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new nequi enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new netbanking enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new netbanking enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new netbanking enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new netbanking enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_bank enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_bank enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_bank enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_bank enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_card enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_card enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_card enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_card enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_market enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_market enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_market enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_market enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_ussd enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_ussd enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_ussd enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_ussd enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_wallet enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_wallet enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new ng_wallet enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new ng_wallet enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new nupay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new nupay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new nupay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new nupay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new nz_bank_account enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new nz_bank_account enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new nz_bank_account enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new nz_bank_account enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oney enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oney enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oney enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oney enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oney_3x enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oney_3x enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oney_3x enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oney_3x enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oney_4x enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oney_4x enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oney_4x enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oney_4x enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new opay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new opay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new opay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new opay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oxxo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oxxo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new oxxo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new oxxo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new p24 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new p24 enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new p24 enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new p24 enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pago_efectivo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pago_efectivo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pago_efectivo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pago_efectivo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pay_by_bank enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pay_by_bank enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pay_by_bank enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pay_by_bank enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new payco enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new payco enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new payco enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new payco enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new paynow enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new paynow enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new paynow enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new paynow enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new paypal enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new paypal enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new paypal enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new paypal enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new paypay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new paypay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new paypay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new paypay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new payto enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new payto enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new payto enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new payto enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pix enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pix enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pix enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pix enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new platform_balance enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new platform_balance enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new platform_balance enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new platform_balance enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new promptpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new promptpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new promptpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new promptpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pse enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pse enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new pse enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new pse enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new qris enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new qris enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new qris enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new qris enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new rapipago enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new rapipago enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new rapipago enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new rapipago enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new rechnung enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new rechnung enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new rechnung enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new rechnung enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new revolut_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new revolut_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new revolut_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new revolut_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new samsung_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new samsung_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new samsung_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new samsung_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new satispay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new satispay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new satispay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new satispay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new scalapay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new scalapay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new scalapay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new scalapay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sencillito enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sencillito enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sencillito enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sencillito enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sepa_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sepa_debit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sepa_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sepa_debit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sequra enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sequra enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sequra enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sequra enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new servipag enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new servipag enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new servipag enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new servipag enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sezzle enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sezzle enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sezzle enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sezzle enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new shop_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new shop_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new shop_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new shop_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new shopeepay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new shopeepay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new shopeepay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new shopeepay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sofort enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sofort enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sofort enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sofort enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new south_korea_market enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new south_korea_market enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new south_korea_market enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new south_korea_market enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new spei enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new spei enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new spei enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new spei enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new splitit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new splitit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new splitit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new splitit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sunbit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sunbit enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new sunbit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new sunbit enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new swish enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new swish enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new swish enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new swish enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new tamara enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new tamara enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new tamara enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new tamara enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new touch_n_go enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new touch_n_go enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new touch_n_go enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new touch_n_go enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new twint enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new twint enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new twint enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new twint enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new unknown enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new unknown enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new unknown enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new unknown enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new upi enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new upi enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new upi enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new upi enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new us_bank_account enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new us_bank_account enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new us_bank_account enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new us_bank_account enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new us_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new us_bank_transfer enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new us_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new us_bank_transfer enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new venmo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new venmo enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new venmo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new venmo enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new verve enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new verve enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new verve enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new verve enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new vipps enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new vipps enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new vipps enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new vipps enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new webpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new webpay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new webpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new webpay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new wechat_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new wechat_pay enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new wechat_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new wechat_pay enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new yape enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new yape enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new yape enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new yape enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new zip enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new zip enum value to the request property //

      request-property-enum-value-added

    • ○

      added the new zip enum value to the request property ///

      request-property-enum-value-added

    • ○

      added the new zip enum value to the request property ///

      request-property-enum-value-added

  • ff3a76573563246See the full diff
    • ▲

      removed the enum value frictionless of the request property /

      request-property-enum-value-removed

    • ▲

      removed the enum value frictionless of the request property

      request-property-enum-value-removed

    • ●

      added the new frictionless_if_required enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new frictionless_if_required enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_if_required enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_if_required enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      added the new frictionless_if_required enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new frictionless_if_required enum value to the request property

      request-property-enum-value-added

    • ○

      added the new mandate_if_required enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new mandate_if_required enum value to the request property

      request-property-enum-value-added

    • ○

      removed the frictionless enum value from the / response property for the response status

      response-property-enum-value-removed

    • ○

      removed the frictionless enum value from the response property for the response status

      response-property-enum-value-removed

    • ○

      added the optional property to the response with the status

      response-optional-property-added

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

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

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

    • ○

      the security scope checkout_configuration:create was added to the endpoint's security scheme bearerAuth

      api-security-scope-added

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

  • 099fdc3be42241415See the full diff
    • ▲

      request property / was restricted to a list of enum values

      request-property-became-enum

    • ▲

      request property / was restricted to a list of enum values

      request-property-became-enum

    • ▲

      request property / was restricted to a list of enum values

      request-property-became-enum

    • ▲

      request property was restricted to a list of enum values

      request-property-became-enum

    • ●

      added the new archived enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new buy_now enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new frictionless enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new frictionless enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new hidden enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_challenge enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_challenge enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new one_time enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new quick_link enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new renewal enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new undefined enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new undefined enum value to the response property for the response status

      response-property-enum-value-added

    • ●

      added the new visible enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new waitlist enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the new optional request property /

      new-optional-request-property

    • ○

      added the new archived enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new buy_now enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new frictionless enum value to the request property

      request-property-enum-value-added

    • ○

      added the new hidden enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new mandate_challenge enum value to the request property

      request-property-enum-value-added

    • ○

      added the new one_time enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new quick_link enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new renewal enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new undefined enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new undefined enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new undefined enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new undefined enum value to the request property

      request-property-enum-value-added

    • ○

      added the new visible enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new waitlist enum value to the request property /

      request-property-enum-value-added

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

  • 60bbb4a6ffbc124See the full diff
    • ▲

      removed the required property from the response with the status

      response-required-property-removed

    • ●

      removed the request property

      request-property-removed

    • ●

      removed the request property /

      request-property-removed

    • ○

      added the new optional header request parameter Idempotency-Key

      new-optional-request-parameter

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      added the new optional request property /

      new-optional-request-property

    • ○

      added the required property to the response with the status

      response-required-property-added

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

Of the 74 revisions, 1 has no diff computed.