diff --git a/spec/chargebee_api_v1_spec.json b/spec/chargebee_api_v1_spec.json
index 782471c0..f66a1161 100644
--- a/spec/chargebee_api_v1_spec.json
+++ b/spec/chargebee_api_v1_spec.json
@@ -7,10 +7,10 @@
"url" : "https://www.chargebee.com",
"email" : "support@chargebee.com"
},
- "version" : "2026-06-12.a49b34edd262e3e190bd6d8616ff9e401c37bd21",
- "x-cb-api-version" : 1,
+ "version" : "2026-07-21.2a6a65b3e1a8ff29840466a7bfdb5cdd778d0634",
"x-cb-product-catalog-version" : 1,
- "x-generated-on" : 1781239677988
+ "x-cb-api-version" : 1,
+ "x-generated-on" : 1784611157092
},
"servers" : [ {
"url" : "{protocol}://{site}.{environment}:{port}/api/v1",
@@ -31909,48 +31909,6 @@
"required" : [ "label", "subscription_id" ],
"example" : null
},
- "ApiKey" : {
- "type" : "object",
- "properties" : {
- "key_name" : {
- "type" : "string",
- "deprecated" : false,
- "maxLength" : 50,
- "example" : null
- },
- "key" : {
- "type" : "string",
- "deprecated" : false,
- "maxLength" : 250,
- "example" : null
- },
- "created_at" : {
- "type" : "integer",
- "format" : "unix-time",
- "deprecated" : false,
- "example" : null
- },
- "status" : {
- "type" : "string",
- "deprecated" : false,
- "enum" : [ "enabled", "disabled" ],
- "example" : null
- },
- "roles" : {
- "type" : "array",
- "deprecated" : false,
- "items" : {
- "type" : "string",
- "deprecated" : false,
- "enum" : [ "full_access", "update_access", "read_only_access", "read_transactional_data", "read_product_configuration", "publishable", "publishable_extended" ],
- "example" : null
- },
- "example" : null
- }
- },
- "required" : [ "created_at", "key_name" ],
- "example" : null
- },
"ApiVersion" : {
"type" : "string",
"default" : "v1",
@@ -33882,7 +33840,7 @@
},
"HostedPage" : {
"type" : "object",
- "description" : "Hosted pages are the easiest and most secure way to integrate chargebee with your website. By using hosted pages, you can avoid the sensitive card information passing through your server and be compliant with most of the PCI DSS requirements.\n\nWhen you request for a hosted page, a **secure** and **unique URL** will be returned which you could either embed or redirect depending upon the embed parameter value that you had passed.\n\nSpecifying **\"embed\"** parameter as **true** allows you to embed the \"hosted page\" in an iframe in your own website. This helps you provide the best experience to your user as they do not have to leave your website to provide card information. There are a few limitations:\n\n* Your site URL must be embedded with HTTPS.\n* Set the appropriate height and width for the iframe to avoid scrolling.\n\nTo use the hosted pages, you must configure **Redirect URL** in the Chargebee web interface under **Hosted Pages Settings** \\> **Configuration**. The configured redirect URL will be called with the following parameters after user had submitted the page.\n\n* **id** - unique identifier of the hosted page resource\n* **state** - succeeded, failed or cancelled\n\nAfter the **Redirect URL** is called by Chargebee with the above parameters, the details of the hosted page can be fetched using [Retrieve a hosted page](/docs/api/v1/hosted_pages/retrieve-a-hosted-page) API. The **content** attribute will have the details about the customer, subscription, card and invoice based on the type of the hosted page.\n\n[Checkout New Subscription](/docs/api/v1/hosted_pages/checkout-new-subscription):\n\n* [Customer](/docs/api/v1/customers/customer-object) - The details about the new customer created.\n* [Subscription](/docs/api/v1/subscriptions/subscription-object) - The details about the new subscription created.\n* [Card](/docs/api/v1/cards/card-object) - The details about the card provided while subscribing.\n* [Invoice](/docs/api/v1/invoices/invoice-object) - The details about the invoice, if one is generated.\n\n[Checkout Existing Subscription](/docs/api/v1/hosted_pages/checkout-existing-subscription):\n\n* [Customer](/docs/api/v1/customers/customer-object) - The updated details of the customer.\n* [Subscription](/docs/api/v1/subscriptions/subscription-object) - The updated details of the subscription.\n* [Card](/docs/api/v1/cards/card-object) - The details about the card provided while subscribing.\n* [Invoice](/docs/api/v1/invoices/invoice-object) - The details about the invoice, if one is generated.\n\n[Update Payment Method](/docs/api/v1/hosted_pages/update-payment-method):\n\n* [Customer](/docs/api/v1/customers/customer-object) - The details about the customer for whom the card was updated.\n* [Card](/docs/api/v1/cards/card-object) - The details about the updated card. It will be present only if the type of payment method is card.\n\nWhen an embedded hosted page is cancelled by your end user, the **content** attribute will have the unmodified details of customer, subscription and card resources.\n",
+ "description" : "Hosted pages are the easiest and most secure way to integrate chargebee with your website. By using hosted pages, you can avoid the sensitive card information passing through your server and be compliant with most of the PCI DSS requirements.\n\nWhen you request for a hosted page, a **secure** and **unique URL** will be returned which you could either embed or redirect depending upon the embed parameter value that you had passed.\n\nSpecifying **\"embed\"** parameter as **true** allows you to embed the \"hosted page\" in an iframe in your own website. This helps you provide the best experience to your user as they do not have to leave your website to provide card information. There are a few limitations:\n\n* Your site URL must be embedded with HTTPS.\n* Set the appropriate height and width for the iframe to avoid scrolling.\n\nTo use the hosted pages, you must configure **Redirect URL** in the Chargebee web interface under **Hosted Pages Settings** \\> **Configuration**. The configured redirect URL will be called with the following parameters after user had submitted the page.\n\n* **id** - unique identifier of the hosted page resource\n* **state** - succeeded, failed or cancelled\n\nAfter the **Redirect URL** is called by Chargebee with the above parameters, the details of the hosted page can be fetched using [Retrieve a hosted page](/docs/api/v1/hosted_pages/retrieve-a-hosted-page) API. The **content** attribute will have the details about the customer, subscription, card and invoice based on the type of the hosted page.\n\n[Checkout New Subscription](/docs/api/v1/hosted_pages/checkout-new-subscription):\n\n* [Customer](/docs/api/v1/customers/customer-object) - The details about the new customer created.\n* [Subscription](/docs/api/v1/subscriptions/subscription-object) - The details about the new subscription created.\n* [Card](/docs/api/v1/cards/card-object) - The details about the card provided while subscribing.\n* [Invoice](/docs/api/v1/invoices/invoice-object) - The details about the invoice, if one is generated.\n\n[Checkout Existing Subscription](/docs/api/v1/hosted_pages/checkout-existing-subscription):\n\n* [Customer](/docs/api/v1/customers/customer-object) - The updated details of the customer.\n* [Subscription](/docs/api/v1/subscriptions/subscription-object) - The updated details of the subscription.\n* [Card](/docs/api/v1/cards/card-object) - The details about the card provided while subscribing.\n* [Invoice](/docs/api/v1/invoices/invoice-object) - The details about the invoice, if one is generated.\n\nWhen an embedded hosted page is cancelled by your end user, the **content** attribute will have the unmodified details of customer, subscription and card resources.\n",
"properties" : {
"id" : {
"type" : "string",
diff --git a/spec/chargebee_api_v1_spec.yaml b/spec/chargebee_api_v1_spec.yaml
index 95654df3..9999f668 100644
--- a/spec/chargebee_api_v1_spec.yaml
+++ b/spec/chargebee_api_v1_spec.yaml
@@ -5,10 +5,10 @@ info:
name: Chargebee Support
url: https://www.chargebee.com
email: support@chargebee.com
- version: 2026-06-12.a49b34edd262e3e190bd6d8616ff9e401c37bd21
- x-cb-api-version: 1
+ version: 2026-07-21.2a6a65b3e1a8ff29840466a7bfdb5cdd778d0634
x-cb-product-catalog-version: 1
- x-generated-on: 1781239677988
+ x-cb-api-version: 1
+ x-generated-on: 1784611157092
servers:
- url: "{protocol}://{site}.{environment}:{port}/api/v1"
variables:
@@ -30396,51 +30396,6 @@ components:
- label
- subscription_id
example: null
- ApiKey:
- type: object
- properties:
- key_name:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- key:
- type: string
- deprecated: false
- maxLength: 250
- example: null
- created_at:
- type: integer
- format: unix-time
- deprecated: false
- example: null
- status:
- type: string
- deprecated: false
- enum:
- - enabled
- - disabled
- example: null
- roles:
- type: array
- deprecated: false
- items:
- type: string
- deprecated: false
- enum:
- - full_access
- - update_access
- - read_only_access
- - read_transactional_data
- - read_product_configuration
- - publishable
- - publishable_extended
- example: null
- example: null
- required:
- - created_at
- - key_name
- example: null
ApiVersion:
type: string
default: v1
@@ -33334,11 +33289,6 @@ components:
* [Card](/docs/api/v1/cards/card-object) - The details about the card provided while subscribing.
* [Invoice](/docs/api/v1/invoices/invoice-object) - The details about the invoice, if one is generated.
- [Update Payment Method](/docs/api/v1/hosted_pages/update-payment-method):
-
- * [Customer](/docs/api/v1/customers/customer-object) - The details about the customer for whom the card was updated.
- * [Card](/docs/api/v1/cards/card-object) - The details about the updated card. It will be present only if the type of payment method is card.
-
When an embedded hosted page is cancelled by your end user, the **content** attribute will have the unmodified details of customer, subscription and card resources.
properties:
id:
diff --git a/spec/chargebee_api_v2_pc_v1_spec.json b/spec/chargebee_api_v2_pc_v1_spec.json
index fcfe8627..b9bba460 100644
--- a/spec/chargebee_api_v2_pc_v1_spec.json
+++ b/spec/chargebee_api_v2_pc_v1_spec.json
@@ -7,10 +7,10 @@
"url" : "https://www.chargebee.com",
"email" : "support@chargebee.com"
},
- "version" : "2026-06-12.a49b34edd262e3e190bd6d8616ff9e401c37bd21",
+ "version" : "2026-07-21.2a6a65b3e1a8ff29840466a7bfdb5cdd778d0634",
"x-cb-api-version" : 2,
"x-cb-product-catalog-version" : 1,
- "x-generated-on" : 1781239687838
+ "x-generated-on" : 1784611165580
},
"servers" : [ {
"url" : "{protocol}://{site}.{environment}:{port}/api/v2",
@@ -820,7 +820,7 @@
"type" : "string",
"deprecated" : false,
"description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* alipay_hk - \\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* swish -\n\nPayments made via Swish\n\\* after_pay -\n\nPayments made via Afterpay\n\\* netbanking_emandates -\n\nnetbanking_emandates\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* dotpay -\n\ndotpay\n\\* faster_payments -\n\nFaster Payments\n\\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer -\n\nSepa Instant Transfer\n\\* bancontact -\n\nbancontact\n\\* go_pay -\n\nPayments made via GoPay\n\\* pay_by_bank -\n\nPay By Bank\n\\* google_pay -\n\ngoogle_pay\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland - \\* trustly -\n\nTrustly\n\\* gcash - \\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* giropay -\n\ngiropay\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* venmo -\n\nVenmo\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* alipay -\n\nPayments made via Alipay.\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* ideal -\n\nideal\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* pay_to -\n\nPayTo\n\\* south_korean_cards - \\* boleto -\n\nboleto\n\\* pay_co -\n\nPayments made via PayCo\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n",
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"reference_id" : {
@@ -1970,7 +1970,7 @@
}, {
"name" : "auto_close_invoices",
"in" : "query",
- "description" : " optional, boolean filter
Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level.\nPossible values are : true, false
Supported operators :\nis
\nExample →\nauto_close_invoices[is] = "true"
", + "description" : "optional, boolean filter
\nSet to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level.\nPossible values are : true, false
Supported operators :\nis
\nExample →\nauto_close_invoices[is] = "true"
", "required" : false, "deprecated" : false, "style" : "deepObject", @@ -2094,6 +2094,26 @@ } } } + }, { + "name" : "decommissioned", + "in" : "query", + "required" : false, + "deprecated" : false, + "style" : "deepObject", + "explode" : true, + "schema" : { + "type" : "object", + "deprecated" : false, + "example" : "true", + "properties" : { + "is" : { + "type" : "string", + "format" : "boolean", + "enum" : [ "true", "false" ], + "example" : null + } + } + } } ], "responses" : { "200" : { @@ -3039,7 +3059,7 @@ "type" : "string", "deprecated" : false, "description" : "The type of payment method. For more details refer [Update payment method for a customer](/docs/api/customers/update-payment-method-for-a-customer)\nAPI under Customer resource.\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* go_pay -\n\nPayments made via GoPay\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* pix -\n\nPayments made via Pix\n\\* pay_by_bank -\n\nPay By Bank\n\\* sofort -\n\nPayments made via Sofort.\n\\* twint -\n\nPayments made via Twint\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* apple_pay -\n\nPayments made via Apple Pay.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* giropay -\n\nPayments made via giropay.\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* paypay - \\* south_korean_cards - \\* bancontact -\n\nPayments made via Bancontact Card.\n\\* upi -\n\nUPI Payments.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* payme -\n\nPayments made via PayMe\n\\* pay_to -\n\nPayments made via PayTo\n\\* pay_co -\n\nPayments made via PayCo\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* klarna -\n\nPayments made via Klarna.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* ideal -\n\nPayments made via iDEAL.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* generic -\n\nPayments made via Generic Payment Method.\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* swish -\n\nPayments made via Swish\n\\* venmo -\n\nPayments made via Venmo\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* gcash - \\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* online_banking_poland -\n\nPayments made via Online Banking Poland\n\\* trustly -\n\nTrustly\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* alipay_hk - \\* cash_app_pay -\n\nPayments made via Cash App Pay.\n", - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "gateway_account_id" : { @@ -3110,7 +3130,7 @@ "type" : "string", "deprecated" : false, "description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* dotpay -\n\ndotpay\n\\* faster_payments -\n\nFaster Payments\n\\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* google_pay -\n\ngoogle_pay\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* ideal -\n\nideal\n\\* boleto -\n\nboleto\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer -\n\nSepa Instant Transfer\n\\* bancontact -\n\nbancontact\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* south_korean_cards - \\* swish -\n\nPayments made via Swish\n\\* go_pay -\n\nPayments made via GoPay\n\\* trustly -\n\nTrustly\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* venmo -\n\nVenmo\n\\* alipay -\n\nPayments made via Alipay.\n\\* pay_to -\n\nPayTo\n\\* pay_co -\n\nPayments made via PayCo\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n\\* alipay_hk - \\* netbanking_emandates -\n\nnetbanking_emandates\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* pay_by_bank -\n\nPay By Bank\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland -\n\nOnline Banking Poland\n\\* gcash - \\* giropay -\n\ngiropay\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n", - "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "reference_id" : { @@ -5589,7 +5609,7 @@ "type" : "string", "deprecated" : false, "description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* swish -\n\nPayments made via Swish\n\\* dotpay -\n\ndotpay\n\\* faster_payments -\n\nFaster Payments\n\\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* go_pay -\n\nPayments made via GoPay\n\\* google_pay -\n\ngoogle_pay\n\\* trustly -\n\nTrustly\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* venmo -\n\nVenmo\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* alipay -\n\nPayments made via Alipay.\n\\* ideal -\n\nideal\n\\* pay_to -\n\nPayTo\n\\* boleto -\n\nboleto\n\\* pay_co -\n\nPayments made via PayCo\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n\\* alipay_hk - \\* after_pay -\n\nPayments made via Afterpay\n\\* netbanking_emandates -\n\nnetbanking_emandates\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer -\n\nSepa Instant Transfer\n\\* bancontact -\n\nbancontact\n\\* pay_by_bank -\n\nPay By Bank\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland -\n\nOnline Banking Poland\n\\* gcash - \\* giropay -\n\ngiropay\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* south_korean_cards - \\* revolut_pay -\n\nPayments made via Revolut Pay.\n", - "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "reference_id" : { @@ -7007,7 +7027,7 @@ "type" : "string", "deprecated" : false, "description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* alipay_hk - \\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* swish -\n\nPayments made via Swish\n\\* after_pay -\n\nPayments made via Afterpay\n\\* netbanking_emandates -\n\nnetbanking_emandates\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* dotpay -\n\ndotpay\n\\* faster_payments -\n\nFaster Payments\n\\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer -\n\nSepa Instant Transfer\n\\* bancontact -\n\nbancontact\n\\* go_pay -\n\nPayments made via GoPay\n\\* pay_by_bank -\n\nPay By Bank\n\\* google_pay -\n\ngoogle_pay\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland -\n\nOnline Banking Poland\n\\* trustly -\n\nTrustly\n\\* gcash - \\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* giropay -\n\ngiropay\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* venmo -\n\nVenmo\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* alipay -\n\nPayments made via Alipay.\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* ideal -\n\nideal\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* pay_to -\n\nPayTo\n\\* south_korean_cards - \\* boleto -\n\nboleto\n\\* pay_co -\n\nPayments made via PayCo\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n", - "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "reference_id" : { @@ -9385,7 +9405,7 @@ "type" : "string", "deprecated" : false, "description" : "The type of payment method. For more details refer [Update payment method for a customer](/docs/api/customers/update-payment-method-for-a-customer)\nAPI under Customer resource.\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* go_pay -\n\nPayments made via GoPay\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* pix -\n\nPayments made via Pix\n\\* pay_by_bank -\n\nPay By Bank\n\\* sofort -\n\nPayments made via Sofort.\n\\* twint -\n\nPayments made via Twint\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* apple_pay -\n\nPayments made via Apple Pay.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* giropay -\n\nPayments made via giropay.\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* paypay - \\* south_korean_cards - \\* bancontact -\n\nPayments made via Bancontact Card.\n\\* upi -\n\nUPI Payments.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* payme -\n\nPayments made via PayMe\n\\* pay_to -\n\nPayments made via PayTo\n\\* pay_co -\n\nPayments made via PayCo\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* klarna -\n\nPayments made via Klarna.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* ideal -\n\nPayments made via iDEAL.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* generic -\n\nPayments made via Generic Payment Method.\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* swish -\n\nPayments made via Swish\n\\* venmo -\n\nPayments made via Venmo\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* gcash - \\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* online_banking_poland - \\* trustly -\n\nTrustly\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* alipay_hk - \\* cash_app_pay -\n\nPayments made via Cash App Pay.\n", - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "gateway_account_id" : { @@ -10069,7 +10089,7 @@ }, "/subscriptions/{subscription-id}/import_unbilled_charges" : { "post" : { - "summary" : "Import Unbilled Charges", + "summary" : "Import unbilled charges", "description" : "Imports unbilled charges into Chargebee.\n", "operationId" : "import_unbilled_charges", "parameters" : [ { @@ -11685,7 +11705,7 @@ "type" : "string", "deprecated" : false, "description" : "The type of payment method. For more details refer [Update payment method for a customer](/docs/api/customers/update-payment-method-for-a-customer)\nAPI under Customer resource.\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* go_pay -\n\nPayments made via GoPay\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* pix -\n\nPayments made via Pix\n\\* pay_by_bank -\n\nPay By Bank\n\\* sofort -\n\nPayments made via Sofort.\n\\* twint -\n\nPayments made via Twint\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* apple_pay -\n\nPayments made via Apple Pay.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* giropay -\n\nPayments made via giropay.\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* paypay - \\* south_korean_cards - \\* bancontact -\n\nPayments made via Bancontact Card.\n\\* upi -\n\nUPI Payments.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* payme -\n\nPayments made via PayMe\n\\* pay_to -\n\nPayments made via PayTo\n\\* pay_co -\n\nPayments made via PayCo\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* klarna -\n\nPayments made via Klarna.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* ideal -\n\nPayments made via iDEAL.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* generic -\n\nPayments made via Generic Payment Method.\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* swish -\n\nPayments made via Swish\n\\* venmo -\n\nPayments made via Venmo\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* gcash - \\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* online_banking_poland -\n\nPayments made via Online Banking Poland\n\\* trustly -\n\nTrustly\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* alipay_hk - \\* cash_app_pay -\n\nPayments made via Cash App Pay.\n", - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "gateway_account_id" : { @@ -11756,7 +11776,7 @@ "type" : "string", "deprecated" : false, "description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* dotpay -\n\ndotpay\n\\* faster_payments - \\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* google_pay -\n\ngoogle_pay\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* ideal -\n\nideal\n\\* boleto -\n\nboleto\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer - \\* bancontact -\n\nbancontact\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* south_korean_cards - \\* swish -\n\nPayments made via Swish\n\\* go_pay -\n\nPayments made via GoPay\n\\* trustly -\n\nTrustly\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* venmo - \\* alipay -\n\nPayments made via Alipay.\n\\* pay_to - \\* pay_co -\n\nPayments made via PayCo\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n\\* alipay_hk - \\* netbanking_emandates -\n\nnetbanking_emandates\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* pay_by_bank -\n\nPay By Bank\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland -\n\nOnline Banking Poland\n\\* gcash - \\* giropay -\n\ngiropay\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n", - "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "reference_id" : { @@ -12886,7 +12906,7 @@ }, "/subscriptions/{subscription-id}/override_billing_profile" : { "post" : { - "summary" : "Override Billing Profile", + "summary" : "Override billing profile", "description" : "Assigns the payment source and sets auto collection state for the subscription. \nWhen you don't pass any input param for this API, payment source and auto collection for the subscription will be the same as the customer's default settings.\n", "operationId" : "override_billing_profile", "parameters" : [ { @@ -14157,7 +14177,7 @@ }, "/subscriptions/{subscription-id}/edit_advance_invoice_schedule" : { "post" : { - "summary" : "Edit Advance Invoice Schedule", + "summary" : "Edit advance invoice schedule", "description" : "Modifies the [advance invoicing schedule](/docs/api/advance_invoice_schedules) for a subscription.\n", "operationId" : "edit_advance_invoice_schedule", "parameters" : [ { @@ -17692,7 +17712,7 @@ "type" : "string", "deprecated" : false, "description" : "The type of payment method. For more details refer [Update payment method for a customer](/docs/api/customers/update-payment-method-for-a-customer)\nAPI under Customer resource.\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* paypay - \\* south_korean_cards - \\* go_pay -\n\nPayments made via GoPay\n\\* bancontact -\n\nPayments made via Bancontact Card.\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* upi -\n\nUPI Payments.\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* klarna -\n\nPayments made via Klarna.\n\\* gcash - \\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* ideal -\n\nPayments made via iDEAL.\n\\* pix -\n\nPayments made via Pix\n\\* pay_by_bank -\n\nPay By Bank\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* sofort -\n\nPayments made via Sofort.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* twint -\n\nPayments made via Twint\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* generic -\n\nPayments made via Generic Payment Method.\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* payme -\n\nPayments made via PayMe\n\\* online_banking_poland -\n\nPayments made via Online Banking Poland\n\\* pay_to -\n\nPayments made via PayTo\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* pay_co -\n\nPayments made via PayCo\n\\* swish -\n\nPayments made via Swish\n\\* trustly -\n\nTrustly\n\\* venmo -\n\nPayments made via Venmo\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* giropay -\n\nPayments made via giropay.\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* alipay_hk - \\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n", - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "gateway_account_id" : { @@ -18352,7 +18372,7 @@ "auto_close_invoices" : { "type" : "boolean", "deprecated" : false, - "description" : "Override for this customer, the [site-level setting](https://www.chargebee.com/docs/2.0/metered_billing.html#configuring-metered-billing)\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices)\nwhich takes precedence.\n", + "description" : "Override for this customer, the [site-level setting](https://www.chargebee.com/docs/billing/2.0/usage-based-billing/metered_billing#configuring-metered-billing)\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices)\nwhich takes precedence.\n", "example" : null }, "meta_data" : { @@ -19648,7 +19668,7 @@ }, { "name" : "auto_close_invoices", "in" : "query", - "description" : "optional, boolean filter\n\nOverride for this customer, the [site-level setting](https://www.chargebee.com/docs/2.0/metered_billing.html#configuring-metered-billing)\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices)\nwhich takes precedence. Possible values are : *true, false*\n\n**Supported operators :**\nis\n\n**Example →**\n*auto_close_invoices\\[is\\] = \"true\"*\n", + "description" : "optional, boolean filter\n\nOverride for this customer, the [site-level setting](https://www.chargebee.com/docs/billing/2.0/usage-based-billing/metered_billing#configuring-metered-billing)\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices)\nwhich takes precedence. Possible values are : *true, false*\n\n**Supported operators :**\nis\n\n**Example →**\n*auto_close_invoices\\[is\\] = \"true\"*\n", "required" : false, "deprecated" : false, "style" : "deepObject", @@ -20301,7 +20321,7 @@ "auto_close_invoices" : { "type" : "boolean", "deprecated" : false, - "description" : "Override for this customer, the [site-level setting](https://www.chargebee.com/docs/2.0/metered_billing.html#configuring-metered-billing)\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices)\nwhich takes precedence.\n", + "description" : "Override for this customer, the [site-level setting](https://www.chargebee.com/docs/billing/2.0/usage-based-billing/metered_billing#configuring-metered-billing)\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices)\nwhich takes precedence.\n", "example" : null }, "consolidated_invoicing" : { @@ -20587,7 +20607,7 @@ "type" : "string", "deprecated" : false, "description" : "The type of payment method. For more details refer [Update payment method for a customer](/docs/api/customers/update-payment-method-for-a-customer)\nAPI under Customer resource.\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* go_pay -\n\nPayments made via GoPay\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* pix -\n\nPayments made via Pix\n\\* pay_by_bank -\n\nPay By Bank\n\\* sofort -\n\nPayments made via Sofort.\n\\* twint -\n\nPayments made via Twint\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* apple_pay -\n\nPayments made via Apple Pay.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* giropay -\n\nPayments made via giropay.\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* paypay - \\* south_korean_cards - \\* bancontact -\n\nPayments made via Bancontact Card.\n\\* upi -\n\nUPI Payments.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* payme -\n\nPayments made via PayMe\n\\* pay_to -\n\nPayments made via PayTo\n\\* pay_co -\n\nPayments made via PayCo\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* klarna -\n\nPayments made via Klarna.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* ideal -\n\nPayments made via iDEAL.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* generic -\n\nPayments made via Generic Payment Method.\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* swish -\n\nPayments made via Swish\n\\* venmo -\n\nPayments made via Venmo\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* gcash - \\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* online_banking_poland -\n\nPayments made via Online Banking Poland\n\\* trustly -\n\nTrustly\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* alipay_hk - \\* cash_app_pay -\n\nPayments made via Cash App Pay.\n", - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "gateway_account_id" : { @@ -20658,7 +20678,7 @@ "type" : "string", "deprecated" : false, "description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* dotpay -\n\ndotpay\n\\* faster_payments -\n\nFaster Payments\n\\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* google_pay -\n\ngoogle_pay\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* ideal -\n\nideal\n\\* boleto -\n\nboleto\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer -\n\nSepa Instant Transfer\n\\* bancontact -\n\nbancontact\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* south_korean_cards - \\* swish -\n\nPayments made via Swish\n\\* go_pay -\n\nPayments made via GoPay\n\\* trustly -\n\nTrustly\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* venmo -\n\nVenmo\n\\* alipay -\n\nPayments made via Alipay.\n\\* pay_to -\n\nPayTo\n\\* pay_co -\n\nPayments made via PayCo\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n\\* alipay_hk - \\* netbanking_emandates -\n\nnetbanking_emandates\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* pay_by_bank -\n\nPay By Bank\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland -\n\nOnline Banking Poland\n\\* gcash - \\* giropay -\n\ngiropay\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n", - "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "reference_id" : { @@ -21640,7 +21660,7 @@ }, "/customers/{customer-id}/clear_personal_data" : { "post" : { - "summary" : "Clear Personal Data of a customer", + "summary" : "Clear personal data of a customer", "description" : "Clear personal details of a customer using this API.\n", "operationId" : "clear_personal_data_of_a_customer", "parameters" : [ { @@ -22330,7 +22350,7 @@ "type" : "string", "deprecated" : false, "description" : "The type of payment method. For more details refer [Update payment method for a customer](/docs/api/customers/update-payment-method-for-a-customer)\nAPI under Customer resource.\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* go_pay -\n\nPayments made via GoPay\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* klarna -\n\nPayments made via Klarna.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* ideal -\n\nPayments made via iDEAL.\n\\* pix -\n\nPayments made via Pix\n\\* pay_by_bank -\n\nPay By Bank\n\\* sofort -\n\nPayments made via Sofort.\n\\* twint -\n\nPayments made via Twint\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* generic -\n\nPayments made via Generic Payment Method.\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* apple_pay -\n\nPayments made via Apple Pay.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* swish -\n\nPayments made via Swish\n\\* venmo -\n\nPayments made via Venmo\n\\* giropay -\n\nPayments made via giropay.\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* paypay - \\* south_korean_cards - \\* bancontact -\n\nPayments made via Bancontact Card.\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* upi -\n\nUPI Payments.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* gcash - \\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* payme -\n\nPayments made via PayMe\n\\* online_banking_poland - \\* pay_to -\n\nPayments made via PayTo\n\\* pay_co -\n\nPayments made via PayCo\n\\* trustly -\n\nTrustly\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* alipay_hk - \\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n", - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "gateway_account_id" : { @@ -22516,7 +22536,7 @@ "type" : "string", "deprecated" : false, "description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* swish -\n\nPayments made via Swish\n\\* dotpay -\n\ndotpay\n\\* faster_payments -\n\nFaster Payments\n\\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* go_pay -\n\nPayments made via GoPay\n\\* google_pay -\n\ngoogle_pay\n\\* trustly -\n\nTrustly\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* venmo -\n\nVenmo\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* alipay -\n\nPayments made via Alipay.\n\\* ideal -\n\nideal\n\\* pay_to -\n\nPayTo\n\\* boleto -\n\nboleto\n\\* pay_co -\n\nPayments made via PayCo\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n\\* alipay_hk - \\* after_pay -\n\nPayments made via Afterpay\n\\* netbanking_emandates -\n\nnetbanking_emandates\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer -\n\nSepa Instant Transfer\n\\* bancontact -\n\nbancontact\n\\* pay_by_bank -\n\nPay By Bank\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland - \\* gcash - \\* giropay -\n\ngiropay\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* south_korean_cards - \\* revolut_pay -\n\nPayments made via Revolut Pay.\n", - "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "reference_id" : { @@ -24430,7 +24450,7 @@ "type" : "string", "deprecated" : false, "description" : "Type of payment method of the token.\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* pay_co -\n\nPayments made via PayCo\n\\* apple_pay -\n\nPayments made via Apple Pay.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* ideal -\n\nPayments made via iDEAL.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* bancontact -\n\nPayments made via Bancontact Card.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* trustly -\n\nTrustly\n\\* after_pay -\n\nPayments made via Afterpay\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* giropay -\n\nPayments made via giropay.\n\\* upi -\n\nUPI Payments.\n\\* sofort -\n\nPayments made via Sofort.\n\\* pay_by_bank -\n\nPay By Bank\n\\* go_pay -\n\nPayments made via GoPay\n\\* swish -\n\nPayments made via Swish\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* twint -\n\nPayments made via Twint\n\\* generic -\n\nPayments made via Generic Payment Method.\n\\* payme -\n\nPayments made via PayMe\n\\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* kbc_payment_button -\n\nKBC Payment Button\n", - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "id_at_vault" : { @@ -24461,6 +24481,12 @@ "description" : "checkout_com: While adding a new payment method using permanent token or passing raw card details to Checkout.com, document ID and country_of_residence are required to support payments through dLocal.
payer: User related information.\ncountry_of_residence: This is required since the billing country associated with the user's payment method may not be the same as their country of residence. Hence the user's country of residence needs to be specified. The country code should be a two-character ISO code.document: Document ID is the user's identification number based on their country.bluesnap: While passing raw card details to BlueSnap, if fraud_session_id is added, additional validation is performed to avoid fraudulent transactions.
fraud: Fraud identification related information.\nfraud_session_id: Your BlueSnap fraud session ID required to perform anti-fraud validation.braintree: While passing raw card details to Braintree, your fraud_merchant_id and the user's device_session_id can be added to perform additional validation and avoid fraudulent transactions.
fraud: Fraud identification related information.\ndevice_session_id: Session ID associated with the user's device.fraud_merchant_id: Your merchant ID for fraud detection.chargebee_payments: While passing raw card details to Chargebee Payments, if fraud_session_id is added, additional validation is performed to avoid fraudulent transactions.
fraud: Fraud identification related information.\nfraud_session_id: Your Chargebee Payments fraud session ID required to perform anti-fraud validation.bank_of_america: While passing raw card details to Bank of America, your user's device_session_id can be added to perform additional validation and avoid fraudulent transactions.
fraud: Fraud identification related information.\ndevice_session_id: Session ID associated with the user's device.ecentric: This parameter is used to verify and process payment method details in Ecentric. If the merchant_id parameter is included, Chargebee will vault it / perform a lookup and verification against this merchant_id, overriding the one configured in Chargebee. If tokens and processing occur in the same Merchant GUID, you can just skip this part.
merchant_id: Merchant GUID where the card is vaulted or need to be vaulted.ebanx: While passing raw card details to EBANX, the user's document is required for some countries and device_session_id can be added to perform additional validation and avoid fraudulent transactions.
payer: User related information.\ndocument: Document is the user's identification number based on their country.fraud: Fraud identification related information.\ndevice_session_id: Session ID associated with the user's device\n.Timestamp when the invoice was paid. Applicable only when status is paid.
Lists all the transactions.
Note:
For better query performance, we recommend using a date filter (for example, date[after] or date[between]) when listing transactions. If you are already filtering by updated_at, you do not need to also filter by date.
type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"is_not" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
}
}
@@ -61944,7 +62005,7 @@
}, {
"name" : "date",
"in" : "query",
- "description" : "optional, timestamp(UTC) in seconds filter\n\nIndicates when this transaction occurred.\n**Supported operators :**\nafter, before, on, between\n\n**Example →**\n*date\\[before\\] = \"1435054328\"*\n",
+ "description" : "optional, timestamp(UTC) in seconds filter
\nIndicates when this transaction occurred.\nWe recommend using this filter when listing transactions for better query performance. It is advisable when using this filter, to pass the sort_by\ninput parameter as date\nfor a faster response.\nSupported operators :\nafter, before, on, between
Example →\ndate[before] = "1435054328"
", "required" : false, "deprecated" : false, "style" : "deepObject", @@ -64450,7 +64511,7 @@ }, "/hosted_pages/extend_subscription" : { "post" : { - "summary" : "Extend Subscription", + "summary" : "Extend subscription", "description" : "This API generates a hosted page URL to extend the billing cycle of a subscription.
Use one of the following methods to open the hosted page:
openCheckout() to open the hosted page in a modal popup in your website or application.url.Do not embed the hosted page in your own iframe.
This API generates a hosted page URL to collect due payments for the customer.
Open the hosted page in a new browser tab or window using the url from this API's response. Do not embed it in your own iframe.
openCheckout() not supported
The Chargebee.js openCheckout() function does not support Collect Now hosted pages. To open a Collect Now page, open the url from this API's response in a new browser tab or window (for example, window.open(response.hosted_page.url, '_blank')).
Creates a hosted page for a customer (called the gifter) to gift a subscription to another customer (called the receiver).
When gifter[customer_id] is provided, it is looked up in Chargebee when the gifter completes the hosted page checkout. If not found, a new customer resource is created with this ID.
Once the gifter checks out using the hosted page returned by this endpoint, Chargebee checks if a customer resource with the receiver's email address exists. The first such customer record is considered the receiver's customer resource. A new customer resource is created for the receiver if none are found.
This API generates a hosted page URL to add new or update existing payment sources for the customer.
Use one of the following methods to open the hosted page:
openCheckout() to open the hosted page in a modal popup in your website or application.url.Do not embed the hosted page in your own iframe.
Regenerates the invoice for the current term of the subscription. The subscription must have status as active or non_renewing. This operation is not allowed when any of the following conditions hold true for the subscription:
status is not voided.Returns an estimate object with one of the following components depending on the value of invoice_immediately.
true: an invoice_estimate object that corresponds to the regenerated invoice.false: a list of unbilled_charge_estimate objects corresponding to all the unbilled charges created for the current term of the subscription.The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
Determines the format of the data. Returns the export type based on the selected value.
\n* data -Provides the full set of data for the customers in multiple .csv files.
Provides a .csv file whose columns match the customer schema. This file format can be readily imported through the UI by using Bulk Operations.
type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"is_not" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
}
}
@@ -102719,7 +102780,7 @@
},
"/exports/invoices" : {
"post" : {
- "summary" : "Export Invoices",
+ "summary" : "Export invoices",
"description" : "This API triggers export of invoice data. The exported zip file contains CSV files with invoice-related data.\n\n### Invoice Export Best Practice\n\nFor a full export, Chargebee recommends exporting data in batches by using date filters. The table below provides examples of how to set the filters: \n\n| **Scenario** | **Filter Example** | **Description** |\n|-----------------------------------------------|------------------------------------------------------------------|-----------------------------------------------|\n| Export invoices updated after January 1, 2024 | *invoice\\[updated_at\\]\\[after\\] = \"1704067200\"* | Export invoices from January 1, 2024 onwards. |\n| Export invoices for 2023 | *invoice\\[updated_at\\]\\[between\\] = \"\\[1672531200,1704067199\\]\"* | Export all invoices for the year 2023. |\n| Export invoices for 2022 | *invoice\\[updated_at\\]\\[between\\] = \"\\[1640995200,1672531199\\]\"* | Export all invoices for the year 2022. |\n\nIf the export still fails, further reduce the date range, for example: \n\n| **Scenario** | **Filter Example** | **Description** |\n|------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------------|\n| Export for the second half of 2024 | *invoice\\[updated_at\\]\\[after\\] = \"1717200000\"* | Export invoices are updated after June 1, 2024. |\n| Export for the first half of 2024 | *invoice\\[updated_at\\]\\[between\\] = \"\\[1704067200,1717199999\\]\"* | Export invoices updated between January 1, 2024, and May 31, 2024. |\n| Export for the second half of 2023 | *invoice\\[updated_at\\]\\[between\\] = \"\\[1685577600,1704067199\\]\"* | Export invoices updated between June 1, 2023, and December 31, 2023. |\n| Export for the first half of 2023 | *invoice\\[updated_at\\]\\[between\\] = \"\\[1672531200,1685577599\\]\"* | Export invoices updated between January 1, 2023, and May 31, 2023. |\n\n**Note**\n\nThe date ranges in the examples above are just suggestions; you can adjust the date window to fit your specific needs. If an export fails due to large data volume, reduce the date window further and retry the export.\n",
"operationId" : "export_invoices",
"parameters" : [ {
@@ -103816,7 +103877,7 @@
},
"/exports/deferred_revenue" : {
"post" : {
- "summary" : "Export Deferred Revenue Reports",
+ "summary" : "Export deferred revenue reports",
"description" : "**Important:**\nThis report is deprecated. Therefore, the endpoint is also deprecated.\n\nThis API triggers export for the Deferred Revenue Report.\n\n**Note:**\nThis API call is asynchronous.\nYou need to check if this operation has completed by checking if the export status is **completed**\n. You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. In case you are using any of the client libraries, use the **wait for export completion**\nfunction provided as an instance method in the library.\nYou need to check if this operation has completed by checking if the export status is **completed** . You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. Use the method **waitForExportCompletion()** on the returned **Export** resource which will wait until the export status changes. You need to check if this operation has completed by checking if the export status is **completed** . You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. Use the method **waitForExportCompletion()** on the returned **Export** resource which will wait until the export status changes. You need to check if this operation has completed by checking if the export status is **completed** . You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. Use the method **wait_for_export_completion** on the returned **export** resource which will wait until the export status changes. You need to check if this operation has completed by checking if the export status is **completed** . You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. Use the method **wait_for_export_completion** on the returned **export** resource which will wait until the export status changes. You need to check if this operation has completed by checking if the export status is **completed** . You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. Use the method **WaitForExportCompletion** on the returned **Export** resource which will wait until the export status changes. You need to check if this operation has completed by checking if the export status is **completed** . You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. Use the method **wait_for_export_completion** on the returned **export** resource which wait until the export status changes. You need to check if this operation has completed by checking if the export status is **completed** . You can do this by retrieving the export in a loop with a minimum delay of 10 secs between two retrieve requests. Use the method **wait_for_export_completion** on the returned **export** resource which wait until the export status changes.\n",
"operationId" : "export_deferred_revenue_reports",
"parameters" : [ {
@@ -105048,7 +105109,7 @@
"auto_close_invoices" : {
"type" : "object",
"deprecated" : false,
- "description" : "Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
Determines the format of the data. Returns the export type based on the selected value.
\n* data -Provides the full set of data for the subscriptions in multiple .csv files.
Provides a .csv file whose columns match the subscription schema. This file format can be readily imported through the UI by using Bulk Operations.
Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
This API verifies the application id {in_app_subscription_app_id} and receipt then returns the subscription details associated with the purchase.
in_app_subscription_app_id
required, string
The handle is created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.\nThe following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store.
{in_app_subscription_app_id}, click View Keys within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.{in_app_subscription_app_id}, click Set up notifications within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.Verifies an Apple App Store or Google Play Store in-app purchase receipt and imports subscriptions for all historical purchases made by the customer.
Tip\nAn in_app_subscription\nis created for every unique original_transaction_id\n. Apple creates original_transaction_id\nfor every create, upgrade, or downgrade of the subscription. A receipt hardly contains more than 100 original_transaction_id\ns. If a receipt contains more than 100 original_transaction_id\ns, Chargebee creates all subscription records but this endpoint returns the first 100 records in the response.
CSV upload has a file size limitation that increases the processing time and the number of receipts. This API removes such limitations and allows you to import historical in-app subscription receipts.
Note\n: This API verifies receipt or token through Apple or Google and then processes them via Chargebee. For bulk imports, limit API calls to 6\nper minute (10\nseconds apart) to ensure successful subscription imports.
This section provides details of the Import Receipt operation performed for the Apple App Store. This API processes only the historical in-app transaction receipts.
Important
Chargebee validates the receipt with Apple App Store and does the following once validation succeeds:
Subscriptions are imported as follows:
original_transaction_id in the Apple receipt.\nNote: This is not done for original_transaction_ids for which a subscription already exists in Chargebee.id set to original_transaction_id.start_date set to the earliest purchase_date_ms.current_term_start set to latest purchase_date_ms.current_term_end set to expires_date_ms of the same Latest_receipt_info element with the latest purchase_date_ms.plan_id set to product_id.status set to in_trial if there is only one element of Latest_receipt_info with the original_transaction_id and the field is_trial_period is true, then consider the subscription is currently in trial. No invoices are created for this subscription.Invoices are imported as follows:
Latest_receipt_info which has is_trial_period as false.subscription_id set to original_transaction_id.A transaction is imported for each invoice with the following details:
reference_number set to the transaction_id.payment_method set to apple_store.This section provides details of the Import Receipt operation performed for the Google Play Store. This API is used to process only the historical in-app purchase subscriptions.
Important
token. If any other purchase token is passed instead of the latest one, there is a possibility of returning incorrect transaction details. If an expired purchase token is passed, then it returns an error.token expires, an API request to Google Developers API returns an error.Chargebee validates the purchase token with Google Play Store and does the following once validation succeeds:
A subscription is imported for every unique purchase token if it is not linked to an existing purchase token( linkedPurchaseToken field in SubscriptionsV2.get API Response).
Each subscription imported has the following attributes set:
\nid set to a unique identifier generated by Chargebee and mapped to the token and latestOrderId of the SubscriptionPurchaseV2 object from Google response.
start_date set to the earliest SubscriptionPurchaseV2.startTime.
current_term_start set to latest SubscriptionPurchaseV2.startTime.
current_term_end set to expiryTime of the same SubscriptionPurchaseV2 element with the latest purchase.
plan_id set to the concatenation of product[id] and priceCurrencyCode from Google.
status set to in_trial if the free trial configuration is enabled in Google and the monetization.subscriptions.basePlans.offers.State is Active with a SubscriptionOfferPhase.duration, then consider the subscription is currently in trial. No invoices are created for this subscription.
Invoices are imported as follows:
An invoice is imported to Chargebee for every new subscription and renewal of an existing subscription using latestOrderId.
Each imported invoice has the subscription_id set to a unique identifier generated by Chargebee and mapped to the token and latestOrderId.
A transaction is imported for each invoice with the following details:
transaction.reference_number is set to the latestOrderId.
transaction.payment_method is set to play_store.
{in_app_subscription_app_id}: The handle created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.\nThe following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store.
{in_app_subscription_app_id}, click View Keys within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.{in_app_subscription_app_id}, click Set up notifications within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.The Import Subscriptions endpoint is a Chargebee API that allows you to import historic In-App Subscriptions without using a valid Apple App Store receipt. This endpoint is useful if you do not have access to the receipt data which is required for the Import Receipt API.\nWith this API, you can import subscriptions and corresponding invoices for historic In-App purchases. The API returns the in-app-subscriptions object once the historic subscription is successfully imported into Chargebee.
Note:
This section provides details of the Import Subscription operation when performed for the Apple App Store. This API creates a historic subscription if the incoming subscription is unknown. For a known subscription, it creates an invoice for the mentioned period.
Important
Integrate Chargebee with your Apple App Store account using your shared secret from Apple.
\nIt is strongly recommended to use this endpoint to create a historic In-App subscription only.
\nYou must import App Store products using Chargebee's user interface before importing receipts using this API.
\nChargebee validates the application ID with Apple App Store and does the following once validation succeeds:
Import the subscription from the latest_receipt_info array from Apple, and a new subscription is imported for the item-price.\nNote: The subscription is not imported if it already exists in Chargebee but we will import the associated invoice using the subscription[transaction_id] in the payload.
Each subscription imported has the following attribute set:
\nid set to subscription[id] . This subscription[id] is the original_transaction_id in the receipts.
start_date set to subscription[start_date]. You need to provide this information from the oldest Latest_receipt_info.purchase_date_ms.
term_start set to subscription[term_start]. You need to provide this information from the oldest Latest_receipt_info.purchase_date_ms).
term_end set to subscription[term_end]. You need to provide this information from the oldest Latest_receipt_info.expires_date_ms.
plan_id set to subscription[product_id] + subscription[currency_code]. You need to provide this information from the Latest_receipt_info.product_id.
Chargebee records the subscription in a Trial state if the is_trial_period is true.
Chargebee records the subscription in a Canceled state if the term_end is less than the System.currentTime().
subscription_id set to original_transaction_id.The transaction.reference_number is set to the transaction_id of the payment.
The transaction.payment_method is set to apple_store.
in_app_subscription_app_id
required, string
The handle created by Chargebee for your App Store app. It can be obtained from within the Chargebee web app. To obtain the value of in_app_subscription_app_id for the Apple App Store, click View Keys within the Sync Overview page of the web app, and use the value of generated App ID for this parameter. See detailed steps here.
Verifies an in-app purchase made by your customer and creates a subscription in Chargebee.
Note:\nIf App Store or Play Store products have not been imported to Chargebee and this API is invoked, Chargebee will automatically create plans that correspond to the store product IDs. However, if historical subscriptions are to be imported using the import receipt API, importing products is mandatory. Learn more.
This section provides details of the Process Purchase Command operation when performed for the Apple App Store. This API processes only the latest in-app transaction on the receipt. Sync historical subscriptions into Chargebee using bulk import of In-App Purchase receipts.
Important
Chargebee validates the receipt with Apple App Store and does the following once validation succeeds:
plan_id that matches the concatenation of product[id] and priceCurrencyCode from Apple, and if not found, create such a plan.If the token is for a new purchase, a new subscription is created for the plan described in the previous step. The subscription has the following details:
\nid set to original_transaction_id
start_date set to responseBody.Latest_receipt_info.purchase_date_ms
current_term_end set to responseBody.Latest_receipt_info.expires_date_ms
Instead, if the receipt belongs to an existing subscription in Chargebee, it is updated to reflect the current state of the subscription at Apple.
\ntransaction.reference_number is set to the transaction_id of the payment.transaction.payment_method is set to apple_pay.This section provides details of the Process Purchase Command operation when performed for the Google Play Store. This API processes only the latest in-app transaction using the purchase token.
Important
Chargebee validates the token with Google Play Store and does the following once validation succeeds:
plan_id that matches the concatenation of product[id] and priceCurrencyCode from Google, and if not found, create such a plan.If the token is for a new purchase, a new subscription is created for the plan described in the previous step. The subscription has the following details:
\nid set to set to unique identifier generated by Chargebee and mapped to token of the SubscriptionPurchase object from Google response.
start_date set to SubscriptionPurchase.startTimeMillis.
current_term_end set to SubscriptionPurchase.expiryTimeMillis.
Instead, if the token belongs to an existing subscription in Chargebee, it is updated to reflect the current state of the subscription at Google.
\ntransaction.reference_number is set to the orderId of the payment.transaction.payment_method is set to play_store.{in_app_subscription_app_id}: The handle created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.\nThe following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store.
{in_app_subscription_app_id}, click View Keys within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.{in_app_subscription_app_id}, click Set up notifications within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
The per-unit price for the tier when the pricing_model\nis tiered\nor volume\n; the total cost for the item price when the pricing_model\nis stairstep.\nThe value is in the minor unit of the currency\n.
Represents a platform site in Chargebee.\nEach platform site includes a unique id, the associated site_id, and a domain, along with its site_type and created_at timestamp.
Type of the platform site. Possible values are:
\nsandbox: Used for testing in a non-production environment.live: Used in production for real transactions.both: Supports both sandbox and live environments.Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
Set to false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.
The price or per-unit-price of the addon. The value depends on the type of currency.
\nNote:
For recurring addons, this is the final price or per-unit price for each billing period of the subscription, regardless of the addon period. For example, consider the following details:
unit_price provided is $10The price or per-unit-price of the addon. The value depends on the type of currency.
\nNote:
For recurring addons, this is the final price or per-unit price for each billing period of the subscription, regardless of the addon period. For example, consider the following details:
unit_price provided is $10The payment method of this transaction
\n* naver_pay -Payments made via Naver Pay.
\n\n* unionpay -Unionpay
\n* paypay - \n* online_banking_poland -Online Banking Poland
\n\n* upi -upi
\n* payconiq_by_bancontact -Payments made via Payconiq by Bancontact.
\n\n* kakao_pay -Payments made via Kakao Pay.
\n\n* check -Check
\n* payme -Payments made via PayMe
\n\n* cash_app_pay -Payments made via Cash App Pay.
\n\n* custom -Custom
\n* amazon_payments -Amazon Payments
\n* boleto -boleto
\n* klarna -Payments made via Klarna.
\n\n* direct_debit -Direct Debit
\n* klarna_pay_now -Klarna Pay Now
\n\n* sepa_instant_transfer -Sepa Instant Transfer
\n\n* apple_pay -Apple Pay
\n* wechat_pay -Payments made via WeChat Pay.
\n\n* twint -Payments made via Twint
\n\n* kbc_payment_button -KBC Payment Button
\n* bancontact -Bancontact
\n* faster_payments -Faster Payments
\n\n* go_pay -Payments made via GoPay
\n\n* stablecoin -Payments made via Stablecoin.
\n\n* venmo -Venmo
\n\n* bank_transfer -Bank Transfer
\n* paypal_express_checkout -Paypal Express Checkout
\n* electronic_payment_standard -Electronic Payment Standard
\n* other -Payment Methods other than the above types
\n* trustly -Trustly
\n* ach_credit -ACH Credit
\n* sepa_credit -SEPA Credit
\n* alipay_hk - \n* card -Card
\n* ideal -IDEAL
\n* gcash - \n* chargeback -Only applicable for a transaction of type\n= refund.\nThis value is set by Chargebee when an automated chargeback\noccurs. You can also set this explicitly when recording a refund\n.
Automated Bank Transfer
\n\n* google_pay -Google Pay
\n* netbanking_emandates -netbanking_emandates
\n* pay_to -PayTo
\n\n* pay_by_bank -Pay By Bank
\n* dotpay -Dotpay
\n* alipay -Payments made via Alipay.
\n\n* sofort -Sofort
\n* swish -Payments made via Swish
\n\n* grab_pay -Payments made via GrabPay
\n\n* pix -Pix
\n\n* giropay -giropay
\n* pay_co -Payments made via PayCo
\n\n* revolut_pay -Payments made via Revolut Pay.
\n\n* cash -Cash
\n* after_pay -Payments made via Afterpay
\n\n* south_korean_cards - ", - "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ], + "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ], "example" : null }, "reference_number" : { @@ -158957,7 +159308,7 @@ "Type" : { "type" : "string", "deprecated" : false, - "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "free_trial", "pay_up_front", "pay_as_you_go", "usage_exceeded" ], + "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay", "free_trial", "pay_up_front", "pay_as_you_go", "simple", "compound", "usage_exceeded", "spend_exceeded" ], "example" : null }, "UnbilledCharge" : { @@ -160156,6 +160507,16 @@ "description" : "Indicates whether to include deleted objects in the list. The deleted objects have the attribute `deleted` as `true`." } }, + "credit-unit-id" : { + "name" : "credit-unit-id", + "in" : "path", + "required" : true, + "style" : "simple", + "explode" : false, + "schema" : { + "type" : "string" + } + }, "chargebee-request-origin-ip" : { "name" : "chargebee-request-origin-ip", "in" : "header", @@ -160514,8 +160875,8 @@ "type" : "string" } }, - "invoice-id" : { - "name" : "invoice-id", + "site-id" : { + "name" : "site-id", "in" : "path", "required" : true, "style" : "simple", @@ -160524,8 +160885,8 @@ "type" : "string" } }, - "feature-id" : { - "name" : "feature-id", + "invoice-id" : { + "name" : "invoice-id", "in" : "path", "required" : true, "style" : "simple", @@ -160534,8 +160895,8 @@ "type" : "string" } }, - "transaction-id" : { - "name" : "transaction-id", + "feature-id" : { + "name" : "feature-id", "in" : "path", "required" : true, "style" : "simple", @@ -160544,8 +160905,8 @@ "type" : "string" } }, - "platform-site-id" : { - "name" : "platform-site-id", + "transaction-id" : { + "name" : "transaction-id", "in" : "path", "required" : true, "style" : "simple", diff --git a/spec/chargebee_api_v2_pc_v1_spec.yaml b/spec/chargebee_api_v2_pc_v1_spec.yaml index 7dcdd260..e28574e3 100644 --- a/spec/chargebee_api_v2_pc_v1_spec.yaml +++ b/spec/chargebee_api_v2_pc_v1_spec.yaml @@ -5,10 +5,10 @@ info: name: Chargebee Support url: https://www.chargebee.com email: support@chargebee.com - version: 2026-06-12.a49b34edd262e3e190bd6d8616ff9e401c37bd21 + version: 2026-07-21.2a6a65b3e1a8ff29840466a7bfdb5cdd778d0634 x-cb-api-version: 2 x-cb-product-catalog-version: 1 - x-generated-on: 1781239687838 + x-generated-on: 1784611165580 servers: - url: "{protocol}://{site}.{environment}:{port}/api/v2" variables: @@ -956,6 +956,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -2253,7 +2256,7 @@ paths: description: |-optional, boolean filter
Set to false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level.
Possible values are : true, false
Supported operators : @@ -2457,6 +2460,24 @@ paths: pattern: "^\\[(web|app_store|play_store)(,(web|app_store|play_store))*\\\ ]$" example: null + - name: decommissioned + in: query + required: false + deprecated: false + style: deepObject + explode: true + schema: + type: object + deprecated: false + example: "true" + properties: + is: + type: string + format: boolean + enum: + - "true" + - "false" + example: null responses: "200": description: OK @@ -4009,6 +4030,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -4335,6 +4359,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -7386,6 +7413,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -9029,6 +9059,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -11711,6 +11744,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -12513,7 +12549,7 @@ paths: - BasicAuth: [] /subscriptions/{subscription-id}/import_unbilled_charges: post: - summary: Import Unbilled Charges + summary: Import unbilled charges description: | Imports unbilled charges into Chargebee. operationId: import_unbilled_charges @@ -14530,6 +14566,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -14844,6 +14883,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -16143,7 +16185,7 @@ paths: - BasicAuth: [] /subscriptions/{subscription-id}/override_billing_profile: post: - summary: Override Billing Profile + summary: Override billing profile description: "Assigns the payment source and sets auto collection state for\ \ the subscription. \nWhen you don't pass any input param for this API, payment\ \ source and auto collection for the subscription will be the same as the\ @@ -17360,7 +17402,7 @@ paths: - BasicAuth: [] /subscriptions/{subscription-id}/edit_advance_invoice_schedule: post: - summary: Edit Advance Invoice Schedule + summary: Edit advance invoice schedule description: | Modifies the [advance invoicing schedule](/docs/api/advance_invoice_schedules) for a subscription. operationId: edit_advance_invoice_schedule @@ -20649,6 +20691,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -21484,7 +21529,7 @@ paths: type: boolean deprecated: false description: | - Override for this customer, the [site-level setting](https://www.chargebee.com/docs/2.0/metered_billing.html#configuring-metered-billing) + Override for this customer, the [site-level setting](https://www.chargebee.com/docs/billing/2.0/usage-based-billing/metered_billing#configuring-metered-billing) for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices) which takes precedence. example: null @@ -22846,7 +22891,7 @@ paths: description: | optional, boolean filter - Override for this customer, the [site-level setting](https://www.chargebee.com/docs/2.0/metered_billing.html#configuring-metered-billing) + Override for this customer, the [site-level setting](https://www.chargebee.com/docs/billing/2.0/usage-based-billing/metered_billing#configuring-metered-billing) for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices) which takes precedence. Possible values are : *true, false* @@ -23767,7 +23812,7 @@ paths: type: boolean deprecated: false description: | - Override for this customer, the [site-level setting](https://www.chargebee.com/docs/2.0/metered_billing.html#configuring-metered-billing) + Override for this customer, the [site-level setting](https://www.chargebee.com/docs/billing/2.0/usage-based-billing/metered_billing#configuring-metered-billing) for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices) which takes precedence. example: null @@ -24300,6 +24345,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -24626,6 +24674,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -25564,7 +25615,7 @@ paths: - BasicAuth: [] /customers/{customer-id}/clear_personal_data: post: - summary: Clear Personal Data of a customer + summary: Clear personal data of a customer description: | Clear personal details of a customer using this API. operationId: clear_personal_data_of_a_customer @@ -26293,6 +26344,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -26817,6 +26871,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -28848,6 +28905,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null id_at_vault: type: string @@ -28952,6 +29012,11 @@ paths: example: null + browser_details: + type: object + additionalProperties: true + deprecated: false + example: null token_additional_detail: type: object deprecated: false @@ -29273,6 +29338,11 @@ paths: schema: type: object properties: + browser_details: + type: object + additionalProperties: true + deprecated: false + example: null card: type: object deprecated: false @@ -30043,6 +30113,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -31686,7 +31759,7 @@ paths: is: type: string description: | - \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards + \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards \* \`paynow\` - Payments made via PayNow \* \`bizum\` - Payments made via Bizum \* \`promptpay\` - Payments made via PromptPay enum: - card - paypal_express_checkout @@ -31735,11 +31808,14 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null is_not: type: string description: | - \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards + \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards \* \`paynow\` - Payments made via PayNow \* \`bizum\` - Payments made via Bizum \* \`promptpay\` - Payments made via PromptPay enum: - card - paypal_express_checkout @@ -31788,11 +31864,14 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null in: type: string description: | - \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards + \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards \* \`paynow\` - Payments made via PayNow \* \`bizum\` - Payments made via Bizum \* \`promptpay\` - Payments made via PromptPay enum: - card - paypal_express_checkout @@ -31841,13 +31920,16 @@ paths: - paypay - gcash - south_korean_cards - pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\ + - paynow + - bizum + - promptpay + pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\ ]$" example: null not_in: type: string description: | - \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards + \* \`card\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \* \`paypal_express_checkout\` - Payments made via PayPal Express Checkout. \* \`amazon_payments\` - Payments made via Amazon Payments. \* \`direct_debit\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \* \`generic\` - Payments made via Generic Payment Method. \* \`alipay\` - Payments made via Alipay \* \`unionpay\` - Payments made via UnionPay. \* \`apple_pay\` - Payments made via Apple Pay. \* \`wechat_pay\` - Payments made via WeChat Pay \* \`ideal\` - Payments made via iDEAL. \* \`google_pay\` - Payments made via Google Pay. \* \`sofort\` - Payments made via Sofort. \* \`bancontact\` - Payments made via Bancontact Card. \* \`giropay\` - Payments made via giropay. \* \`dotpay\` - Payments made via Dotpay. \* \`upi\` - UPI Payments. \* \`netbanking_emandates\` - Netbanking (eMandates) Payments. \* \`venmo\` - Payments made via Venmo \* \`pay_to\` - Payments made via PayTo \* \`faster_payments\` - Payments made via Faster Payments \* \`sepa_instant_transfer\` - Payments made via Sepa Instant Transfer \* \`automated_bank_transfer\` - Represents virtual bank account using which the payment will be done. \* \`klarna_pay_now\` - Payments made via Klarna Pay Now \* \`online_banking_poland\` - Payments made via Online Banking Poland \* \`payconiq_by_bancontact\` - Payments made via Payconiq by Bancontact \* \`electronic_payment_standard\` - Payments made via Electronic Payment Standard. \* \`kbc_payment_button\` - Payments made via KBC Payment Button. \* \`pay_by_bank\` - Payments made via Pay By Bank. \* \`trustly\` - Payments made via Trustly. \* \`stablecoin\` - Payments made via Stablecoin \* \`kakao_pay\` - Payments made via Kakao Pay \* \`naver_pay\` - Payments made via Naver Pay \* \`revolut_pay\` - Payments made via Revolut Pay \* \`cash_app_pay\` - Payments made via Cash App Pay \* \`twint\` - Payments made via Twint \* \`go_pay\` - Payments made via Go Pay \* \`grab_pay\` - Payments made via Grab Pay \* \`pay_co\` - Payments made via Pay Co \* \`after_pay\` - Payments made via After pay \* \`swish\` - Payments made via Swish \* \`payme\` - Payments made via PayMe \* \`pix\` - Payments made via Pix \* \`klarna\` - Payments made via Klarna \* \`alipay_hk\` - Payments made via Alipay HK \* \`paypay\` - Payments made via PayPay \* \`gcash\` - Payments made via GCash \* \`south_korean_cards\` - Payments made via South Korean Cards \* \`paynow\` - Payments made via PayNow \* \`bizum\` - Payments made via Bizum \* \`promptpay\` - Payments made via PromptPay enum: - card - paypal_express_checkout @@ -31896,7 +31978,10 @@ paths: - paypay - gcash - south_korean_cards - pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\ + - paynow + - bizum + - promptpay + pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\ ]$" example: null - name: status @@ -32749,6 +32834,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -33612,6 +33700,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null tmp_token: type: string @@ -38716,7 +38807,7 @@ paths: - BasicAuth: [] /promotional_credits/deduct: post: - summary: Deduct Promotional Credits + summary: Deduct promotional credits description: | This API call can be used to deduct promotional credits for a customer. [Learn more about Promotional Credits](https://www.chargebee.com/docs/2.0/credit-notes.html#creating-promotional-credits). @@ -38997,7 +39088,7 @@ paths: - BasicAuth: [] /promotional_credits/set: post: - summary: Set Promotional Credits + summary: Set promotional credits description: | This API call can be used to set the promotional credits balance of a customer. [Learn more about Promotional Credits](https://www.chargebee.com/docs/2.0/credit-notes.html#creating-promotional-credits). @@ -39271,7 +39362,7 @@ paths: - BasicAuth: [] /promotional_credits/add: post: - summary: Add Promotional Credits + summary: Add promotional credits description: | This API call can be used to add promotional credits to a customer. [Learn more about Promotional Credits](https://www.chargebee.com/docs/2.0/credit-notes.html#creating-promotional-credits). @@ -39541,7 +39632,7 @@ paths: - BasicAuth: [] /invoices/{invoice-id}/delete_line_items: post: - summary: Delete Line Items + summary: Delete line items description: | This endpoint is used to delete line items from "Pending" invoice. operationId: delete_line_items @@ -45041,6 +45132,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null gateway_account_id: type: string @@ -45352,6 +45446,9 @@ paths: - paypay - gcash - south_korean_cards + - paynow + - bizum + - promptpay example: null reference_id: type: string @@ -48383,6 +48480,9 @@ paths: deprecated: false description: | The reason for exempting the invoice from tax. (Applicable only for exempted invoices.). + \* zero_rated - + + If the rate of tax is 0% and no Sales/ GST tax is collectable for that line item \* export - The customer is from a non-taxable region or the billing address and shipping address are unavailable. @@ -48390,15 +48490,36 @@ paths: The customer is [exempted](/docs/api/customers/customer-object#taxability) from tax. + \* tax_not_configured_external_provider - + + If the tax is not configured for the country in 3rd party tax provider. \* id_exempt - The customer is from a different country than your business and they have a valid VAT number or, the customer is a business entity. (This reason is only applicable when [EU VAT](https://www.chargebee.com/docs/eu-vat.html) or [UK VAT](https://www.chargebee.com/docs/uk-vat.html) is enabled.) + \* high_value_physical_goods - + + If physical goods are sold from outside Australia to customers in Australia, and the price of all the physical good line items is greater than AUD 1000, then tax will not be applied + \* product_exempt - + + If the Plan or Addon is marked as Tax exempt + \* region_non_taxable - + + If the product sold is not taxable in this region, but it is taxable in other regions, hence this region is not part of the Taxable jurisdiction + \* zero_value_item - + + If the total invoice value/amount is equal to zero. E.g., If the total order value is $10 and a $10 coupon has been applied against that order, the total order value becomes $0. Hence the invoice value also becomes $0. enum: + - zero_rated - id_exempt - customer_exempt + - region_non_taxable + - product_exempt - export + - high_value_physical_goods + - zero_value_item + - tax_not_configured_external_provider example: null vat_number: type: string @@ -48545,6 +48666,17 @@ paths: description: | If the invoice falls within the subscription current term will be used for proration. example: null + paid_at: + type: integer + format: unix-time + deprecated: false + description:
Timestamp when the invoice was paid.
+ Applicable only when status is paid.
Lists all the\ + \ transactions.
Note:
For better query\
+ \ performance, we recommend using a date filter (for example, date[after] or date[between])\
+ \ when listing transactions. If you are already filtering by updated_at, you\
+ \ do not need to also filter by date.
optional, timestamp(UTC) in seconds filter
+Indicates when this transaction occurred.
+ We recommend using this filter when listing transactions for better query performance. It is advisable when using this filter, to pass the sort_by
+ input parameter as date
+ for a faster response.
+ Supported operators :
+ after, before, on, between
Example → + date[before] = "1435054328"
required: false deprecated: false style: deepObject @@ -69893,7 +70095,7 @@ paths: - BasicAuth: [] /hosted_pages/extend_subscription: post: - summary: Extend Subscription + summary: Extend subscription description: |-This API generates a hosted page URL to extend the billing cycle of a subscription.
Use one of the following methods to open the hosted page:
openCheckout() to open the hosted page in a modal popup in your website or application.This API generates\ \ a hosted page URL to collect due payments for the customer.
Open the hosted page in a new browser tab or window using the Creates a hosted\
\ page for a customer (called the gifter) to gift a subscription to another\
\ customer (called the receiver). This API generates a hosted page URL to add new or update existing payment sources for the customer. Use one of the following methods to open the hosted page: Regenerates the invoice for the current term of the subscription. The subscription must have Determines the format of the data. Returns the export type based on the selected value. Provides the full set of data for the customers in multiple Provides a Set to Set to Determines the format of the data. Returns the export type based on the selected value. Provides the full set of data for the subscriptions in multiple Provides a Set to This API verifies the application id in_app_subscription_app_id required, string The handle is created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.
The following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store. Verifies an Apple App Store or Google Play Store in-app purchase receipt and imports subscriptions for all historical purchases made by the customer. Tip
An The Import Subscriptions endpoint is a Chargebee API that allows you to import historic In-App Subscriptions without using a valid Apple App Store receipt. This endpoint is useful if you do not have access to the receipt data which is required for the Import Receipt API.
With this API, you can import subscriptions and corresponding invoices for historic In-App purchases. The API returns the in-app-subscriptions object once the historic subscription is successfully imported into Chargebee. Note: Verifies an in-app purchase made by your customer and creates a subscription in Chargebee. Note:
If App Store or Play Store products have not been imported to Chargebee and this API is invoked, Chargebee will automatically create plans that correspond to the store product IDs. However, if historical subscriptions are to be imported using the import receipt API, importing products is mandatory. Learn more. This section provides details of the Process Purchase Command operation when performed for the Apple App Store. This API processes only the latest in-app transaction on the receipt. Sync historical subscriptions into Chargebee using bulk import of In-App Purchase receipts. Important Represents a platform site in Chargebee.
Each platform site includes a unique Type of the platform site. Possible values are: Set to The price or per-unit-price of the addon. The value depends on the type of currency. The price or per-unit-price of the addon. The value depends on the type of currency. Note: For recurring addons, this is the final price or per-unit price for each billing period of the subscription, regardless of the addon period. For example, consider the following details: Updates a subscription by modifying its item prices, coupons, billing configuration, payment method, and other attributes. Any parameters not provided remain unchanged. The changes can be applied immediately, scheduled for a future date, or even backdated to a past date. To add new item prices to the subscription, pass them in the Consider a subscription with the following item prices: If you call this API with the following item price: The subscription will be updated to include the following item prices: To replace all existing item prices in the subscription with a new set of item prices, include the Consider a subscription with the following item prices: If you call this API with the following item prices and set The subscription will be updated to include only the new item prices: Use the If you prefer to use the payment gateway's SDKs to capture the payment method details, you can then use the If you are PCI compliant, you can pass raw card details via this API. Use the The document date displayed on the invoice PDF. Use this parameter to backdate the invoice for reasons such as booking revenue for a previous date or when the subscription is effective as of a past date. Prerequisites Default value Constraints Impacts The document date displayed on the invoice PDF. Use this parameter to backdate the invoice for reasons such as booking revenue for a previous date or when the subscription is effective as of a past date. Prerequisites Default value Constraints Impacts The payment method type. Default value card Payments made via Twint dotpay Faster Payments upi KBC Payment Button Payments made via Klarna. Payments made via PayMe google_pay paypal_express_checkout Pix Klarna Pay Now ideal boleto Payments made via WeChat Pay. Payments made via Afterpay Payments made via GrabPay direct_debit Sepa Instant Transfer bancontact Payments made via Kakao Pay. Payments made via Swish Payments made via GoPay Trustly Payments made via Naver Pay. Payments made via Stablecoin. Venmo Payments made via Alipay. PayTo Payments made via PayCo Payments made via Cash App Pay. netbanking_emandates Payments made via Payconiq by Bancontact. Electronic Payment Standard Pay By Bank apple_pay Online Banking Poland giropay sofort Amazon Payments Payments made via Revolut Pay. Cancels the specified subscription. Subscription Contract Terms Ramps If ramps are scheduled for the subscription, this operation deletes any ramps that are set to become effective on or after the subscription's cancellation date-time. Before calling this API, perform the following checks: Cancel a subscription with a contract term If the subscription has a contract term, you can use the following parameters with this API: optional, boolean filter Set to Supported operators :\nis Example →\nauto_close_invoices[is] = "true" optional, boolean filter Set to Supported operators :\nis Example →\nauto_close_invoices[is] = "true" Imports a subscription for an existing customer. Use this operation when migrating subscriptions from another billing system. If you are calling this operation on your live site, ensure you have requested Support to enable it; otherwise the API may return an "API not enabled" error. Subscription A subscription is created for the customer with the details provided in the request. Invoice and payment When End of the current billing term. Subscription is renewed immediately after this. If not given, this will be calculated based on plan billing cycle. Note: For subscription status: The time at which the subscription was activated. A subscription is "activated" when its Constraints The time at which the subscription was activated. A subscription is "activated" when its Set to Set to The payment transaction amount. Constraints The reference number for this transaction. For example, check number when Constraints The reference number for this transaction. For example, check number when The date of occurrence of the transaction. Constraints The price or per-unit price of the item. When not provided, the value set for the item price is used. Prerequisites The id of the item price in the subscription to which the discount is to be applied. Note Note\nIf the Retrieves a subscription with the scheduled changes applied.\nNote: Only the following attributes are changed The payment method type. Default value card Payments made via Twint Payments made via Swish Payments made via Afterpay netbanking_emandates Payments made via GrabPay Payments made via Payconiq by Bancontact. dotpay Faster Payments upi KBC Payment Button Electronic Payment Standard Payments made via Klarna. Payments made via PayMe direct_debit Sepa Instant Transfer bancontact Payments made via GoPay Pay By Bank google_pay apple_pay Online Banking Poland Trustly Payments made via Naver Pay. Payments made via Stablecoin. giropay paypal_express_checkout Pix Venmo Klarna Pay Now Payments made via Alipay. sofort Amazon Payments ideal Payments made via Kakao Pay. PayTo boleto Payments made via PayCo Payments made via Revolut Pay. Payments made via WeChat Pay. Payments made via Cash App Pay. Creates a single advance invoice or an advance invoicing schedule for a subscription. Use this operation to bill future renewals in advance, enabling customers to prepay for upcoming billing cycles. Removes a scheduled change from a subscription. To review the scheduled subscription change before removing it, call Retrieve with scheduled changes before calling this API to retrieve the subscription resource with the scheduled change applied. Subscription Invoices Credit Notes Before you call this API, confirm the following: Note:\nThis endpoint optionally supports 3DS. To use it create\na Creates a new subscription for an existing customer in Chargebee. Any available credits and excess payments for the customer are automatically applied on the invoice. Set to Set to Whether payments needs to be collected automatically for this customer. Constraints Whenever an invoice is created, an automatic attempt to charge the customer's payment method is made. Automatic collection of charges will not be made. All payments must be recorded offline. Determines which region-specific language Chargebee uses to communicate with the customer. Use the language pack to customize the translations for each locale. Constraints Prerequisite Default behavior Determines which region-specific language Chargebee uses to communicate with the customer. Use the language pack to customize the translations for each locale. Default behavior The preferred offline payment method for the customer. Constraints Prerequisites SEPA Credit Cash No Preference Bank Transfer Check EU Automated Bank Transfer JP Automated Bank Transfer UK Automated Bank Transfer Custom Boleto MX Automated Bank Transfer US Automated Bank Transfer ACH Credit Identifier for the Prerequisites Identifier for the The payment method type. Default value card Payments made via Twint dotpay Faster Payments upi KBC Payment Button Payments made via Klarna. Payments made via PayMe google_pay paypal_express_checkout Pix Klarna Pay Now ideal boleto Payments made via WeChat Pay. Payments made via Afterpay Payments made via GrabPay direct_debit Sepa Instant Transfer bancontact Payments made via Kakao Pay. Payments made via Swish Payments made via GoPay Trustly Payments made via Naver Pay. Payments made via Stablecoin. Venmo Payments made via Alipay. PayTo Payments made via PayCo Payments made via Cash App Pay. netbanking_emandates Payments made via Payconiq by Bancontact. Electronic Payment Standard Pay By Bank apple_pay Online Banking Poland giropay sofort Amazon Payments Payments made via Revolut Pay. This endpoint is used when metered billing is enabled and it adds a charge-item price to a This endpoint is used when metered billing is enabled and it adds a charge-item price to a Invoices for a subscription are created with a This operation can be automated by using a site setting. Moreover, the automation can be overridden at the customer and subscription level. Invoices for a subscription are created with a This operation can be automated by using a site setting. Moreover, the automation can be overridden at the customer and subscription level. Creates an invoice for charge-items and one-time charges. The item prices must belong to items of One-time charges are represented in an invoice as Creates an invoice for charge-items and one-time charges. The item prices must belong to items of You can optionally override the line item name and description displayed on the invoice for charge-item prices and one-time charges. When One-time charges are represented in an invoice as If specified, the customer level auto collection will be overridden. Note Whenever an invoice is created, an automatic attempt will be made to charge. Whenever an invoice is created as payment due. The document date displayed on the invoice PDF. By default, it is the date of creation of the invoice or, when Metered Billing is enabled, it can be the date of closing the invoice. Provide this value to backdate the invoice (set the invoice date to a value in the past). Backdating an invoice is done for reasons such as booking revenue for a previous date or when the non-recurring charge is effective as of a past date.\n When set to Prerequisites Constraints The invoice ID (also known as the invoice number). Constraints The invoice ID (also known as the invoice number). Must be unique so that it does not conflict with any existing Identifier of the customer resource to which this invoice belongs. Required if Constraints The ID of the subscription resource to which this invoice belongs. Required if Invoice total amount. Constraints Current status of this invoice. Indicates the payment is not made and all attempts to collect is failed. Indicates a voided invoice. Indicates a paid invoice. Indicates the payment is not yet collected and will be in this state till the due date to indicate the due period. Prerequisites The invoice is yet to be closed (sent for payment collection). An invoice is generated with this Prerequisites Indicates the payment is not yet collected and is being retried as per retry settings. Current status of this invoice. Indicates the payment is not made and all attempts to collect is failed. Indicates a voided invoice. Indicates a paid invoice. Indicates the payment is not yet collected and will be in this state till the due date to indicate the due period. The invoice is yet to be closed (sent for payment collection). An invoice is generated with this Indicates the payment is not yet collected and is being retried as per retry settings. The due date of the invoice. Prerequisites Required if Constraints The number of days from Prerequisites Required if The number of days from Boolean indicating any advance charge is present in this invoice. Contraints Timestamp when the invoice was paid. Applicable only when A unique identifier for the subscription resource to which this line item belongs. Constraints Note A unique identifier for the subscription resource to which this line item belongs. Note The ID of the entity that this line item corresponds to. Required if Constraints The unique id of the line item that this deduction is for. Required if Constraints When the deduction is due to a When the deduction is due to a Payment made for this invoice. Constraints Id of the mentioned entity type. Constraints Imports a credit note into Chargebee Billing. This endpoint allows you to import a credit note from external systems, such as accounting software, into Chargebee. Use this operation during data migration or reconciliation to ensure historical credits are represented in the system. The credit note is linked to a reference invoice and can be allocated to other invoices or recorded as refunded to the customer. Credit Note The credit note's Invoices Transactions If Imports a credit note into Chargebee Billing. This endpoint allows you to import a credit note from external systems, such as accounting software, into Chargebee. Use this operation during data migration or reconciliation to ensure historical credits are represented in the system. The credit note is linked to a reference invoice and can be allocated to other invoices or recorded as refunded to the customer. Credit Note The credit note's Invoices Transactions If Lists all the transactions. Note: For better query performance, we recommend using a optional, timestamp(UTC) in seconds filter Indicates when this transaction occurred.\nWe recommend using this filter when listing transactions for better query performance. It is advisable when using this filter, to pass the Example →\ndate[before] = "1435054328" This API generates a hosted page URL to extend the billing cycle of a subscription. Use one of the following methods to open the hosted page: Do not embed the hosted page in your own iframe. Creates a hosted page for a customer (called the gifter) to gift a subscription to another customer (called the receiver). When If multiple business entities are created for the site, the lookup and creation of the gifter customer resource happen within the context of the business entity specified in this API call. If no business entity is specified, the customer resource lookup is performed within the site context, and if not found, the resource is created for the default business entity of the site. Once the gifter checks out using the hosted page returned by this endpoint, Chargebee checks if a customer resource with the receiver's email address exists. The first such customer record is considered the receiver's customer resource. A new customer resource is created for the receiver if none are found. If multiple business entities are created for the site, the lookup and creation of the gift receiver's customer resource happen within the context of the business entity of the gifter This API generates a hosted page URL to collect due payments for the customer. Open the hosted page in a new browser tab or window using the The Chargebee.js This API generates a hosted page URL to add new or update existing payment sources for the customer. Use one of the following methods to open the hosted page: Do not embed the hosted page in your own iframe. Regenerates the invoice for the current term of the subscription. The subscription must have Returns an This attribute is set to Note: . This attribute is set to Note: . Non-metered items are billed at the beginning of a billing cycle while metered items are billed at the end. Consequently, the first invoice of the subscription contains only the non-metered items. By passing this parameter as Note: This parameter is passed only when there are metered items in the subscription or when . Non-metered items are billed at the beginning of a billing cycle while metered items are billed at the end. Consequently, the first invoice of the subscription contains only the non-metered items. By passing this parameter as Note: This parameter is passed only when there are metered items in the subscription or when . When auto-closing of invoices\nis enabled for the site, you can pass this parameter as When auto-closing of invoices\nis enabled for the site, you can pass this parameter as Creates a usage record for an item price in a subscription. The item price must belong to a Max Usages The maximum number of usages that can be recorded for the entire lifetime of a subscription is 5000. Contact Support\nif you want this limit to be increased for your site. Advanced Usage-Based Billing For high-scale usage ingestion, use Advanced Usage-Based Billing with the Usage Events API. The Usage Events API supports schemaless event ingestion at scale, including individual events, batch ingestion, and usage file ingestion. Creates a usage record for an item price in a subscription. The item price must belong to a Max Usages Legacy metered billing applies per-subscription usage limits over the subscription lifetime. Contact Support for the limit applicable to your site or to request an increase. For high-volume usage at scale, see Usage-Based Billing. Determines the format of the data. Returns the export type based on the selected value. Provides the full set of data for the customers in multiple Provides a optional, string filter The unique ID of the\nbusiness entity\nof this Supported operators :\nis, is_present Example →\nbusiness_entity_id[is_present] = "true" optional, string filter The unique ID of the\nbusiness entity\nof this Supported operators :\nis, is_present Example →\nbusiness_entity_id[is_present] = "true" optional, string filter The unique ID of the\nbusiness entity\nof this Supported operators :\nis, is_present Example →\nbusiness_entity_id[is_present] = "true" Specifies whether the item undergoes metered billing. When Specifies whether the item undergoes metered billing. When How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is Set to Set to Set to Set to optional, string filter The unique ID of the\nbusiness entity\nof this Supported operators :\nis, is_present Example →\nbusiness_entity_id[is_present] = "true" Determines the format of the data. Returns the export type based on the selected value. Provides the full set of data for the subscriptions in multiple Provides a Set to Set to Returns a list of items satisfying all\nthe conditions specified in the filter parameters below. The list is sorted by date of creation, in descending order. Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on items. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Items can be one of three types: Use one of the following forms, where For example, to filter plan items by the custom field Returns a list of items satisfying all\nthe conditions specified in the filter parameters below. The list is sorted by date of creation, in descending order. Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on items. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Items can be one of three types: Use one of the following forms, where For example, to filter plan items by the custom field optional, boolean filter Specifies whether the item undergoes metered billing. When Supported operators :\nis Example →\nmetered[is] = "true" optional, boolean filter Specifies whether the item undergoes metered billing. When Supported operators :\nis Example →\nmetered[is] = "true" optional, enumerated string filter How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is Supported operators :\nis, is_not, in, not_in Example →\nusage_calculation[is_not] = "SUM_OF_USAGES" optional, enumerated string filter How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is Supported operators :\nis, is_not, in, not_in Example →\nusage_calculation[is_not] = "SUM_OF_USAGES" Description of the item. This is visible only in Chargebee and not to customers. Note: Specifies whether the item undergoes metered billing. When Specifies whether the item undergoes usage-based or metered billing. Usage Based Billing or Metered Billing must be enabled on your site to set Usage Based Billing When Usage Based Billing is enabled, Metered Billing When Metered Billing is enabled, How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is the net quantity is the sum of the from among the usage records for the item price\nwith from among the usage records for the item price\nwith How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is the net quantity is the sum of the from among the usage records for the item price\nwith from among the usage records for the item price\nwith Returns a list of item prices satisfying all the conditions specified in the filter parameters below. The list is sorted by the date of creation in descending order. Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on item prices. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Item prices inherit the type of their parent item ( Use one of the following forms, where For example, to filter plan item prices by the custom field Returns a list of item prices satisfying all the conditions specified in the filter parameters below. The list is sorted by the date of creation in descending order. Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on item prices. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Item prices inherit the type of their parent item ( Use one of the following forms, where For example, to filter plan item prices by the custom field Description of the item price. Note: Note\nApplicable only for item prices with: Specifies how to manage charges or credits for the addon item price during a subscription update\nor estimating\na subscription update. Charge the full price of the addon item price or give the full credit. Don't apply any proration. Use the site-wide proration setting\n. Prorate the charges or credits for the rest of the current term. This API verifies the application id in_app_subscription_app_id required, string The handle is created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.\nThe following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store. Verifies an Apple App Store or Google Play Store in-app purchase receipt and imports subscriptions for all historical purchases made by the customer. Tip\nAn CSV upload has a file size Note\n: This API verifies receipt or token through Apple or Google and then processes them via Chargebee. For bulk imports, limit API calls to 6\nper minute (10\nseconds apart) to ensure successful subscription imports. This section provides details of the Import Receipt operation performed for the Apple App Store. This API processes only the historical in-app transaction receipts. Important Chargebee validates the Subscriptions are imported as follows: Invoices are imported as follows: A transaction is imported for each invoice with the following details: This section provides details of the Import Receipt operation performed for the Google Play Store. This API is used to process only the historical in-app purchase subscriptions. Important Chargebee validates the purchase A subscription is imported for every unique purchase token if it is not linked to an existing purchase Each subscription imported has the following attributes set: Invoices are imported as follows: An invoice is imported to Chargebee for every new subscription and renewal of an existing subscription using Each imported invoice has the A transaction is imported for each invoice with the following details: The Import Subscriptions endpoint is a Chargebee API that allows you to import historic In-App Subscriptions without using a valid Apple App Store receipt. This endpoint is useful if you do not have access to the receipt data which is required for the Import Receipt API.\nWith this API, you can import subscriptions and corresponding invoices for historic In-App purchases. The API returns the in-app-subscriptions object once the historic subscription is successfully imported into Chargebee. Note: This section provides details of the Import Subscription operation when performed for the Apple App Store. This API creates a historic subscription if the incoming subscription is unknown. For a known subscription, it creates an invoice for the mentioned period. Important Integrate Chargebee with your Apple App Store account using your shared secret from Apple. It is strongly recommended to use this endpoint to create a historic In-App subscription only. You must import App Store products using Chargebee's user interface before importing receipts using this API. Chargebee validates the application ID with Apple App Store and does the following once validation succeeds: Import the subscription from the Each subscription imported has the following attribute set: Chargebee records the subscription in a Trial state if the Chargebee records the subscription in a Canceled state if the The The in_app_subscription_app_id required, string The handle created by Chargebee for your App Store app. It can be obtained from within the Chargebee web app. To obtain the value of Verifies an in-app purchase made by your customer and creates a subscription in Chargebee. Note:\nIf App Store or Play Store products have not been imported to Chargebee and this API is invoked, Chargebee will automatically create plans that correspond to the store product IDs. However, if historical subscriptions are to be imported using the import receipt API, importing products is mandatory. Learn more. This section provides details of the Process Purchase Command operation when performed for the Apple App Store. This API processes only the latest in-app transaction on the receipt. Sync historical subscriptions into Chargebee using bulk import of In-App Purchase receipts. Important Chargebee validates the If the receipt is for a new purchase, a new subscription is created for the plan-item price described in the previous step. The subscription has the following details: Instead, if the receipt belongs to an existing subscription in Chargebee, it is updated to reflect the current state of the subscription at Apple. This section provides details of the Process Purchase Command operation when performed for the Google Play Store. This API processes only the latest in-app transaction using the purchase token. Important Chargebee validates the purchase token with Google Play Store and does the following once validation succeeds: If this token is for a new purchase, a new subscription is created for the plan-item price described in the previous step. The subscription has the following details: Instead, if the token belongs to an existing subscription in Chargebee, it is updated to reflect the current state of the subscription at Google. The following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store. The type of the entity at whose level the entitlement override is being set for the subscription. Indicates that the entity is an Indicates that the entity is an Indicates that the entity is an The type of the entity at whose level the entitlement override is being set for the subscription. Indicates that the entity is an Indicates that the entity is an Indicates that the entity is an The duration of time for which the discount is attached to the subscription, in The duration of time for which the discount is attached to the subscription, in Moves an Retrieves an Returns a list of Returns a list of optional, string filter The identifier of the subscription in the Example →\nid_at_source[is] = "2000000123456789" optional, string filter The identifier of the subscription in the Supported operators :\nis, is_not, starts_with, in, not_in Example →\nid_at_source[is] = "2000000123456789" The The Retrieves a list of Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set optional, string filter Filter meters based on Supported operators :\nis, starts_with Example →\nname[starts_with] = "API" optional, string filter Sorts based on the specified attribute. Supported attributes :\nid, name, created_at, updated_at Supported sort-orders :\nasc, desc Example →\nsort_by[desc] = "updated_at" This sorts the result based on the This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter The timestamp indicating when this usage occurred, represented as Epoch\ntime in milliseconds\n.\nExample: Note:\nThe timestamp must be within the last 12 hours\n. Restores a previously archived metered feature Metered feature Entitlements and subscription entitlements Resource object representing usage_file Resource object representing the meter for the metered feature. This endpoint returns an upload URL for uploading usage events files, allowing you to upload files in supported formats. The file is processed asynchronously, and its status can be tracked using the Before uploading, review the following guidelines and constraints: Permanently deletes a metered feature. Entitlements and subscription entitlements Any entitlements and subscription entitlements defined for the feature are removed. Name of the file being uploaded. Note:\nNo special characters are allowed in the Indicates the format of a file. Note:\nCurrently, only Resource object representing usage_file Resource object representing the meter for the metered feature. A case-sensitive name for the metered feature. For example: Unit of measure for the metered feature, in singular form. It is pluralized automatically as needed. For example, The SQL query used to measure usage from Constraint: Definitions of the columns or properties referenced by the Name of the column or property used in the Constraint: List of best offers to be shown to the customer. Currently this will always return one personalized offer. This will be empty if no best offers are found. Resource object representing brand The timestamp until which the offer remains active. After this time, you must retrieve the offer again via the List Personalised Offers API to get the latest. Resource object representing the meter for the metered feature. This API notifies that a user has accepted an offer, logs an accepted event immediately for reporting, and triggers a backend processing depending on the offer's processing_type.\nYou can call this API when a user accepts an offer (e.g., the user clicked Accept Offer or a similar confirmation).\nThis API will record an accepted event as soon as the API is called and initiate the appropriate fulfillment mechanism according to Entitlements and subscription entitlements Feature and meter Represents the fulfillment created for the offer. Represents the hosted page created for the offer. This is returned only if the selected offer option's Resource object representing the meter for the metered feature. Represents the fulfillment created for the offer. Resource object representing usage_file This API is used to update the status of offer fulfillment for the processing types This endpoint returns an upload URL for uploading usage events files, allowing you to upload files in supported formats. The file is processed asynchronously, and its status can be tracked using the Before uploading, review the following guidelines and constraints: Name of the file being uploaded. Note:\nNo special characters are allowed in the Explanation for failure; required when Indicates the format of a file. Note:\nCurrently, only Represents the fulfillment created for the offer. Resource object representing usage_file The Create Offer Event API records user interactions with an offer for tracking and analytics purposes.\nUse this API to log user-triggered engagement events such as: Note: System-driven events like accepted and fulfilled are captured automatically by the growth system through fulfillment workflows. You do not need to post these. List of best offers to be shown to the customer. Currently this will always return one personalized offer. This will be empty if no best offers are found. Resource object representing brand The timestamp until which the offer remains active. After this time, you must retrieve the offer again via the List Personalised Offers API to get the latest. This API notifies that a user has accepted an offer, logs an accepted event immediately for reporting, and triggers a backend processing depending on the offer's processing_type.\nYou can call this API when a user accepts an offer (e.g., the user clicked Accept Offer or a similar confirmation).\nThis API will record an accepted event as soon as the API is called and initiate the appropriate fulfillment mechanism according to The Represents the fulfillment created for the offer. Represents the hosted page created for the offer. This is returned only if the selected offer option's The Represents the fulfillment created for the offer. This API is used to update the status of offer fulfillment for the processing types The target URL where webhook notifications will be sent. Note\nOnly URL ports Indicates whether the webhook endpoint is disabled. Set to Explanation for failure; required when The Represents the fulfillment created for the offer. The Create Offer Event API records user interactions with an offer for tracking and analytics purposes.\nUse this API to log user-triggered engagement events such as: Note: System-driven events like accepted and fulfilled are captured automatically by the growth system through fulfillment workflows. You do not need to post these. Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter The target URL where webhook notifications will be sent. Note\nOnly URL ports Indicates whether the webhook endpoint is disabled. Set to Indicates the response schema used in the webhook payload, based on the product catalog version configured for the site. Note\nThis field is only applicable if the site is in The webhook payload uses a schema compatible with both Product Catalog 1.0 and 2.0. This is applicable only to sites automatically upgraded to Product Catalog 2.0. The webhook payload follows the Product Catalog 1.0\nschema and uses the Plans\nand Addons\nmodel. The webhook payload follows the Product Catalog 2.0\nschema and uses the Items API model\n. Retrieves aggregated usage data for a metered feature in a subscription over a specified reporting window. Unlike Retrieve Current Usage Charges for a Subscription API, which returns the current unbilled usage snapshot including charges, this endpoint returns aggregated usage for a requested timeframe. Use this endpoint to power experiences such as: Returns usage summary entries for the requested feature within the specified timeframe. If Aggregation windows begin at The usages in the window will be bucketed into rolling windows aligned to If: The response returns windows such as: and continues in the same pattern until the final window: If you need calendar-aligned reporting, set Each aggregation window follows inclusive-exclusive semantics: In other words, each window is represented as This means: These inclusive-exclusive boundaries ensure that windows do not overlap and that events on boundaries are never double-counted. If a feature uses distinct-count aggregation, the distinct count is evaluated separately within each returned window. This means the same entity can be counted once in multiple windows if it appears in each of them. If the same user appears in both: That user is counted once in the Jan 1 aggregate and once in the Jan 2 aggregate. Determines your position in the list for pagination. To ensure that the next page is retrieved correctly,\nalways set This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter The Returns the current, unbilled usage charges for the metered features on a subscription. This endpoint returns usage for each feature’s current usage period. If entitlement or pricing changes during that period, the same feature can appear multiple times, with one usage_charge object returned for each interval. Use this endpoint to present the below information in your portal or customer-facing experiences. This endpoint does not return historical, billed, or invoice-backed usage. This endpoint returns usage for the active usage window of each feature, not necessarily for the full subscription term. To read the response correctly, keep these three concepts in mind: The subscription current term is the broader billing term of the subscription. It is usually determined by the lowest-frequency item on the subscription, typically the plan. It is included as context only. This endpoint does not return usage for the full subscription term unless that also happens to be the feature’s active usage window. The current usage period is the time range in which usage is actively accruing and has not yet been billed for a feature. This is the primary time window used by the API. How it is determined Feature with metered addon - The current usage period is the overage addon’s billing period. Feature without metered addon - The current usage period is the currently active entitlement window for that feature. A current usage period may be returned as a single interval or as multiple intervals. A usage interval is a continuous segment where the feature’s entitlement and pricing remain unchanged. If nothing changes during the period, the API returns one entry for that feature. If something changes, the API returns multiple entries for the same feature. Current Usage Period: 1 Jan 00:00:00 – 31 Jan 23:59:59 This interval reflects the subscription’s state before the addon was active. This interval begins the moment the entitlement context changes and ends at the response snapshot (20 Jan). The API returns separate usage charge objects for each interval where entitlement remains stable. First object - Initial Plan Period Covers the storage feature from 1 Jan 00:00:00 to 16 Jan 08:59:59. During this interval, total entitlement is 100 GB. 80 GB is consumed, so 20 GB remains and carries forward into the next interval. Second object - Post-Addon Addition Note: For readability, the example above uses dates such as When processing the response: Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set The target URL where webhook notifications will be sent. Note\nOnly URL ports Indicates whether the webhook endpoint is disabled. Set to This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter The Returns the effective set of alert configurations for a given subscription. This includes global alerts (filtered by the subscription's plan) and any subscription-scoped alerts, giving you a single view of all threshold rules in force. Use this endpoint when building subscription dashboards or evaluating which alerts apply to a specific customer. Note: This endpoint returns alert configurations only. To check the runtime state (whether alerts are currently optional, string Pagination cursor returned by a previous list call. Use the Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set Returned only if more results are available. Pass this value as This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter Retrieves a single alert configuration by Note: To check whether a subscription is currently The target URL where webhook notifications will be sent. Note\nOnly URL ports Indicates whether the webhook endpoint is disabled. Set to Indicates the response schema used in the webhook payload, based on the product catalog version configured for the site. Note\nThis field is only applicable if the site is in The webhook payload uses a schema compatible with both Product Catalog 1.0 and 2.0. This is applicable only to sites automatically upgraded to Product Catalog 2.0. The webhook payload follows the Product Catalog 1.0\nschema and uses the Plans\nand Addons\nmodel. The webhook payload follows the Product Catalog 2.0\nschema and uses the Items API model\n. Resource object representing alert. The Updates an existing alert configuration. Use this to change the Alert status on threshold change When the threshold is updated for an alert, the Alert status on disable When the alert Retrieves aggregated usage data for a metered feature in a subscription over a specified reporting window. Unlike Retrieve Current Usage Charges for a Subscription API, which returns the current unbilled usage snapshot including charges, this endpoint returns aggregated usage for a requested timeframe. Use this endpoint to power experiences such as: Returns usage summary entries for the requested feature within the specified timeframe. If Aggregation windows begin at The usages in the window will be bucketed into rolling windows aligned to If: The response returns windows such as: and continues in the same pattern until the final window: If you need calendar-aligned reporting, set Each aggregation window follows inclusive-exclusive semantics: In other words, each window is represented as This means: These inclusive-exclusive boundaries ensure that windows do not overlap and that events on boundaries are never double-counted. If a feature uses distinct-count aggregation, the distinct count is evaluated separately within each returned window. This means the same entity can be counted once in multiple windows if it appears in each of them. If the same user appears in both: That user is counted once in the Jan 1 aggregate and once in the Jan 2 aggregate. Determines your position in the list for pagination. To ensure that the next page is retrieved correctly,\nalways set Set to The alert is active and will trigger when the threshold is breached. The alert is inactive and will not trigger, regardless of usage. How the threshold The threshold The threshold The numeric threshold at which the alert fires. For Resource object representing alert. This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter Deletes an alert configuration. Only subscription-scoped alerts can be deleted using this endpoint. Important This operation cannot delete global alerts. To stop a global alert from firing, update the alert and set Alert configuration The alert configuration is permanently deleted from the system and cannot be recovered. Alert statuses All alert statuses associated with this alert are removed. No further evaluation takes place, and no Returns the current, unbilled usage charges for the metered features on a subscription. This endpoint returns usage for each feature’s current usage period. If entitlement or pricing changes during that period, the same feature can appear multiple times, with one usage_charge object returned for each interval. Use this endpoint to present the below information in your portal or customer-facing experiences. This endpoint does not return historical, billed, or invoice-backed usage. This endpoint returns usage for the active usage window of each feature, not necessarily for the full subscription term. To read the response correctly, keep these three concepts in mind: The subscription current term is the broader billing term of the subscription. It is usually determined by the lowest-frequency item on the subscription, typically the plan. It is included as context only. This endpoint does not return usage for the full subscription term unless that also happens to be the feature’s active usage window. The current usage period is the time range in which usage is actively accruing and has not yet been billed for a feature. This is the primary time window used by the API. How it is determined Feature with metered addon - The current usage period is the overage addon’s billing period. Feature without metered addon - The current usage period is the currently active entitlement window for that feature. A current usage period may be returned as a single interval or as multiple intervals. A usage interval is a continuous segment where the feature’s entitlement and pricing remain unchanged. If nothing changes during the period, the API returns one entry for that feature. If something changes, the API returns multiple entries for the same feature. Current Usage Period: 1 Jan 00:00:00 – 31 Jan 23:59:59 This interval reflects the subscription’s state before the addon was active. This interval begins the moment the entitlement context changes and ends at the response snapshot (20 Jan). The API returns separate usage charge objects for each interval where entitlement remains stable. First object - Initial Plan Period Covers the storage feature from 1 Jan 00:00:00 to 16 Jan 08:59:59. During this interval, total entitlement is 100 GB. 80 GB is consumed, so 20 GB remains and carries forward into the next interval. Second object - Post-Addon Addition Note: For readability, the example above uses dates such as When processing the response: Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set Resource object representing alert. This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter Returns the effective set of alert configurations for a given subscription. This includes global alerts (filtered by the subscription's plan) and any subscription-scoped alerts, giving you a single view of all threshold rules in force. Use this endpoint when building subscription dashboards or evaluating which alerts apply to a specific customer. Note: This endpoint returns alert configurations only. To check the runtime state (whether alerts are currently optional, string Pagination cursor returned by a previous list call. Use the Example →\noffset = "MjAyNC0xMi0yMFQxMjozMjo1MSswMDowMHw5OTk5OTk5OTk=" optional, string Pagination cursor returned by a previous list call. Use the Creates a new alert configuration for a metered feature. The alert can be global or subscription-scoped depending on whether Note: Creating an alert defines the threshold rule only. After an alert is created, Chargebee begins evaluating it as new usage events are ingested for the associated metered feature. Alert statuses are created and updated during Alert evaluation. The runtime evaluation state for each subscription is available via the Alert Status endpoints. Retrieves a single alert configuration by Note: To check whether a subscription is currently Resource object representing alert. Updates an existing alert configuration. Use this to change the Alert status on threshold change When the threshold is updated for an alert, the Alert status on disable When the alert Set to The alert is active and will trigger when the threshold is breached. The alert is inactive and will not trigger, regardless of usage. How the threshold The threshold The threshold The numeric threshold at which the alert fires. For Resource object representing alert. Deletes an alert configuration. Only subscription-scoped alerts can be deleted using this endpoint. Important This operation cannot delete global alerts. To stop a global alert from firing, update the alert and set Alert configuration The alert configuration is permanently deleted from the system and cannot be recovered. Alert statuses All alert statuses associated with this alert are removed. No further evaluation takes place, and no Resource object representing alert. optional, string Pagination cursor returned by a previous list call. Use the Example →\noffset = "MjAyNC0xMi0yMFQxMjozMjo1MSswMDowMHw5OTk5OTk5OTk=" Returned only if more results are available. Pass this value as Creates a new alert configuration for a metered feature. The alert can be global or subscription-scoped depending on whether Note: Creating an alert defines the threshold rule only. After an alert is created, Chargebee begins evaluating it as new usage events are ingested for the associated metered feature. Alert statuses are created and updated during Alert evaluation. The runtime evaluation state for each subscription is available via the Alert Status endpoints. The type of alert to create. Currently only The alert fires when usage of the metered feature exceeds the configured threshold. Returns the runtime state of all alerts for a given subscription. Each entry in the response indicates whether the subscription is Use this endpoint to build a subscription-level dashboard showing which thresholds have been breached and when. Note: This endpoint returns runtime state, not alert configurations. To retrieve the alert rules that apply to a subscription, use List applicable alerts. Returns the runtime state of all alerts for a given subscription. Each entry in the response indicates whether the subscription is Use this endpoint to build a subscription-level dashboard showing which thresholds have been breached and when. Note: This endpoint returns runtime state, not alert configurations. To retrieve the alert rules that apply to a subscription, use List applicable alerts. Returns the runtime state of a specific alert across all impacted subscriptions. Each entry indicates whether a subscription is Use this endpoint to monitor which subscriptions are currently breaching a threshold, for example when building internal dashboards or CSM workflows. Returns the runtime state of a specific alert across all impacted subscriptions. Each entry indicates whether a subscription is Use this endpoint to monitor which subscriptions are currently breaching a threshold, for example when building internal dashboards or CSM workflows. Returned only if more results are available. Pass this value as Returns a paginated list of real-time credit balance snapshots for a subscription. Each item in the list is a ledger_account_balance object, identified by a unique combination of Opaque cursor indicating the current position in the result set for pagination. Behavior Example →\noffset = "["1771176208000","96000000006"]" optional, string filter Filters results by unit identifier. For example, a credit unit id such as Supported operators : is Example →\nunit_id[is] = "ai_credits" Returns a paginated list of real-time credit balance snapshots for a subscription. Each item in the list is a ledger_account_balance object, identified by a unique combination of Opaque cursor indicating the current position in the result set for pagination. Behavior Example →\noffset = "["1771176208000","96000000006"]" optional, string filter Filters results by unit identifier. For example, a credit unit id such as Supported operators : is Example →\nunit_id[is] = "ai_credits" This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter The The This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter Addon-item and charge-item prices are purchased with plan-item prices in subscriptions. You can automate this process by configuring certain addons and charges as "attached" to certain plans. This is done at the "item" level. In other words, addon- and charge-items can be attached to plan-items. Once the attachment is defined, while creating or updating a subscription, the addon- or charge-item prices are selected automatically based on the plan-item price selected . Let's look at the details: Addons can be attached to plans as Once an addon has been attached as mandatory, the addon-item price to be applied to the plan-item price is selected based on the following rule: The addon-item price with the same currency as that of the plan-item price and the longest compatible period is selected. Here's an example: Consider a plan Standard Cloud Storage has an addon Extra Storage attached to it. Note that each of the two are items. Now consider that they have item prices with the following periods and currencies: Item price for "Standard Cloud Storage" plan-item: Item prices for "Extra Storage" addon-item: For the plan-item price (Standard Cloud Storage, 3 years, AUD), the addon-item prices with matching currencies are the last 4 from the above list: From among them, the last two have periods that are incompatible with the plan-item price period of 3 years. From the remaining 2 addon-item prices, the one with the longest period is of 18 months. So, "Extra Storage, 18 months, AUD" is selected for mandatory application to the plan item price. Charges can also be attached to plans. When doing so, you specify the event at which the charge is to be applied to the subscription. For some events that can occur multiple times in a subscription lifetime, you can also set whether to apply the charge each time the event occurs or just once. There may be multiple item prices for a given attached charge. The item price that matches the currency of the plan-item price is automatically selected for application. Here's an example: Consider a plan Standard Cloud Storage has a charge named Implementation Fee attached to it. Now consider their item prices below, with the following periods and currencies: Item price for "Standard Cloud Storage" plan-item: Item prices for "Implementation Fee" charge-item: From among the charge-item prices above, the one compatible with the plan-item price is "Implementation Fee, AUD" since it has the same currency as the plan-item price. This API helps you implement each of the above use cases, offering a method to override the entitlements for a subscription at the subscription, item price, or charge-item level. If This API helps you implement each of the above use cases, offering a method to override the entitlements for a subscription at the subscription, item price, or charge-item level. If The type of event provided by Chargebee. See event types\nfor a complete list. Sent when a card is deleted for a customer Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'. Triggered when an omnichannel subscription item is updated. Sent when a customer is changed Event triggered when an invoice is deleted. Triggered when an omnichannel subscription item is changed Triggered when shipping address is added or updated for a subscription. Triggered when a differential price is created Sent when a new subscription is created. Sent when a payment is initiated via direct debit Triggered when quote is updated Sent when a payment source is added for a customer. Triggered when new contract term is created Sent when a subscription's business entity is changed. Sent when a subscription has been deleted Triggered when a differential price is deleted Triggered when an omnichannel subscription is created Triggered when a payment voucher is created. Triggered when a subscription ramp is moved to draft status. Triggered when a transaction is deleted. Triggered when an item family is deleted Sent when attempt to charge customer's credit card fails Sent when the subscription is moved from cancelled state to active or in_trial state with past date Triggered when an omnichannel subscription item is scheduled for cancellation Triggered when an omnichannel subscription item is resumed Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date. Event triggered when new payment schedules are created for an invoice Triggered when subscription entitlements are updated for a subscription change. Triggered when a price variant is updated. Triggered when an omnichannel subscription item's dunning has expired Triggered when an item price is updated Triggered when order reaches its order date Triggered when an override entitlement is updated Triggered when an item is updated Sent when a coupon set is changed Sent when the subscription is moved from cancelled state to active or in_trial state Sent when scheduled change for the subscription is removed. Sent when a customer's business entity is changed. Sent when a payment refund is made Sent when a 'future' subscription gets started at the scheduled date. Triggered when an Attached item is created Sent when a Token is created Triggered when an item family is created Sent when a new subscription is created with backdating. Triggered when unbilled charges are deleted. Triggered when an omnichannel subscription item is renewed Triggered when a subscription ramp is applied. Sent when promotional credits are added to a customer. Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'. Triggered when item entitlements are updated to a feature Sent when a card for a customer is expired Sent when a Payment intent is created Sent after the subscription's recurring items have been changed with backdated date Sent when scheduled cancellation is removed for the subscription. Triggered when an omnichannel subscription item is resubscribed Triggered when an feature is updated Event triggered when a new payment schedule scheme is created Triggered when an omnichannel subscription item is imported Sent when a tax withheld refund is made Triggered when unbilled charges are voided. Sent when a customer is copied to another site Triggered when a feature is created. Triggered when an omnichannel record purchase is failed Sent when coupon codes are deleted in coupon set Sent when the subscription is paused. Triggered when order is updated Triggered when a subscription movement failed Triggered when unbilled charges are created. Triggered when a subscription moved from other customer Triggered when a feature is archived. Triggered when a subscription ramp is deleted. Sent when the payment is successfully collected Triggered when a payment voucher is expired. Sent when either of MRR or CMRR of a subscription changes Triggered when scheduled resumption is removed for the subscription. Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term. Triggered when order reaches its shipping date Triggered when an omnichannel subscription item is cancelled Triggered when purchase action completed successfully Sent when the customer's trial period is about to end. Triggered when a feature Sent when the subscription is renewed from the current term. Triggered when an item is created Sent when coupon codes are updated Triggered when a new gift is unclaimed and is ready to be claimed Triggered when subscription entitlements are created for a new subscription Triggered when a subscription ramp is updated. Sent when a virtual bank account is added for a customer. Triggered when a subscription moved to other customer Triggered when contract term is completed Triggered when a feature is deleted Sent before each subscription's renewal based on plan's period Sent when a coupon is changed. Sent when a Token is consumed Triggered when an omnichannel subscription item is upgraded Triggered when a transaction is recorded Event triggered when a payment schedule scheme is deleted Sent when a customer is deleted Sent when one or more Subscription Items are renewed Sent when a coupon is deleted. Triggered when quote is deleted Sent when the card is updated for a customer. Sent when a coupon is created. Triggered when quote is created Sent every month day before renewal date of plan's period Sent when a business entity is updated. Sent after the subscription's recurring items have been changed Sent when a new customer is created, either directly or automatically during subscription creation. Triggered when a price variant is created. Sent when a coupon set is deleted Sent when a refund is initiated via direct debit Triggered when order is cancelled Triggered when an override entitlement is removed Sent when coupon codes are added in coupon set Triggered when an omnichannel subscription item is paused Sent when a card is added for a customer. Triggered when a gift is cancelled. Triggered when Subscription entitlements overrides for a feature are auto removed after expiry Triggered when an omnichannel subscription is moved to another customer Triggered when an omnichannel subscription item is downgraded Sent when a payment source is deleted for a customer Sent when a credit note is created Triggered when the subscription resumption is scheduled. Triggered when an item price is deleted Triggered when scheduled advance invoice is updated for a subscription. Triggered when an item is deleted Triggered when an omnichannel one time order item is cancelled Triggered when a gift is claimed Triggered when a feature Sent after the subscription has been moved from trial to active state Sent when the subscription is moved from paused state to active state Sent when a credit note is deleted Triggered when item price entitlements are removed for a feature Triggered when advance invoice is scheduled for a subscription. Triggered when a differential price is updated Triggered when an alert's runtime status for a subscription changes between IN_ALARM and WITHIN_LIMIT.\nThis indicates a change in the subscription's usage relative to the alert threshold and applies only to usage-based billing. Triggered when order is deleted Triggered when an omnichannel subscription item scheduled cancellation is removed Sent when a Token is expired Triggered when a price variant is deleted. Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated. Sent when the customer's subscription is nearing its scheduled cancellation date. Triggered when an omnichannel subscription item's refund is reversed Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a "Pending" invoice is closed. Triggered when order is marked as delivered Event triggered (in the case of metered billing) when a "Pending" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the "Notify for Pending Invoices" option is enabled. Triggered when a subscription ramp is created. Triggered when an omnichannel subscription item is expired Triggered when an authorization transaction is created. Event triggered when a new invoice is generated with past date as invoice date. Triggered when an omnichannel subscription item change is scheduled Sent when subscription is scheduled to cancel at end of current term Triggered when order is created Triggered when a hierarchy is deleted Sent after the subscription changes to Triggered when a tax withheld is recorded for an invoice Sent when a credit note is created with past date as credit note date Triggered when an omnichannel subscription item scheduled for pause Triggered when a gift is updated Triggered when order is resent Triggered when a hierarchy is created Triggered when a payment voucher creation fails. Sent when a customer is copied from another site Triggered when entitlements for the list of customers got updated. Triggered when item Price entitlements are updated to a feature Triggered when an omnichannel subscription item's grace period has expired Triggered when an Attached item is deleted Triggered when unbilled charges are invoiced. Sent when the subscription is scheduled to pause. Triggered when order is marked as returned Sent when a payment source for a customer is expired Triggered when contract term is terminated Sent when the payment source is updated for a customer or when role is assigned to the payment source. Triggered when you make the following changes to a pending invoice: add a charge, add a non-recurring addon, or delete a line item. Triggered when an omnichannel subscription item's grace period has started Triggered when scheduled advance invoice is removed for a subscription. Triggered when a tax withheld is deleted Triggered when an omnichannel subscription item's dunning has started Sent when a business entity is created. Triggered when an item price is created Sent when the virtual bank account is updated for a customer. Sent when a credit note is updated Triggered when scheduled pause is removed for the subscription. Sent 30 days before the customer's credit card expires. Sent when a coupon set is created Sent when a virtual bank account is deleted for a customer. Triggered when an omnichannel one time order is created Triggered when a new gift is created Event triggered when payment schedules are updated for an invoice Sent when a business entity is deleted. Triggered when an omnichannel subscription item recovers from a billing issue and is active again. Sent when a customer prmotion credits deducted Triggered when new contract term is renewed Triggered when a usage_file\nis successfully ingested. Sent when a subscription trial is extended. Triggered when item entitlements are removed for a feature Triggered when a gift expires Triggered when an omnichannel subscription item scheduled change is removed Triggered when contract term is cancelled Triggered when an authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time. Triggered when an item family is updated Triggered when an Attached item is updated Triggered when changes are made to a finalized invoice, including voiding, deletion, invoice address updates, status changes, and payment changes such as applying or removing a payment, applying or removing a credit, and credit note creation. Sent when a Payment intent is updated Sent when a payment source for a customer removed from Chargebee Type of unit used for this balance. For example, The unit represents a credit unit, the type used by credit grants. Hosted pages are the easiest way to integrate Chargebee with your website. For card payment methods, they help meet most of your PCI DSS compliance requirements. Chargebee offers hosted pages where your customers can perform the following actions: Only the Checkout hosted page with the full-page layout supports embedding. To embed checkout in your website or application, use embedded checkout with Chargebee.js to mount checkout in a container on your page. Do not place hosted page URLs in your own iframe elements—Chargebee.js creates and manages the iframe for you. Hosted pages are the easiest way to integrate Chargebee with your website. For card payment methods, they help meet most of your PCI DSS compliance requirements. Chargebee offers hosted pages where your customers can perform the following actions: Only the Checkout hosted page with the full-page layout supports embedding. To embed checkout in your website or application, use embedded checkout with Chargebee.js to mount checkout in a container on your page. Do not place hosted page URLs in your own iframe elements—Chargebee.js creates and manages the iframe for you. An invoice is a commercial document representing a sale of products/services offered by you to a customer. It enumerates all the charges, adjustments, payments, discounts and taxes associated with the sale. An invoice is said to be a recurring one when it is has at least one charge for a plan or an addon item price. It is a non-recurring one when it has charges for only charge-item prices or one-time charges. The item prices for any given billing term of a subscription are billed via an invoice at the beginning of the term (unless the charges are left unbilled). However, item prices that belong to If auto-collection is enabled, then immediately on invoice generation (or, in case of subscriptions that have Note: If consolidated invoicing is enabled, the attribute A recurring invoice contains at least one line item that is billed on a recurring basis. Specifically, it has at least one The refundable amount for an invoice is the (amount paid on the invoice + refundable credit applied on the invoice + taxes withheld on the invoice) minus (amount issued as refundable credit notes from the invoice). Each of these amounts is obtained from the invoice resource as follows: An invoice is a commercial document representing a sale of products/services offered by you to a customer. It enumerates all the charges, adjustments, payments, discounts and taxes associated with the sale. An invoice is said to be a recurring one when it is has at least one charge for a plan or an addon item price. It is a non-recurring one when it has charges for only charge-item prices or one-time charges. The item prices for any given billing term of a subscription are billed via an invoice at the beginning of the term (unless the charges are left unbilled). However, item prices that belong to If auto-collection is enabled, then immediately on invoice generation (or, in case of subscriptions that have Note: If consolidated invoicing is enabled, the attribute A recurring invoice contains at least one line item that is billed on a recurring basis. Specifically, it has at least one The refundable amount for an invoice is the (amount paid on the invoice + refundable credit applied on the invoice + taxes withheld on the invoice) minus (amount issued as refundable credit notes from the invoice). Each of these amounts is obtained from the invoice resource as follows: Specifies whether the item undergoes metered billing. When Specifies whether the item undergoes metered billing. When How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is the net quantity is the sum of the from among the usage records for the item price\nwith from among the usage records for the item price\nwith How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is the net quantity is the sum of the from among the usage records for the item price\nwith from among the usage records for the item price\nwith A credit grant is a quantified allocation of credits given to a subscription through a configured item price or as a promotional grant, consumed over time through ledger operations. Example A subscription receives a credit grant of 100 AI credits as a balance. As the customer uses AI features\n(e.g., Image Generation), the provisioned balance is consumed first. Once exhausted, further consumption is deducted from the overdraft balance until its limit is reached. The The ledger tracks two balances: Note These two balances are always tracked together for a subscription with credit grants. Example A subscription has a credit grant of 100 AI credits, added to its provisioned balance. Once the provisioned balance is exhausted, further consumption is drawn from the overdraft balance up to its configured limit. Returned by A credit grant is a quantified allocation of credits given to a subscription through a configured item price or as a promotional grant, consumed over time through ledger operations. Example A subscription receives a credit grant of 100 AI credits as a balance. As the customer uses AI features\n(e.g., Image Generation), the provisioned balance is consumed first. Once exhausted, further consumption is deducted from the overdraft balance until its limit is reached. The The ledger tracks two balances: Note These two balances are always tracked together for a subscription with credit grants. Example A subscription has a credit grant of 100 AI credits, added to its provisioned balance. Once the provisioned balance is exhausted, further consumption is drawn from the overdraft balance up to its configured limit. Returned by The usable credit balance immediately before this ledger operation was applied.\nReturned as a decimal string. Maximum supported value: Usage Use alongside The usable credit balance immediately after this ledger operation was applied.\nReturned as a decimal string. Maximum supported value: Usage Use alongside A unique identifier for the meter. This is the same as A case-sensitive name for the meter. For example: The type of meter that determines how usage is measured for the meter. Usage is computed from a mathematical formula combining other meters. Usage is computed from the SQL The current status of the meter. The meter is active and new entitlements can be created towards it. The meter has been permanently deleted. No new entitlements can be created towards the meter. However, any pre-existing entitlements from the time that the meter was The SQL query used to measure usage from Definitions of the columns or properties referenced by the meter's Name of the column or property used in the A unique and immutable identifier for the feature. This is the same as The current status of the feature. This value is not applicable for metered features. The feature is published. Any entitlements or subscription entitlements defined for the feature take effect immediately. No new entitlements or subscription entitlements can be created for the feature. However, any pre-existing item or subscription entitlements from the time that the feature was The type of feature. The value is always This value is not applicable for metered features. The feature is quantity based, with entitlement levels between This value is not applicable for metered features. This value is not applicable for metered features. Specifies the unit of measure. The value is expected in the singular form. It is pluralized automatically as needed. For example, for a feature such as The version number of this resource. For every change made to the resource, Indicates whether the feature is metered. Always Always Always A unique identifier for the metered feature. This is the same as A case-sensitive name for the metered feature. For example: The type of meter. Determines how usage is measured for the metered feature. Usage is computed from a mathematical formula combining other meters. Usage is computed from a SQL The SQL query used to measure usage from Constraint: Definitions of the columns or properties referenced by the metered feature's Name of the column or property used in the A unique and immutable identifier for the feature. This is the same as The type of feature. The value is always This value is not applicable for metered features. The feature is quantity based, with entitlement levels between This value is not applicable for metered features. This value is not applicable for metered features. Specifies the unit of measure. The value is expected in the singular form. It is pluralized automatically as needed. For example, for a feature such as The version number of this resource. For every change made to the resource, Indicates whether the feature is metered. The value is always Always Always The identifier of the one_time_purchase in the The identifier of the subscription in the The The Represents a platform site in Chargebee.\nEach platform site includes a unique Type of the platform site. Possible values are: Set to Set to The payment method of this transaction Payments made via Naver Pay. Unionpay Online Banking Poland upi Payments made via Payconiq by Bancontact. Payments made via Kakao Pay. Check Payments made via PayMe Payments made via Cash App Pay. Custom Amazon Payments boleto Payments made via Klarna. Direct Debit Klarna Pay Now Sepa Instant Transfer Apple Pay Payments made via WeChat Pay. Payments made via Twint KBC Payment Button Bancontact Faster Payments Payments made via GoPay Payments made via Stablecoin. Venmo Bank Transfer Paypal Express Checkout Electronic Payment Standard Payment Methods other than the above types Trustly ACH Credit SEPA Credit Card IDEAL Only applicable for a transaction of Automated Bank Transfer Google Pay netbanking_emandates PayTo Pay By Bank Dotpay Payments made via Alipay. Sofort Payments made via Swish Payments made via GrabPay Pix giropay Payments made via PayCo Payments made via Revolut Pay. Cash Payments made via Afterpay The Usages API is used to record usage for metered item prices in a subscription. This API is only applicable when Automated Metered Billing is enabled in Chargebee. Metered items are those that are billed based on the service usage. Common examples include: An item is marked metered by setting its While non-metered items are invoiced in a prepaid manner at the beginning of each billing cycle; for metered items, the charges are raised at the end of the billing term (postpaid). During the course of the billing period, usages can be added as and when they occur. For a given Max Usages Advanced Usage-Based Billing For high-scale usage ingestion, use Advanced Usage-Based Billing with the Usage Events API. The Usage Events API supports schemaless event ingestion at scale, including individual events, batch ingestion, and usage file ingestion. The Usages API is used to record usage for metered item prices in a subscription. This API is only applicable when Automated Metered Billing is enabled in Chargebee. Metered items are those that are billed based on the service usage. Common examples include: An item is marked metered by setting its While non-metered items are invoiced in a prepaid manner at the beginning of each billing cycle; for metered items, the charges are raised at the end of the billing term (postpaid). During the course of the billing period, usages can be added as and when they occur. For a given Max Usages Represents a file containing usage events that has been uploaded for processing.\n Follow these steps to upload usage event files: Step 1: Request an Step 2: Create a CSV file containing the usage event records. Ensure that the file meets the expected format and complies with the file upload constraints. Only Step 3: Upload the CSV file using the returned Step 4: Check the uploaded Important\n:\nLearn more about ingesting usage events from Amazon S3. To process more usage events than the limit mentioned above, contact Chargebee Support Learn more about Each row must include Any top-level fields in the event row that are not a recognized field ( Field Naming Guidelines: Ensure that your file's column headers follow the required naming rules to avoid processing issues: May include: When uploading a usage events file using the API, certain validation checks are performed. If issues are detected, the upload or processing may fail. The following sections explain the possible error scenarios and how they are handled. This error occurs in the following scenarios: Note:\nUsage events flagged as failed appear in the Usages > Failed Events\nsection of the Admin UI Dashboard. Represents a file containing usage events that has been uploaded for processing.\n Follow these steps to upload usage event files: Step 1: Request an Step 2: Create a CSV file containing the usage event records. Ensure that the file meets the expected format and complies with the file upload constraints. Only Step 3: Upload the CSV file using the returned Step 4: Check the uploaded Important\n:\nLearn more about ingesting usage events from Amazon S3. To process more usage events than the limit mentioned above, contact Chargebee Support Learn more about Each row must include Any top-level fields in the event row that are not a recognized field ( Field Naming Guidelines: Ensure that your file's column headers follow the required naming rules to avoid processing issues: May include: When uploading a usage events file using the API, certain validation checks are performed. If issues are detected, the upload or processing may fail. The following sections explain the possible error scenarios and how they are handled. This error occurs in the following scenarios: Note:\nUsage events flagged as failed appear in the Usages > Failed Events\nsection of the Admin UI Dashboard. Triggered when promotional credit is added. Updates a subscription by modifying its item prices, coupons, billing configuration, payment method, and other attributes. Any parameters not provided remain unchanged. The changes can be applied immediately, scheduled for a future date, or even backdated to a past date. Impacts Cancels the specified subscription. optional, boolean filter Set to Supported operators :
@@ -5711,6 +5720,24 @@ paths:
pattern: "^\\[(web|app_store|play_store)(,(web|app_store|play_store))*\\\
]$"
example: null
+ - name: decommissioned
+ in: query
+ required: false
+ deprecated: false
+ style: deepObject
+ explode: true
+ schema:
+ type: object
+ deprecated: false
+ example: "true"
+ properties:
+ is:
+ type: string
+ format: boolean
+ enum:
+ - "true"
+ - "false"
+ example: null
responses:
"200":
description: OK
@@ -6105,7 +6132,7 @@ paths:
- BasicAuth: []
/customers/{customer-id}/import_for_items:
post:
- summary: Import subscription for Items
+ summary: Import a subscription
description: |-
Imports a subscription for an existing customer. Use this operation when migrating subscriptions from another billing system. If you are calling this operation on your live site, ensure you have requested Support to enable it; otherwise the API may return an "API not enabled" error. End of the current billing term. Subscription is renewed immediately after this. If not given, this will be calculated based on plan billing cycle. Note: For subscription status: The time at which the subscription was activated. A subscription is "activated" when its Constraints The time at which the subscription\
+ \ was activated. A subscription is "activated" when\
+ \ its Set to The payment transaction amount. Constraints The reference number for this transaction. For example, check number when Constraints The reference number for this\
+ \ transaction. For example, check number when The date of occurrence of the transaction. Constraints The price or per-unit price of the item. When not provided, the value set for the item price is used. Prerequisites The id of the item price in the subscription to which the discount is to be applied. Note Note
If the Retrieves a subscription with the scheduled changes applied.
@@ -8583,6 +8601,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
reference_id:
type: string
@@ -8780,7 +8801,7 @@ paths:
- BasicAuth: []
/subscriptions/{subscription-id}/charge_future_renewals:
post:
- summary: Create advance invoice or invoicing schedules
+ summary: Charge future renewals
description: |-
Creates a single advance invoice or an advance invoicing schedule for a subscription. Use this operation to bill future renewals in advance, enabling customers to prepay for upcoming billing cycles. Removes a scheduled change from a subscription. To review the scheduled subscription change before removing it, call Retrieve with scheduled changes before calling this API to retrieve the subscription resource with the scheduled change applied. Note:
This endpoint optionally supports 3DS. To use it create
@@ -10871,7 +10892,7 @@ paths:
deprecated: false
description: |-
Set to Whether payments needs to be collected automatically for this customer. Constraints Whenever an invoice is created, an automatic attempt to charge the customer's payment method is made. Automatic collection of charges will not be made. All payments must be recorded offline. Determines which region-specific language Chargebee uses to communicate with the customer. Use the language pack to customize the translations for each locale. Constraints Prerequisite Default behavior The preferred offline payment method for the customer. Constraints Prerequisites SEPA Credit Cash No Preference Bank Transfer Check EU Automated Bank Transfer JP Automated Bank Transfer UK Automated Bank Transfer Custom Boleto MX Automated Bank Transfer US Automated Bank Transfer ACH Credit Identifier for the Prerequisites Identifier for the This endpoint\
- \ is used when metered billing is enabled and it adds a charge-item price to a This\
- \ operation can be automated by using a site setting. Moreover, the automation can be overridden\
\ at the customer and Creates an invoice
- for charge-items and one-time charges. The item prices must belong to items
- of One-time charges are represented
- in an invoice as Creates an invoice\
+ \ for charge-items and one-time charges. The item prices must belong to items\
+ \ of You can optionally override the line item name and description\
+ \ displayed on the invoice for charge-item prices and one-time charges. When\
+ \ One-time\
+ \ charges are represented in an invoice as If specified, the customer level auto collection will be overridden. Note Whenever an invoice is created, an automatic attempt will be made to charge. Whenever an invoice is created as payment due. When set to Prerequisites Constraints The invoice ID (also known as the invoice number). Constraints The invoice ID (also known as the invoice
+ number). Must be unique so that it does not conflict with any
+ existing Identifier of the customer resource to which this invoice belongs. Required if Constraints The ID of the subscription resource to which this invoice belongs. Required if Invoice total amount. Constraints Indicates a voided invoice. Indicates a paid invoice. Indicates the payment is not yet collected and will be in this state till the due date to indicate the due period. Prerequisites The invoice is yet to be closed (sent for payment collection). An invoice is generated with this Prerequisites Indicates the payment is not yet collected and is being retried as per retry settings. The due date of the invoice. Prerequisites Required if Constraints The number of days from Prerequisites Required if The number of days from Boolean indicating any advance charge is present in this invoice. Contraints Timestamp when the invoice was paid.
+ Applicable only when A unique identifier for the subscription resource to which this line item belongs. Constraints Note The ID of the entity that this line item corresponds to. Required if Constraints The unique id of the line item that this deduction is for. Required if Constraints When the deduction is due to a Payment made for this invoice. Constraints Id of the mentioned entity type. Constraints Transactions If Lists all the\
+ \ transactions. Note: For better query\
+ \ performance, we recommend using a optional, timestamp(UTC) in seconds filter Indicates when this transaction occurred.
+ We recommend using this filter when listing transactions for better query performance. It is advisable when using this filter, to pass the Example →
+ date[before] = "1435054328" This API generates a hosted page URL to extend the billing cycle of a subscription. Use one of the following methods to open the hosted page: Creates a hosted\
\ page for a customer (called the gifter) to gift a subscription to another\
\ customer (called the receiver). This API generates\
\ a hosted page URL to collect due payments for the customer. Open the hosted page in a new browser tab or window using the This API generates a hosted page URL to add new or update existing payment sources for the customer. Use one of the following methods to open the hosted page: Regenerates the invoice for the current term of the subscription. The subscription must have Note: . Non-metered items are billed at the beginning of a billing cycle while metered items are billed at the end. Consequently, the first invoice of the subscription contains only the non-metered items. By passing this parameter as By passing this parameter as Note: This parameter is passed only when there are metered items in the subscription or when . When auto-closing of invoices
+ When auto-closing of invoices
is enabled for the site, you can pass this parameter as Creates a usage record for an item price in a subscription. The item price must belong to a Max Usages The maximum number of usages that can be recorded for the entire lifetime of a subscription is 5000. Contact Support
- if you want this limit to be increased for your site. Advanced Usage-Based Billing For high-scale usage ingestion, use Advanced Usage-Based Billing with the Usage Events API.\
+ \ The Usage Events API supports schemaless event ingestion at scale, including\
+ \ individual events, batch ingestion,\
+ \ and usage file ingestion. Creates a usage record for an item price in a subscription. The item\
+ \ price must belong to a Max Usages Legacy metered billing\
+ \ applies per-subscription usage limits over the subscription lifetime. Contact Support for the limit applicable to your site or\
+ \ to request an increase. For high-volume usage at scale, see Usage-Based Billing. Determines the format of the data. Returns the export type based on the selected value. Provides the full set of data for the customers in multiple Provides a Specifies whether the item undergoes metered billing. When Specifies whether the item undergoes\
+ \ metered billing. When How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is Set to Set to Determines the format of the data. Returns the export type based on the selected value. Provides the full set of data for the subscriptions in multiple Provides a Set to Returns a list of items satisfying all
the conditions specified in the filter parameters below. The list is sorted by date of creation, in descending order. Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on items. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Items can be one of three types: Use one of the following forms, where Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on items. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Items can be one of three types: Use one of the following forms, where For example, to filter plan items by the custom field optional, boolean filter Specifies whether the item undergoes metered billing. When Specifies whether the item undergoes metered billing. When Supported operators :
is Example →
@@ -131594,7 +131895,7 @@ paths:
description: |-
optional, enumerated string filter How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is Supported operators :
is, is_not, in, not_in Description of the item. This is visible only in Chargebee and not to customers. Note: Specifies whether the item undergoes metered billing. When Specifies whether the item undergoes usage-based or metered billing. Usage Based Billing or Metered Billing must be enabled on your site to set Usage Based Billing When Usage Based Billing is enabled, Metered Billing When Metered Billing is enabled, How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is the net quantity is the sum of the Returns a list of item prices satisfying all the conditions specified in the filter parameters below. The list is sorted by the date of creation in descending order. Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on item prices. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Item prices inherit the type of their parent item ( Use one of the following forms, where Note: Custom field filters are turned off by default. To turn them on for your site, contact Chargebee Support. You can filter the response by custom fields configured on item prices. After they're turned on for your site, the filter parameters are visible on this page when you're logged in. For the supported operators and limits, see Filtering by custom field values. Item prices inherit the type of their parent item ( Use one of the following forms, where For example, to filter plan item prices by the custom field Description of the item price. Note: Note
- Applicable only for item prices with: Specifies how to manage charges or credits for the addon item price during a subscription update
- or estimating
- a subscription update. Charge the full price of the addon item price or give the full credit. Don't apply any proration. Use the site-wide proration setting
- . Prorate the charges or credits for the rest of the current term. This API verifies the application id in_app_subscription_app_id required, string The handle is created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.
The following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store. Verifies an Apple App Store or Google Play Store in-app purchase receipt and imports subscriptions for all historical purchases made by the customer. Tip
An The Import Subscriptions endpoint is a Chargebee API that allows you to import historic In-App Subscriptions without using a valid Apple App Store receipt. This endpoint is useful if you do not have access to the receipt data which is required for the Import Receipt API.
With this API, you can import subscriptions and corresponding invoices for historic In-App purchases. The API returns the in-app-subscriptions object once the historic subscription is successfully imported into Chargebee. Note: Verifies an in-app purchase made by your customer and creates a subscription in Chargebee. Note:
If App Store or Play Store products have not been imported to Chargebee and this API is invoked, Chargebee will automatically create plans that correspond to the store product IDs. However, if historical subscriptions are to be imported using the import receipt API, importing products is mandatory. Learn more. This section provides details of the Process Purchase Command operation when performed for the Apple App Store. This API processes only the latest in-app transaction on the receipt. Sync historical subscriptions into Chargebee using bulk import of In-App Purchase receipts. Important The type of the entity at whose level the entitlement override is being set for the subscription. Indicates that the entity is an Indicates that the entity is an Indicates that the entity is an Indicates that the entity is an Indicates that the entity is an Moves an Retrieves an Returns a list of Returns a list of optional, string filter The identifier of the subscription in the Supported operators :
is, is_not, starts_with, in, not_in Example →
id_at_source[is] = "2000000123456789" The The Retrieves a list of Determines your position in the list for pagination.\
+ \ To ensure that the next page is retrieved correctly, always set optional, string filter Filter meters based on Supported operators :
+ is, starts_with Example →
+ name[starts_with] = "API" An identifier used by the Chargebee's customer to distinguish between multiple events generated at the same timestamp for a single Example:
- If 3 events are generated for The unique identifier of a subscription. Note: The timestamp indicating when this usage occurred, represented as Epoch
- time in milliseconds
- .
- Example: Note:
- The timestamp must be within the last 12 hours
- . A schema-less field that accepts any JSON-formatted data to define the attributes of the ingested event. It is a requirement to structure the data in a flat format wherever possible for better compatibility with downstream processing.
- We strongly encourage using unique field names-particularly for fields intended for metering purposes. This approach enhances clarity and maintainability in the future.
- For example, a field named Can represent In another scenario, it might hold numeric values, such as HTTP response codes like Note: optional, string filter Sorts based on the specified attribute. Supported attributes :
+ id, name, created_at, updated_at Supported sort-orders :
+ asc, desc Example →
+ sort_by[desc] = "updated_at" This sorts the result based on the Resource object representing usage_event This attribute is returned only if
+ more resources are present. To fetch the next set of resources
+ use this value for the input parameter An identifier used by the Chargebee's customer to distinguish between multiple events generated at the same timestamp for a single Example:
+ If 3 events are generated for The unique identifier of a subscription. Note: The timestamp indicating when this usage occurred, represented as Epoch
+ time in milliseconds
+ .
+ Example: Note:
+ The timestamp must be within the last 12 hours
+ . A schema-less field that accepts any JSON-formatted data to define the attributes of the ingested event. It is a requirement to structure the data in a flat format wherever possible for better compatibility with downstream processing.
+ We strongly encourage using unique field names-particularly for fields intended for metering purposes. This approach enhances clarity and maintainability in the future.
+ For example, a field named Can represent In another scenario, it might hold numeric values, such as HTTP response codes like Note: Resource object representing usage_event An identifier used by the Chargebee's customer to distinguish between multiple events generated at the same timestamp for a single Example:
+ If 3 events are generated for The unique identifier of a subscription. Note: The timestamp indicating when this usage occurred, represented as Epoch
+ time in milliseconds
+ .
+ Example: Note:
+ The timestamp must be within the last 12 hours
+ . A schema-less field that accepts any JSON-formatted data to define the attributes of the ingested event. It is a requirement to structure the data in a flat format wherever possible for better compatibility with downstream processing.
+ We strongly encourage using unique field names-particularly for fields intended for metering purposes. This approach enhances clarity and maintainability in the future.
+ For example, a field named Can represent In another scenario, it might hold numeric values, such as HTTP response codes like Note: The unique identifier for the batch
+ of usage events processed. Restores a previously archived metered feature Metered feature Entitlements and subscription entitlements Resource object representing the
+ meter for the metered feature. Permanently deletes a metered feature. Entitlements and subscription entitlements Any entitlements and subscription entitlements defined for the feature are removed. Resource object representing the
+ meter for the metered feature. A case-sensitive name for the metered\
+ \ feature. For example: Unit of measure for the metered\
+ \ feature, in singular form. It is pluralized automatically as\
+ \ needed. For example, The SQL query used to measure usage from Constraint: Definitions of the columns or properties
+ referenced by the An identifier used by the Chargebee's customer to distinguish between multiple events generated at the same timestamp for a single Example:
- If 3 events are generated for The unique identifier of a subscription. Note: Name of the column or property used in the Constraint: The timestamp indicating when this usage occurred, represented as Epoch
- time in milliseconds
- .
- Example: Note:
- The timestamp must be within the last 12 hours
- . A schema-less field that accepts any JSON-formatted data to define the attributes of the ingested event. It is a requirement to structure the data in a flat format wherever possible for better compatibility with downstream processing.
- We strongly encourage using unique field names-particularly for fields intended for metering purposes. This approach enhances clarity and maintainability in the future.
- For example, a field named Can represent In another scenario, it might hold numeric values, such as HTTP response codes like Note: The unique identifier for the batch
- of usage events processed. Resource object representing the
+ meter for the metered feature. Entitlements and subscription entitlements Feature and meter Resource object representing the
+ meter for the metered feature. Note: To check whether a subscription is currently\
\ The alert fires when usage of the metered feature exceeds the configured threshold. Note:\
\ This endpoint returns runtime state, not alert configurations. To retrieve\
- \ the alert rules that apply to a subscription, use List applicable alerts. Returns the runtime state of a specific alert across all impacted subscriptions. Each entry indicates whether a subscription is Use this endpoint to monitor which subscriptions are currently breaching a threshold, for example when building internal dashboards or CSM workflows. This attribute is returned only if
+ more resources are present. To fetch the next set of resources
+ use this value for the input parameter This attribute is returned only if
+ more resources are present. To fetch the next set of resources
+ use this value for the input parameter The This attribute is returned only if
+ more resources are present. To fetch the next set of resources
+ use this value for the input parameter This API helps you implement each of the above use cases, offering a method to override the entitlements for a subscription at the subscription, item price, or charge-item level. If This API helps you implement each of the above use cases, offering a method to override the entitlements for a subscription at the subscription, item price, or charge-item level. If An invoice is a commercial document representing a sale of products/services offered by you to a customer. It enumerates all the charges, adjustments, payments, discounts and taxes associated with the sale. An invoice is said to be a recurring one when it is has at least one charge for a plan or an addon item price. It is a non-recurring one when it has charges for only charge-item prices or one-time charges. The item prices for any given billing term of a subscription are billed via an invoice at the beginning of the term (unless the charges are left unbilled). However, item prices that belong to If auto-collection is enabled, then immediately on invoice generation (or, in case of subscriptions that have An invoice is a commercial document representing a sale of products/services offered by you to a customer. It enumerates all the charges, adjustments, payments, discounts and taxes associated with the sale. An invoice is said to be a recurring one when it is has at least one charge for a plan or an addon item price. It is a non-recurring one when it has charges for only charge-item prices or one-time charges. The item prices for any given billing term of a subscription are billed via an invoice at the beginning of the term (unless the charges are left unbilled). However, item prices that belong to If auto-collection is enabled, then immediately on invoice generation (or, in case of subscriptions that have Specifies whether the item undergoes metered billing. When Specifies whether the item undergoes metered\
+ \ billing. When How the quantity is calculated from usage data for the item prices belonging to this item. Only applicable when the item is the net quantity is the sum of the Note These two balances are always tracked together for a subscription with credit grants. Example A subscription has a credit grant of 100 AI credits, added to its provisioned balance. Once the provisioned balance is exhausted, further consumption is drawn from the overdraft balance up to its configured limit. Returned by The usable credit balance immediately before this ledger operation was applied.
- Returned as a decimal string. Maximum supported value: Usage Use alongside The usable credit balance immediately after this ledger operation was applied.
- Returned as a decimal string. Maximum supported value: Usage Use alongside A unique identifier for the meter. This is
+ the same as A case-sensitive name for the meter. For\
+ \ example: The type of meter that determines how usage is measured for the meter. Usage is computed from a mathematical formula combining other meters. Usage is computed from the SQL The current status of the meter. The meter is active and new entitlements can be created towards it. The meter has been permanently deleted. No new entitlements can be created towards the meter. However, any pre-existing entitlements from the time that the meter was The SQL query used to measure usage from\
+ \ Definitions of the columns or properties referenced
+ by the meter's Name of the column or property used\
+ \ in the A unique and immutable identifier for
+ the feature. This is the same as The current status of the feature. This value is not applicable for metered features. The feature is published. Any entitlements or subscription entitlements defined for the feature take effect immediately. No new entitlements or subscription entitlements can be created for the feature. However, any pre-existing item or subscription entitlements from the time that the feature was The type of feature. The value is always This value is not applicable for metered features. The feature is quantity based, with entitlement levels between This value is not applicable for metered features. This value is not applicable for metered features. Specifies the unit of measure. The\
+ \ value is expected in the singular form. It is pluralized automatically\
+ \ as needed. For example, for a feature such as The version number of this resource.\
+ \ For every change made to the resource, Indicates whether the feature is metered.
+ Always Always Always A unique identifier for the metered feature.
+ This is the same as A case-sensitive name for the metered feature.\
+ \ For example: The type of meter. Determines how usage is measured for the metered feature. Usage is computed from a mathematical formula combining other meters. Usage is computed from a SQL The SQL query used to measure usage from Constraint: Definitions of the columns or properties referenced
+ by the metered feature's Name of the column or property used\
+ \ in the A unique and immutable identifier for
+ the feature. This is the same as The type of feature. The value is always This value is not applicable for metered features. The feature is quantity based, with entitlement levels between This value is not applicable for metered features. This value is not applicable for metered features. Specifies the unit of measure. The\
+ \ value is expected in the singular form. It is pluralized automatically\
+ \ as needed. For example, for a feature such as The version number of this resource.\
+ \ For every change made to the resource, Indicates whether the feature is metered.
+ The value is always Always Always Represents a platform site in Chargebee.
Each platform site includes a unique Type of the platform site. Possible values are: Set to The Usages API is used to record usage for metered item prices in a subscription. This API is only applicable when Automated Metered Billing is enabled in Chargebee. Metered items are those that are billed based on the service usage. Common examples include: Advanced Usage-Based Billing For high-scale usage ingestion, use Advanced Usage-Based Billing with the Usage Events API. The Usage Events API supports schemaless event ingestion at scale, including individual events, batch ingestion, and usage file ingestion. The Usages API is used to record usage for metered item prices in a subscription. This API is only applicable when Automated Metered Billing is enabled in Chargebee. Metered items are those that are billed based on the service usage. Common examples include: An item is marked metered by setting its While non-metered items are invoiced in a prepaid manner at the beginning of each billing cycle; for metered items, the charges are raised at the end of the billing term (postpaid). During the course of the billing period, usages can be added as and when they occur. For a given Max Usages An item is marked metered by setting its While non-metered items are invoiced in a prepaid manner at the beginning of each billing cycle; for metered items, the charges are raised at the end of the billing term (postpaid). During the course of the billing period, usages can be added as and when they occur. For a given Max Usages Represents a file containing usage events that has been uploaded for processing.
- Follow these steps to upload usage event files: Step 1: Request an Step 2: Create a CSV file containing the usage event records. Ensure that the file meets the expected format and complies with the file upload constraints. Only Step 3: Upload the CSV file using the returned Follow these steps to upload usage event files: Step 1: Request an Step 2: Create a CSV file containing the usage event records. Ensure that the file meets the expected format and complies with the file upload constraints. Only Step 3: Upload the CSV file using the returned Step 4: Check the uploaded Important
:
Learn more about ingesting usage events from Amazon S3. Triggered when promotional credit is added.Gifter customer resource lookup and\
@@ -74188,7 +74390,7 @@ paths:
- BasicAuth: []
/hosted_pages/claim_gift:
post:
- summary: Claim a Gift subscription
+ summary: Claim a gift subscription
description: |
This API generates a hosted page URL to claim a gifted subscription.
operationId: claim_a_gift_subscription
@@ -74916,7 +75118,7 @@ paths:
- BasicAuth: []
/hosted_pages/retrieve_agreement_pdf:
post:
- summary: Retrieve Direct Debit Agreement PDF
+ summary: Retrieve direct debit agreement PDF
description: |
This is applicable only for Direct Debit via SEPA, Bacs, Bg Autogiro, BECS (for both Australia and New Zealand) and PAD. For Direct Debit, the customer needs to accept an agreement that allows the merchant to debit their bank account. This agreement PDF allows you to easily display scheme-rules compliant Direct Debit mandates to your customers.
@@ -75297,7 +75499,7 @@ paths:
- BasicAuth: []
/hosted_pages/manage_payment_sources:
post:
- summary: Manage Payment Sources
+ summary: Manage payment sources
description: |-
openCheckout() to open the hosted page in a modal popup in your website or application.status as active or non_renewing. This operation is not allowed when any of the following conditions hold true for the subscription:
status is not voided.volume
; the total cost for the item price when the pricing_model
is stairstep.
- The value is in the minor unit of the currency
+ The value is in the minor unit of the currency
.
items:
type: integer
@@ -94779,7 +94984,7 @@ paths:
or volume
; the total cost for the item price when the pricing_model
is stairstep.
- The value is in the minor unit of the currency
+ The value is in the minor unit of the currency
.
items:
type: integer
@@ -95145,7 +95350,7 @@ paths:
- BasicAuth: []
/addons/copy:
post:
- summary: Copy an Addon
+ summary: Copy an addon
description: "Creates an addon in this site by copying its configurations from\
\ another site. Copying of archived addons is not supported. \n**Note:**\n\
The attribute *tax_profile_id*\nis not copied. In effect, if the plan is taxable,\
@@ -96327,7 +96532,7 @@ paths:
or volume
; the total cost for the item price when the pricing_model
is stairstep.
- The value is in the minor unit of the currency
+ The value is in the minor unit of the currency
.
items:
type: integer
@@ -97925,7 +98130,7 @@ paths:
or volume
; the total cost for the item price when the pricing_model
is stairstep.
- The value is in the minor unit of the currency
+ The value is in the minor unit of the currency
.
items:
type: integer
@@ -99000,14 +99205,14 @@ paths:
deprecated: false
example: day-pass-USD
properties:
- is:
- type: string
- minLength: 1
- example: null
in:
type: string
pattern: "^\\[(.*)(,.*)*\\]$"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
responses:
"200":
description: OK
@@ -108194,7 +108399,7 @@ paths:
- BasicAuth: []
/time_machines/{time-machine-name}/start_afresh:
post:
- summary: Start Afresh
+ summary: Start afresh
description: |
Restart the time machine. This will clear the "customer" data like customer details, subscriptions, invoices, transactions. Also a time travel is initiated to travel back to specified genesis time.
@@ -108428,7 +108633,7 @@ paths:
- BasicAuth: []
/exports/customers:
post:
- summary: Export Customers
+ summary: Export customers
description: |
This API triggers export of customer data. The exported zip file contains CSV files with customer-related data.
operationId: export_customers
@@ -108558,15 +108763,10 @@ paths:
type: string
default: data
deprecated: false
- description: |
- Determines the format of the data. Returns the export type based on the selected value.
- \* data -
-
- Download your current data in CSV.
- \* import_friendly_data -
-
- Download import friendly data in CSV. This CSV can be used to perform [bulk operations](https://www.chargebee.com/docs/bulk-operations.html)
- .
+ description: |-
+ .csv files..csv file whose columns match the customer schema. This file format can be readily imported through the UI by using Bulk Operations.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
..csv files..csv file whose columns match the subscription schema. This file format can be readily imported through the UI by using Bulk Operations.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.{in_app_subscription_app_id} and receipt then returns the subscription details associated with the purchase.Path Parameter
@@ -123094,7 +123333,7 @@ paths:
- BasicAuth: []
/in_app_subscriptions/{in-app-subscription-app-id}/import_receipt:
post:
- summary: Import Receipt
+ summary: Import receipt
description: |-
in_app_subscription
@@ -123454,7 +123693,7 @@ paths:
- BasicAuth: []
/in_app_subscriptions/{in-app-subscription-app-id}/import_subscription:
post:
- summary: Import Subscription Without Receipt
+ summary: Import subscription without receipt
description: |-
@@ -123859,7 +124098,7 @@ paths:
- BasicAuth: []
/in_app_subscriptions/{in-app-subscription-app-id}/process_purchase_command:
post:
- summary: Process Purchase Command
+ summary: Process purchase command
description: |-
@@ -136167,7 +136406,7 @@ components:
or
volume
; the total cost for the item price when the pricing_model
is stairstep.
- The value is in the minor unit of the currency
+ The value is in the minor unit of the currency
.
minimum: 0
example: null
@@ -137056,6 +137295,225 @@ components:
- status
- updated_at
example: null
+ AsyncResponse:
+ type: object
+ properties:
+ api_version:
+ type: string
+ deprecated: false
+ maxLength: 10
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ completed_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - success
+ - failed
+ example: null
+ result:
+ type: object
+ additionalProperties: true
+ deprecated: false
+ example: null
+ request:
+ type: object
+ deprecated: false
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ resource:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ operation_type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ method:
+ type: string
+ deprecated: false
+ maxLength: 10
+ example: null
+ uri:
+ type: string
+ deprecated: false
+ maxLength: 512
+ example: null
+ idempotency_key:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ required:
+ - id
+ example: null
+ error_detail:
+ type: object
+ deprecated: false
+ properties:
+ message:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
+ type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ api_error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_msg:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ http_status_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ example: null
+ required:
+ - status
+ example: null
+ AsyncResponseList:
+ type: object
+ properties:
+ list:
+ type: array
+ deprecated: false
+ items:
+ type: object
+ deprecated: false
+ properties:
+ api_version:
+ type: string
+ deprecated: false
+ maxLength: 10
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ completed_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - success
+ - failed
+ example: null
+ request:
+ type: object
+ deprecated: false
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ resource:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ operation_type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ method:
+ type: string
+ deprecated: false
+ maxLength: 10
+ example: null
+ uri:
+ type: string
+ deprecated: false
+ maxLength: 512
+ example: null
+ idempotency_key:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ required:
+ - id
+ example: null
+ error_detail:
+ type: object
+ deprecated: false
+ properties:
+ message:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
+ type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ api_error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_msg:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ http_status_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ example: null
+ result:
+ type: object
+ additionalProperties: true
+ deprecated: false
+ example: null
+ required:
+ - status
+ example: null
+ example: null
+ example: null
AuthorizationSucceededEvent:
type: object
properties:
@@ -138319,6 +138777,25 @@ components:
- invoice_immediately
- add_to_unbilled_charges
example: null
+ ColumnDefinition:
+ type: object
+ properties:
+ column_name:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ data_type:
+ type: string
+ deprecated: false
+ enum:
+ - number
+ - string
+ example: null
+ required:
+ - column_name
+ - data_type
+ example: null
Comment:
type: object
description: |
@@ -140829,6 +141306,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ Proration mode for the line item.
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -141704,6 +142192,30 @@ components:
- invoice_status
example: null
example: null
+ exchange_rates:
+ type: array
+ deprecated: false
+ items:
+ type: object
+ deprecated: false
+ properties:
+ currency_code:
+ type: string
+ deprecated: false
+ maxLength: 3
+ example: null
+ rate:
+ type: number
+ format: decimal
+ deprecated: false
+ maximum: 1000000000
+ minimum: 0.0000000010
+ example: null
+ required:
+ - currency_code
+ - rate
+ example: null
+ example: null
shipping_address:
type: object
deprecated: false
@@ -142489,6 +143001,15 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -143992,7 +144513,7 @@ components:
type: boolean
deprecated: false
description: |
- Override for this customer, the [site-level setting](https://www.chargebee.com/docs/2.0/metered_billing.html#configuring-metered-billing)
+ Override for this customer, the [site-level setting](https://www.chargebee.com/docs/billing/2.0/usage-based-billing/metered_billing#configuring-metered-billing)
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute is also available at the [subscription level](/docs/api/subscriptions/subscription-object#auto_close_invoices)
which takes precedence.
example: null
@@ -144667,6 +145188,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
gateway:
type: string
@@ -145592,6 +146116,7 @@ components:
- auto_collect
- offline
- direct_debit
+ - real_time_payments
example: null
DunningUpdatedEvent:
type: object
@@ -147146,6 +147671,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ Proration mode for the line item.
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -148179,6 +148715,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ Proration mode for the line item.
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -149331,6 +149878,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ Proration mode for the line item.
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -150367,6 +150925,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ Proration mode for the line item.
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -153116,11 +153685,6 @@ components:
- scheduled
- in_grace_period
example: null
- metadata:
- type: string
- deprecated: false
- maxLength: 65000
- example: null
grant_source:
type: string
deprecated: false
@@ -153154,6 +153718,11 @@ components:
enum:
- credit_unit
example: null
+ metadata:
+ type: object
+ additionalProperties: true
+ deprecated: false
+ example: null
required:
- balance
- effective_from
@@ -153407,7 +153976,7 @@ components:
* [Card](/docs/api/cards/card-object) - The details about the card provided while subscribing.
* [Invoice](/docs/api/invoices/invoice-object) - The details about the invoice, if one is generated.
- [Update Payment Method](/docs/api/v2/pcv-1/hosted_pages/update-payment-method):
+ [Manage Payment Sources](/docs/api/v2/pcv-1/hosted_pages/manage-payment-sources):
* [Customer](/docs/api/customers/customer-object) - The details about the customer for whom the card was updated.
* [Card](/docs/api/cards/card-object) - The details about the updated card. It will be present only if the type of payment method is card.
@@ -154181,6 +154750,30 @@ components:
\ a feature available only on Product Catalog 2.0.\n"
maxLength: 50
example: null
+ exchange_rates:
+ type: array
+ deprecated: false
+ items:
+ type: object
+ deprecated: false
+ properties:
+ currency_code:
+ type: string
+ deprecated: false
+ maxLength: 3
+ example: null
+ rate:
+ type: number
+ format: decimal
+ deprecated: false
+ maximum: 1000000000
+ minimum: 0.0000000010
+ example: null
+ required:
+ - currency_code
+ - rate
+ example: null
+ example: null
line_items:
type: array
deprecated: false
@@ -154446,6 +155039,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ Proration mode for the line item.
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -155441,6 +156045,7 @@ components:
- auto_collect
- offline
- direct_debit
+ - real_time_payments
example: null
created_at:
type: integer
@@ -156818,6 +157423,15 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -157511,252 +158125,12 @@ components:
- level
- value
example: null
- Meter:
- type: object
- properties:
- feature_id:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- id:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- name:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- description:
- type: string
- deprecated: false
- maxLength: 500
- example: null
- type:
- type: string
- deprecated: false
- enum:
- - simple
- - compound
- example: null
- status:
- type: string
- deprecated: false
- enum:
- - active
- - archived
- - deleted
- example: null
- query:
- type: string
- deprecated: false
- maxLength: 500
- example: null
- meter_strategy:
- type: string
- deprecated: false
- example: null
- feature_ids:
- type: array
- deprecated: false
- items:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- example: null
- column_definitions:
- type: array
- deprecated: false
- items:
- type: object
- deprecated: false
- properties:
- column_name:
- type: string
- deprecated: false
- maxLength: 100
- example: null
- property_data_type:
- type: string
- deprecated: false
- enum:
- - number
- - string
- example: null
- data_type:
- type: string
- deprecated: false
- enum:
- - number
- - string
- example: null
- required:
- - column_name
- - data_type
- - property_data_type
- example: null
- example: null
- features:
- type: array
- deprecated: false
- items:
- type: object
- deprecated: false
- properties:
- id:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- name:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- description:
- type: string
- deprecated: false
- maxLength: 500
- example: null
- status:
- type: string
- deprecated: false
- enum:
- - active
- - archived
- - draft
- example: null
- type:
- type: string
- deprecated: false
- enum:
- - switch
- - custom
- - quantity
- - range
- example: null
- unit:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- resource_version:
- type: integer
- format: int64
- deprecated: false
- example: null
- updated_at:
- type: integer
- format: unix-time
- deprecated: false
- example: null
- created_at:
- type: integer
- format: unix-time
- deprecated: false
- example: null
- levels:
- type: array
- deprecated: false
- items:
- type: object
- deprecated: false
- properties:
- name:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- value:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- level:
- type: integer
- format: int32
- deprecated: false
- example: null
- is_unlimited:
- type: boolean
- deprecated: false
- example: null
- required:
- - is_unlimited
- - level
- - value
- example: null
- example: null
- required:
- - created_at
- - id
- - name
- example: null
- example: null
- required:
- - feature_id
- - id
- - name
- - query
- - type
- example: null
- MeteredFeature:
- type: object
- properties:
- meter_id:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- feature_id:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- id:
- type: string
- deprecated: false
- maxLength: 50
- example: null
- column_definitions:
- type: array
- deprecated: false
- items:
- type: object
- deprecated: false
- properties:
- column_name:
- type: string
- deprecated: false
- maxLength: 100
- example: null
- property_data_type:
- type: string
- deprecated: false
- enum:
- - number
- - string
- example: null
- data_type:
- type: string
- deprecated: false
- enum:
- - number
- - string
- example: null
- required:
- - column_name
- - data_type
- - property_data_type
- example: null
- example: null
- required:
- - feature_id
- - id
- - meter_id
+ MeterType:
+ type: string
+ deprecated: true
+ enum:
+ - simple
+ - compound
example: null
Mode:
type: string
@@ -160489,6 +160863,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
success_url:
type: string
@@ -160739,6 +161116,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
id_at_gateway:
type: string
@@ -161114,6 +161494,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
id_at_gateway:
type: string
@@ -161276,6 +161659,45 @@ components:
- status
example: null
example: null
+ payment_intent_metadata:
+ type: object
+ deprecated: false
+ properties:
+ source:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - cb_js
+ - components_fields
+ - checkout_v3
+ - paynow_v3
+ - portal_v3
+ - gift_v3
+ - checkout_v4
+ - payment_component
+ - pc_inapp_v4
+ - pc_fpc_v4
+ example: null
+ client_ip_address:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ user_agent:
+ type: string
+ deprecated: false
+ maxLength: 1000
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ required:
+ - source
+ example: null
required:
- amount
- created_at
@@ -161459,6 +161881,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
PaymentMethodSavePolicy:
type: string
@@ -161519,6 +161944,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
PaymentReferenceNumber:
type: object
@@ -161997,6 +162425,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
reference_id:
type: string
@@ -165006,7 +165437,7 @@ components:
or volume
; the total cost for the item price when the pricing_model
is stairstep.
- The value is in the minor unit of the currency
+ The value is in the minor unit of the currency
.
minimum: 0
example: null
@@ -166599,6 +167030,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -167946,6 +168388,17 @@ components:
A unique identifier for the customer this line item belongs to
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ example: null
required:
- date_from
- date_to
@@ -168430,6 +168883,11 @@ components:
Description for this charge
maxLength: 250
example: null
+ entity_description:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
service_period_in_days:
type: integer
format: int32
@@ -170127,19 +170585,41 @@ components:
id, the associated site_id, and a domain, along with its site_type and created_at timestamp.
-
+ description: |
+ null
enum:
- - sandbox
- - live
- - both
+ - en
+ - fr
+ - de
+ - it
+ - pt
+ - es
+ - da
+ - tr
+ - fi
+ - sl
+ - zh
+ - sv
+ - ja
+ - ru
+ - nl
+ - lt
+ - lv
+ - et
+ - pl
+ - id
+ - cs
+ - sk
+ - ko
+ - "no"
+ - ro
+ - th
+ - vi
+ - bg
+ - hu
+ - uk
+ - hr
example: null
created_at:
type: integer
@@ -170170,10 +170675,67 @@ components:
description: |
Timestamp indicating when this platform site was created.
example: null
+ timezone:
+ type: string
+ default: UTC
+ deprecated: false
+ maxLength: 50
+ example: null
+ created_from_ip:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ linked_sites:
+ type: array
+ deprecated: false
+ items:
+ type: object
+ deprecated: false
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 60
+ example: null
+ domain:
+ type: string
+ deprecated: false
+ maxLength: 50
+ minLength: 4
+ example: null
+ type:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - sandbox
+ - live
+ example: null
+ status:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - active
+ - disabled
+ - cancelled
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ required:
+ - created_at
+ - domain
+ example: null
+ example: null
required:
- created_at
- - id
- - site_id
+ - domain
example: null
SiteMigrationDetail:
type: object
@@ -170302,6 +170864,11 @@ components:
ID of the associated customer. Maximum length is 50 characters.
maxLength: 50
example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
updated_at:
type: integer
format: unix-time
@@ -170310,6 +170877,7 @@ components:
Unix timestamp when this site owner was last updated.
example: null
required:
+ - created_at
- email
- id
example: null
@@ -170364,9 +170932,11 @@ components:
example: null
Status:
type: string
- default: available
deprecated: false
enum:
+ - active
+ - archived
+ - deleted
- available
- exhausted
- scheduled
@@ -171071,7 +171641,7 @@ components:
deprecated: false
description: |-
sandbox: Used for testing in a non-production environment.live: Used in production for real transactions.both: Supports both sandbox and live environments.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.
unit_price provided is $10Impacts
Subscription and Ramps: Impact on existing scheduled changes
\n
\n
\n\n
\n\n
\ndraft status if the auto-draft conditions are met.draft status if the auto-draft conditions are met.Subscription: Other impacts
\n
Invoice
\n
subscription.billing_override.Credit Note
\n
prorate is true, prorated credits may be created for the unused service periods of the subscription items.Payment Source
\n
payment_intent, payment_method, or card parameters are provided, a new payment source is created for the customer and associated with the subscription as the payment_source_id.Use Cases
Add item prices to the subscription
subscription_items parameter.Example
\n
plan-a-monthly-usdaddon-b-monthly-usd\n
addon-c-monthly-usd\n
plan-a-monthly-usdaddon-b-monthly-usdaddon-c-monthly-usdReplace item prices in the subscription
replace_items_list parameter and set it to true.Example
\n
plan-a-monthly-usdaddon-b-monthly-usdreplace_items_list to true:\n
plan-c-monthly-usdaddon-d-monthly-usd\n
plan-c-monthly-usdaddon-d-monthly-usdCreate payment source using
payment_intentpayment_intent parameter to create a payment source for the customer. Using payment intents is the recommended way to create a payment source in Chargebee for both Strong Customer Authentication (SCA) (i.e. 3D-Secure) and non-SCA flows.\n
payment_intent resource by calling the Create a payment intent API.payment_intent object to your frontend and use Chargebee.js to capture the payment source details from the customer. Use Payment Method Helpers to show payment method UIs and collect payment method details from the customer.payment_intent_updated event. Once the payment_intent.status is authorized, pass the payment_intent.id using the payment_intent[id] parameter in this API call.Create payment source using
payment_methodpayment_method parameter in this API to pass the payment method token and other details.\n
\n
\npayment_method[reference_id] or payment_method[tmp_token] parameter along with any additional parameters required by the payment gateway to create the payment source.Create payment source using
cardcard parameter to pass the card details.\n
invoice_immediately must be true.\n
\n
changes_scheduled_at, reactivate_from, or trial_end.\n
taxes[] and line_item_taxes[] are computed based on the tax configuration as of invoice_date.create_pending_invoices is set to true, and if the site is configured to set invoice dates to date of closing, then upon invoice closure, this date is changed to the invoice closing date.\n
invoice_immediately must be true.\n
\n
changes_scheduled_at, reactivate_from, or trial_end.\n
taxes[] and line_item_taxes[] are computed based on the tax configuration as of invoice_date.create_pending_invoices is set to true, and if the site is configured to set invoice dates to date of closing, then upon invoice closure, this date is changed to the invoice closing date.\n
cardPrerequisites & Constraints
\n
cancelled or transferred.contract_term_cancel_option instead of cancel_option.Impacts
\n
\n
\ncancel_option.contract_term_cancel_option.status changes to cancelled when canceled.cancel_option is specified as end_of_term, or if contract_term_cancel_option is specified as end_of_subscription_billing_term, the subscription status changes to non_renewing and the subscription billing_cycles becomes 0.\n
contract_term_cancel_option.Implementation Notes
\n
status is not cancelled or transferred.contract_term_cancel_option instead of cancel_option.Use Cases
\n
contract_term_cancel_optioncancel_atcredit_option_for_current_term_chargesunbilled_charges_optionaccount_receivables_handlingrefundable_credits_handlingfalse\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level.\nPossible values are : true, falsefalse\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level.\nPossible values are : true, falsePrerequisites & Constraints
Impacts
create_current_term_invoice is true, an invoice is created for the current term.non_renewing, active, and paused, current_term_end is required.status changes from any other, to either active or non_renewing.\n
status is active, non_renewing, cancelled, or paused, activated_at must be on or after trial_end or started_at. Additionally, activated_at must be on or before current_term_start.status is in_trial, activated_at must precede trial_start.status as future.status changes from any other, to either active or non_renewing.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.\n
create_current_term_invoice is true.payment_method is check.\n
create_current_term_invoice is true.payment_method is check.\n
create_current_term_invoice is true.\n
pricing_model is flat_fee or per_unit.apply_on = specific_item_price.ramps feature is enabled and there is more than one ramp on a subscription, this API will return the subscription with the upcoming ramp applied.\n
\n
cardPrerequisites & Constraints
\n
status must be active.metered item.gift_receiver[customer_id][is] to the customer_id of the subscription and checking if one of the returned objects has gift_receiver.subscription_id matching the id of the subscription.\n
\ncontract_term.action_at_term_end set to cancel.Impacts
\n
next_billing_at is updated to reflect the end of the last term being invoiced. If all remaining billing cycles are invoiced, next_billing_at is set to null.remaining_billing_cycles is reduced by the number of terms charged.\n
schedule_type is immediate and invoice_immediately = true:\n\n
\nauto_collection is on for the subscription, the payment for the invoice is collected immediately using the payment source associated with the subscription.\n
schedule_type is immediate and invoice_immediately is false: The charges are added to unbilled_charges for the subscription and invoiced on the next renewal.\n
schedule_type is specific_dates or fixed_intervals:\n\n
\nReview the changes before removing them
Prerequisites & Constraints
\n
has_scheduled_changes attribute is true.Impacts
\n
changes_scheduled_at, if set.has_scheduled_changes to false.\n
\n
\n
\nadjustment: for amount_to_collect on the advance invoice.refundable: for the refundable amount on the advance invoice.Implementation Notes
\n
has_scheduled_changes attribute is true.subscription_id. The response must include exactly one ramp object.payment_intent\nand provide it via this endpoint.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.\n
offline_payment_method cannot be passed when auto_collection is set to on.\n
\n
\n
locale, or if you pass it but it is not added and activated in Chargebee, then the primary language for customers would be used.\n
locale, or if you pass it but it is not added and activated in Chargebee, then the primary language for customers would be used.\n
off when passing this parameter.\n
payment_intent resource. If you provide this parameter, you do not need to pass other payment_intent parameters.\n
payment_intent.status must be authorized.payment_intent resource. If you provide this parameter, you do not need to pass other payment_intent parameters.\n
card\n
",
"example" : null
},
+ "browser_details" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "deprecated" : false,
+ "example" : null
+ },
"token_additional_detail" : {
"type" : "object",
"deprecated" : false,
@@ -23249,6 +23275,12 @@
"schema" : {
"type" : "object",
"properties" : {
+ "browser_details" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "deprecated" : false,
+ "example" : null
+ },
"card" : {
"type" : "object",
"deprecated" : false,
@@ -23885,7 +23917,7 @@
"type" : "string",
"deprecated" : false,
"description" : "The type of payment method. For more details refer [Update payment method for a customer](/docs/api/customers/update-payment-method-for-a-customer)\nAPI under Customer resource.\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* pay_to -\n\nPayments made via PayTo\n\\* klarna -\n\nPayments made via Klarna.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* giropay -\n\nPayments made via giropay.\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* sofort -\n\nPayments made via Sofort.\n\\* pix -\n\nPayments made via Pix\n\\* gcash - \\* pay_co -\n\nPayments made via PayCo\n\\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* bancontact -\n\nPayments made via Bancontact Card.\n\\* go_pay -\n\nPayments made via GoPay\n\\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* pay_by_bank -\n\nPay By Bank\n\\* online_banking_poland - \\* after_pay -\n\nPayments made via Afterpay\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* alipay_hk - \\* paypay - \\* generic -\n\nPayments made via Generic Payment Method.\n\\* payme -\n\nPayments made via PayMe\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* twint -\n\nPayments made via Twint\n\\* swish -\n\nPayments made via Swish\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* venmo -\n\nPayments made via Venmo\n\\* ideal -\n\nPayments made via iDEAL.\n\\* trustly -\n\nTrustly\n\\* upi -\n\nUPI Payments.\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* south_korean_cards - \\* apple_pay -\n\nPayments made via Apple Pay.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n",
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"gateway_account_id" : {
@@ -25405,28 +25437,28 @@
"properties" : {
"is" : {
"type" : "string",
- "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards\n",
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards \\* \\`paynow\\` - Payments made via PayNow \\* \\`bizum\\` - Payments made via Bizum \\* \\`promptpay\\` - Payments made via PromptPay\n",
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"is_not" : {
"type" : "string",
- "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards\n",
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards \\* \\`paynow\\` - Payments made via PayNow \\* \\`bizum\\` - Payments made via Bizum \\* \\`promptpay\\` - Payments made via PromptPay\n",
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"in" : {
"type" : "string",
- "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards\n",
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards \\* \\`paynow\\` - Payments made via PayNow \\* \\`bizum\\` - Payments made via Bizum \\* \\`promptpay\\` - Payments made via PromptPay\n",
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards\n",
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "\\* \\`card\\` - Card based payment including credit cards and debit cards. Details about the card can be obtained from the card resource. \\* \\`paypal_express_checkout\\` - Payments made via PayPal Express Checkout. \\* \\`amazon_payments\\` - Payments made via Amazon Payments. \\* \\`direct_debit\\` - Represents bank account for which the direct debit or ACH agreement/mandate is created. \\* \\`generic\\` - Payments made via Generic Payment Method. \\* \\`alipay\\` - Payments made via Alipay \\* \\`unionpay\\` - Payments made via UnionPay. \\* \\`apple_pay\\` - Payments made via Apple Pay. \\* \\`wechat_pay\\` - Payments made via WeChat Pay \\* \\`ideal\\` - Payments made via iDEAL. \\* \\`google_pay\\` - Payments made via Google Pay. \\* \\`sofort\\` - Payments made via Sofort. \\* \\`bancontact\\` - Payments made via Bancontact Card. \\* \\`giropay\\` - Payments made via giropay. \\* \\`dotpay\\` - Payments made via Dotpay. \\* \\`upi\\` - UPI Payments. \\* \\`netbanking_emandates\\` - Netbanking (eMandates) Payments. \\* \\`venmo\\` - Payments made via Venmo \\* \\`pay_to\\` - Payments made via PayTo \\* \\`faster_payments\\` - Payments made via Faster Payments \\* \\`sepa_instant_transfer\\` - Payments made via Sepa Instant Transfer \\* \\`automated_bank_transfer\\` - Represents virtual bank account using which the payment will be done. \\* \\`klarna_pay_now\\` - Payments made via Klarna Pay Now \\* \\`online_banking_poland\\` - Payments made via Online Banking Poland \\* \\`payconiq_by_bancontact\\` - Payments made via Payconiq by Bancontact \\* \\`electronic_payment_standard\\` - Payments made via Electronic Payment Standard. \\* \\`kbc_payment_button\\` - Payments made via KBC Payment Button. \\* \\`pay_by_bank\\` - Payments made via Pay By Bank. \\* \\`trustly\\` - Payments made via Trustly. \\* \\`stablecoin\\` - Payments made via Stablecoin \\* \\`kakao_pay\\` - Payments made via Kakao Pay \\* \\`naver_pay\\` - Payments made via Naver Pay \\* \\`revolut_pay\\` - Payments made via Revolut Pay \\* \\`cash_app_pay\\` - Payments made via Cash App Pay \\* \\`twint\\` - Payments made via Twint \\* \\`go_pay\\` - Payments made via Go Pay \\* \\`grab_pay\\` - Payments made via Grab Pay \\* \\`pay_co\\` - Payments made via Pay Co \\* \\`after_pay\\` - Payments made via After pay \\* \\`swish\\` - Payments made via Swish \\* \\`payme\\` - Payments made via PayMe \\* \\`pix\\` - Payments made via Pix \\* \\`klarna\\` - Payments made via Klarna \\* \\`alipay_hk\\` - Payments made via Alipay HK \\* \\`paypay\\` - Payments made via PayPay \\* \\`gcash\\` - Payments made via GCash \\* \\`south_korean_cards\\` - Payments made via South Korean Cards \\* \\`paynow\\` - Payments made via PayNow \\* \\`bizum\\` - Payments made via Bizum \\* \\`promptpay\\` - Payments made via PromptPay\n",
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
}
}
@@ -26175,7 +26207,7 @@
"type" : "string",
"deprecated" : false,
"description" : "The list of payment method types (For example, card, ideal, sofort, bancontact, etc.) this Payment Intent is allowed to use. If payment method type is empty, Card is taken as the default type for all gateways except Razorpay.\n\\* alipay_hk - \\* card -\n\ncard\n\\* twint -\n\nPayments made via Twint\n\\* swish -\n\nPayments made via Swish\n\\* after_pay -\n\nPayments made via Afterpay\n\\* netbanking_emandates -\n\nnetbanking_emandates\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* paypay - \\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* dotpay -\n\ndotpay\n\\* faster_payments -\n\nFaster Payments\n\\* upi -\n\nupi\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n\\* klarna -\n\nPayments made via Klarna.\n\\* payme -\n\nPayments made via PayMe\n\\* direct_debit -\n\ndirect_debit\n\\* sepa_instant_transfer -\n\nSepa Instant Transfer\n\\* bancontact -\n\nbancontact\n\\* go_pay -\n\nPayments made via GoPay\n\\* pay_by_bank -\n\nPay By Bank\n\\* google_pay -\n\ngoogle_pay\n\\* apple_pay -\n\napple_pay\n\\* online_banking_poland - \\* trustly -\n\nTrustly\n\\* gcash - \\* naver_pay -\n\nPayments made via Naver Pay.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* giropay -\n\ngiropay\n\\* paypal_express_checkout -\n\npaypal_express_checkout\n\\* pix -\n\nPix\n\\* venmo -\n\nVenmo\n\\* klarna_pay_now -\n\nKlarna Pay Now\n\\* alipay -\n\nPayments made via Alipay.\n\\* sofort -\n\nsofort\n\\* amazon_payments -\n\nAmazon Payments\n\\* ideal -\n\nideal\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* pay_to -\n\nPayTo\n\\* south_korean_cards - \\* boleto -\n\nboleto\n\\* pay_co -\n\nPayments made via PayCo\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* wechat_pay -\n\nPayments made via WeChat Pay.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n",
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"reference_id" : {
@@ -27030,7 +27062,7 @@
"type" : "string",
"deprecated" : false,
"description" : "Type of payment source.\n\\* direct_debit -\n\nRepresents bank account for which the direct debit or ACH agreement/mandate is created.\n\\* unionpay -\n\nPayments made via UnionPay.\n\\* after_pay -\n\nPayments made via Afterpay\n\\* faster_payments -\n\nPayments made via Faster Payments\n\\* google_pay -\n\nPayments made via Google Pay.\n\\* alipay_hk - \\* sepa_instant_transfer -\n\nPayments made via Sepa Instant Transfer\n\\* dotpay -\n\nPayments made via Dotpay.\n\\* pay_to -\n\nPayments made via PayTo\n\\* klarna -\n\nPayments made via Klarna.\n\\* revolut_pay -\n\nPayments made via Revolut Pay.\n\\* naver_pay -\n\nPayments made via Naver Pay.\n\\* paypay - \\* generic -\n\nPayments made via Generic Payment Method.\n\\* payme -\n\nPayments made via PayMe\n\\* giropay -\n\nPayments made via giropay.\n\\* klarna_pay_now -\n\nPayments made via Klarna Pay Now\n\\* grab_pay -\n\nPayments made via GrabPay\n\\* twint -\n\nPayments made via Twint\n\\* swish -\n\nPayments made via Swish\n\\* automated_bank_transfer -\n\nRepresents virtual bank account using which the payment will be done.\n\\* stablecoin -\n\nPayments made via Stablecoin.\n\\* paypal_express_checkout -\n\nPayments made via PayPal Express Checkout.\n\\* alipay -\n\nPayments made via Alipay. \nThis payment source is deprecated.\n\\* venmo -\n\nPayments made via Venmo\n\\* kakao_pay -\n\nPayments made via Kakao Pay.\n\\* sofort -\n\nPayments made via Sofort.\n\\* pix -\n\nPayments made via Pix\n\\* gcash - \\* pay_co -\n\nPayments made via PayCo\n\\* wechat_pay -\n\nPayments made via WeChat Pay. \nThis payment source is deprecated.\n\\* ideal -\n\nPayments made via iDEAL.\n\\* trustly -\n\nTrustly\n\\* netbanking_emandates -\n\nNetbanking (eMandates) Payments.\n\\* upi -\n\nUPI Payments.\n\\* bancontact -\n\nPayments made via Bancontact Card.\n\\* go_pay -\n\nPayments made via GoPay\n\\* kbc_payment_button -\n\nKBC Payment Button\n\\* card -\n\nCard based payment including credit cards and debit cards. Details about the card can be obtained from the card resource.\n\\* cash_app_pay -\n\nPayments made via Cash App Pay.\n\\* payconiq_by_bancontact -\n\nPayments made via Payconiq by Bancontact.\n\\* amazon_payments -\n\nPayments made via Amazon Payments.\n\\* south_korean_cards - \\* pay_by_bank -\n\nPay By Bank\n\\* online_banking_poland - \\* apple_pay -\n\nPayments made via Apple Pay.\n\\* electronic_payment_standard -\n\nElectronic Payment Standard\n",
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"tmp_token" : {
@@ -32938,7 +32970,7 @@
},
"/promotional_credits/deduct" : {
"post" : {
- "summary" : "Deduct Promotional Credits",
+ "summary" : "Deduct promotional credits",
"description" : "This API call can be used to deduct promotional credits for a customer. [Learn more about Promotional Credits](https://www.chargebee.com/docs/2.0/credit-notes.html#creating-promotional-credits).\n\nFor example, if a customer has a credit balance of $20, if you pass the **amount** as $5, then the customer's credit balance would become $15.\n\nIf you do not pass any amount as the input parameter then, it will deduct the whole available amount from the credit balance.\n",
"operationId" : "deduct_promotional_credits",
"parameters" : [ {
@@ -33258,7 +33290,7 @@
},
"/promotional_credits/set" : {
"post" : {
- "summary" : "Set Promotional Credits",
+ "summary" : "Set promotional credits",
"description" : "This API call can be used to set the promotional credits balance of a customer. [Learn more about Promotional Credits](https://www.chargebee.com/docs/2.0/credit-notes.html#creating-promotional-credits).\n\nFor example,\n\n* If a customer has a credit balance of $10 and if you would like to set the balance to $100, you could pass the **amount** as $100.\n* If a customer has a credit balance of $10 and if you would like to set the balance to $5, you could pass the **amount** as $5.\n* If a customer has a credit balance of $10 and if you would like to clear the balance, you could pass the **amount** as $0.\n",
"operationId" : "set_promotional_credits",
"parameters" : [ {
@@ -33578,7 +33610,7 @@
},
"/promotional_credits/add" : {
"post" : {
- "summary" : "Add Promotional Credits",
+ "summary" : "Add promotional credits",
"description" : "This API call can be used to add promotional credits to a customer. [Learn more about Promotional Credits](https://www.chargebee.com/docs/2.0/credit-notes.html#creating-promotional-credits).\n\nFor example, if a customer has credits of $10, if you pass the **amount** as $10, then the customer's credit balance would become $20.\n",
"operationId" : "add_promotional_credits",
"parameters" : [ {
@@ -33898,7 +33930,7 @@
},
"/invoices/{invoice-id}/delete_line_items" : {
"post" : {
- "summary" : "Delete Line Items",
+ "summary" : "Delete line items",
"description" : "This endpoint is used to delete line items from \"Pending\" invoice.\n",
"operationId" : "delete_line_items",
"parameters" : [ {
@@ -37148,7 +37180,7 @@
"/invoices/{invoice-id}/add_charge_item" : {
"post" : {
"summary" : "Add a charge-item to a pending invoice",
- "description" : "checkout_com: While adding a new payment method using permanent token or passing raw card details to Checkout.com, document ID and country_of_residence are required to support payments through dLocal.\n
\npayer: User related information.\n\n
\ncountry_of_residence: This is required since the billing country associated with the user's payment method may not be the same as their country of residence. Hence the user's country of residence needs to be specified. The country code should be a two-character ISO code.document: Document ID is the user's identification number based on their country.bluesnap: While passing raw card details to BlueSnap, if fraud_session_id is added, additional validation is performed to avoid fraudulent transactions.\n
\nfraud: Fraud identification related information.\n\n
\nfraud_session_id: Your BlueSnap fraud session ID required to perform anti-fraud validation.braintree: While passing raw card details to Braintree, your fraud_merchant_id and the user's device_session_id can be added to perform additional validation and avoid fraudulent transactions.\n
\nfraud: Fraud identification related information.\n\n
\ndevice_session_id: Session ID associated with the user's device.fraud_merchant_id: Your merchant ID for fraud detection.chargebee_payments: While passing raw card details to Chargebee Payments, if fraud_session_id is added, additional validation is performed to avoid fraudulent transactions.\n
\nfraud: Fraud identification related information.\n\n
\nfraud_session_id: Your Chargebee Payments fraud session ID required to perform anti-fraud validation.bank_of_america: While passing raw card details to Bank of America, your user's device_session_id can be added to perform additional validation and avoid fraudulent transactions.\n
\nfraud: Fraud identification related information.\n\n
\ndevice_session_id: Session ID associated with the user's device.ecentric: This parameter is used to verify and process payment method details in Ecentric. If the merchant_id parameter is included, Chargebee will vault it / perform a lookup and verification against this merchant_id, overriding the one configured in Chargebee. If tokens and processing occur in the same Merchant GUID, you can just skip this part.\n
\nmerchant_id: Merchant GUID where the card is vaulted or need to be vaulted.ebanx: While passing raw card details to EBANX, the user's document is required for some countries and device_session_id can be added to perform additional validation and avoid fraudulent transactions.\n
\npayer: User related information.\n\n
\ndocument: Document is the user's identification number based on their country.fraud: Fraud identification related information.\n\n
\ndevice_session_id: Session ID associated with the user's device\n.pending invoice. To collect the accumulated charges by closing the invoice, call Close a pending invoice.pending invoice. To collect the accumulated charges by closing the invoice, call Close a pending invoice.pending status when the subscription has create_pending_invoices attribute set to true. This API call finalizes a pending invoice. Any refundable_credits and excess_payments for the customer are applied to the invoice, and any payment due is collected automatically if auto_collection is on for the customer.Automation
pending status when the subscription has create_pending_invoices attribute set to true. This API call finalizes a pending invoice. Any refundable_credits and excess_payments for the customer are applied to the invoice, and any payment due is collected automatically if auto_collection is on for the customer.Automation
type charge.line_items with entity_type adhoc.type charge.create_pending_invoice is true, the invoice is created in pending status without collecting payment. You can review the invoice, add more charges if needed, and close it later via the close a pending invoice operation.line_items with entity_type adhoc.\n
create_pending_invoice is true, auto_collection cannot be passed. When the pending invoice is closed, the subscription auto_collection setting is used when available; otherwise, the customer auto_collection setting applies.taxes\nand\nline_item_taxes\nare computed based on the tax configuration as of this date. The date should not be more than one calendar month into the past. For example, if today is 13th January, then you cannot pass a value that is earlier than 13th December.true, the invoice is created with status as pending and payment is not collected. The invoice can be closed later via the close a pending invoice operation.\n
subscription_id must be provided.\n
true. This includes payment_source_id, authorization_transaction_id, auto_collection, payment_method parameters, card parameters, payment_intent parameters, and token_id.auto_collection cannot be overridden on this request. When the pending invoice is closed, the subscription or customer auto_collection setting applies.\n
invoice.id.invoice.id.\n
subscription_id is not provided.\n
subscription_id is provided:\n\n
\ncustomer_id must match the subscription's customer.customer_id must match the gifter's customer.\n
customer_id is not provided. ORline_items.subscription_id[] are not provided.\n
line_items[amount][]) - (sum of discounts[amount][]) + (sum of taxes[amount][]) + round_off_amount.0 if hiding zero-value line items is enabled.\n
status can be posted only if payment terms for one-time invoices is enabled. Contact Support to enable this feature.status when it has line items that belong to items that are metered or when the subscription.create_pending_invoicesattribute is set to true.\nThe invoice is yet to be closed (sent for payment collection). All invoices are generated with this status when Metered Billing is enabled for the site.\n
status can be pending only if Metered Billing is enabled for the site.status when it has line items that belong to items that are metered or when the subscription.create_pending_invoicesattribute is set to true.\nThe invoice is yet to be closed (sent for payment collection). All invoices are generated with this status when Metered Billing is enabled for the site.\n
due_date can be provided only if payment terms for one-time invoices is enabled. Contact Support to enable this feature.\n
status is posted.\n
status is posted.status is payment_due.invoice.date until payment for the invoice is due.\n
net_term_days can be provided only if payment terms for one-time invoices is enabled. Contact Support to enable this feature.\n
status is posted.invoice.date until payment for the invoice is due.\n
true only for a recurring invoice.status is paid.\n
subscription_id is provided.line_items[] or none.current_term_end of the subscriptions provided must fall on the same calendar date according to the site's timezone.customer_id).\n
line_items.subscription_id[] are specified, this indicates a consolidated invoice.\n
line_items.subscription_id[] are specified, this indicates a consolidated invoice.\n
entity_type is not adhoc.\n
entity_type is not adhoc:\n\n
\nentity_id must be a valid ID for an entity of the same item_type as entity_type.item_price belonging to item with metered set to true are not supported.\n
discounts[entity_type] is item_level_coupon or document_level_coupon.\n
line_items[id][].coupon\n, then this is the id\nof the coupon. Is required when discounts[entity_type]\nis item_level_coupon\nor document_level_coupon\n.coupon\n, then this is the id\nof the coupon.\n
payment[] array must not be sent when any of the following conditions are met:\n\n
\nstatus is pending or voidedtotal is 0\n
notes[] are not supported when status is pending.Impacts
billing_address, shipping_address, and vat_number are copied from the reference invoice.Reference invoice
\n
Other invoices
\n
allocations[] are provided, then for each allocated invoice:\n\n
\namount_due decreases by the allocated amountstatus changes to paid if the amount_due becomes zerolinked_refunds[] are provided, then for each refund provided, a transaction of type refund is created with status set to success.Impacts
billing_address, shipping_address, and vat_number are copied from the reference invoice.Reference invoice
\n
Other invoices
\n
allocations[] are provided, then for each allocated invoice:\n\n
\namount_due decreases by the allocated amountstatus changes to paid if the amount_due becomes zerolinked_refunds[] are provided, then for each refund provided, a transaction of type refund is created with status set to success.date filter (for example, date[after] or date[between]) when listing transactions. If you are already filtering by updated_at, you do not need to also filter by date.type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"is_not" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
}
}
@@ -62123,7 +62223,7 @@
}, {
"name" : "date",
"in" : "query",
- "description" : "optional, timestamp(UTC) in seconds filter\n\nIndicates when this transaction occurred.\n**Supported operators :**\nafter, before, on, between\n\n**Example →**\n*date\\[before\\] = \"1435054328\"*\n",
+ "description" : "sort_by\ninput parameter as date\nfor a faster response.\nSupported operators :\nafter, before, on, between\n
openCheckout() to open the hosted page in a modal popup in your website or application.url.Gifter customer resource lookup and creation
gifter[customer_id] is provided, it is looked up in Chargebee when the gifter completes the hosted page checkout. If not found, a new customer resource is created with this ID.Multiple business entities
Gift receiver customer resource lookup and creation
Multiple business entities
url from this API's response. Do not embed it in your own iframe.openCheckout() not supportedopenCheckout() function does not support Collect Now hosted pages. To open a Collect Now page, open the url from this API's response in a new browser tab or window (for example, window.open(response.hosted_page.url, '_blank')).\n
openCheckout() to open the hosted page in a modal popup in your website or application.url.status as active or non_renewing. This operation is not allowed when any of the following conditions hold true for the subscription:\n
status is not voided.Response
estimate object with one of the following components depending on the value of invoice_immediately.\n
true: an invoice_estimate object that corresponds to the regenerated invoice.false: a list of unbilled_charge_estimate objects corresponding to all the unbilled charges created for the current term of the subscription.true\nautomatically for the subscription when it has one or more metered\nitems. However, when there are no metered\nitems, you can pass this parameter as true\nto force all invoices (except the first) to be created as pending.\nThis is useful in the following scenarios:\n
\n\n
pending, pass first_invoice_pending as true.true\nautomatically for the subscription when it has one or more metered\nitems. However, when there are no metered\nitems, you can pass this parameter as true\nto force all invoices (except the first) to be created as pending.\nThis is useful in the following scenarios:\n
\n\n
pending, pass first_invoice_pending as true.true, you create the first invoice as pending allowing you to add the previous term's metered charges to it before closing. This is useful when the subscription is moved to Chargebee from a different billing system. As applicable to all pending invoices, this invoice is also closed automatically or via an API call.create_pending_invoices is true.true, you create the first invoice as pending allowing you to add the previous term's metered charges to it before closing. This is useful when the subscription is moved to Chargebee from a different billing system. As applicable to all pending invoices, this invoice is also closed automatically or via an API call.create_pending_invoices is true.false\nto prevent the automatic closing of invoices for this subscription. The value passed here takes precedence over the value stored at the customer level\n.false\nto prevent the automatic closing of invoices for this subscription. The value passed here takes precedence over the value stored at the customer level\n.metered item.metered item. This endpoint is part of the Usages API for Automated Metered Billing..csv files..csv file whose columns match the customer schema. This file format can be readily imported through the UI by using Bulk Operations.type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"is_not" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"example" : null
},
"in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "upi", "netbanking_emandates", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
}
}
@@ -103976,7 +104109,7 @@
},
"/exports/differential_prices" : {
"post" : {
- "summary" : "Export Differential Price",
+ "summary" : "Export differential price",
"description" : "This API triggers export of differential price data. The exported zip file contains CSV files with differential price-related data.\n",
"operationId" : "export_differential_price",
"parameters" : [ {
@@ -104385,7 +104518,7 @@
},
"/exports/item_families" : {
"post" : {
- "summary" : "Export Item Families",
+ "summary" : "Export item families",
"description" : "This API triggers export of item family data. The exported zip file contains CSV files with item family-related data.\n",
"operationId" : "export_item_families",
"parameters" : [ {
@@ -104520,17 +104653,17 @@
"description" : "item_family.\nLearn more\nabout all the scenarios before using this filter.price_variant.\nLearn more\nabout all the scenarios before using this filter.item.\nLearn more\nabout all the scenarios before using this filter.true\n, the quantity is calculated from usage records.\nWhen false\n, the quantity\nis as determined while adding an item price to the subscription. Applicable only for items of type\nplan\nor addon\nand when Metered Billing\nis enabled. The value of this attribute cannot be changed.true, the quantity is calculated from usage records. When false, the quantity is as determined while adding an item price to the subscription. Applicable only for items of type plan or addon and when Metered Billing is enabled. The value of this attribute cannot be changed.metered.\nThis value overrides the one set at the site level\n.metered.\nThis value overrides the one set at the site level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.item_price.\nLearn more\nabout all the scenarios before using this filter..csv files..csv file whose columns match the subscription schema. This file format can be readily imported through the UI by using Bulk Operations.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.Use Cases
Filter by custom fields
plan, addon, or charge. Each type can have its own custom fields, so the filter parameter is scoped per item type rather than shared across items.cf_CUSTOM_FIELD_NAME is the API name of a custom field configured on the corresponding item type:plan_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\naddon_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncharge_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncf_package_id, pass it as a query parameter:curl https://{site}.chargebee.com/api/v2/items \\\n -G -u {site_api_key}: \\\n -d plan_item[cf_package_id][is]="pkg-basic"\nUse Cases
Filter by custom fields
plan, addon, or charge. Each type can have its own custom fields, so the filter parameter is scoped per item type rather than shared across items.cf_CUSTOM_FIELD_NAME is the exact, case-sensitive API name of a custom field configured on the corresponding item type:plan_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\naddon_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncharge_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncf_package_id, pass it as a query parameter:curl https://{site}.chargebee.com/api/v2/items \\\n -G -u {site_api_key}: \\\n -d plan_item[cf_package_id][is]="pkg-basic"\ntrue\n, the quantity is calculated from usage records.\nWhen false\n, the quantity\nis as determined while adding an item price to the subscription. Applicable only for items of type\nplan\nor addon\nand when Metered Billing\nis enabled. The value of this attribute cannot be changed. Possible values are : true, falsetrue, the quantity is calculated from usage records. When false, the quantity is as determined while adding an item price to the subscription. Applicable only for items of type plan or addon and when Metered Billing is enabled. The value of this attribute cannot be changed. Possible values are : true, falsemetered.\nThis value overrides the one set at the site level.\nPossible values are : sum_of_usages, last_usage, max_usage.metered.\nThis value overrides the one set at the site level.\nPossible values are : sum_of_usages, last_usage, max_usage.\n
- testing - desc .\nTotal with tags: 38 characters,\ninner text: 'testing desc' (12 characters).true\n, the quantity is calculated from usage records.\nWhen false\n, the quantity\nis as determined while adding an item price to the subscription. Applicable only for items of type\nplan\nor addon\nand when Metered Billing\nis enabled. The value of this attribute cannot be changed.metered to true.metered is applicable only for items of type addon. When true, the quantity is calculated from usage events. When false, you must provide the quantity when adding an item price that belongs to this item to a subscription (for example, when creating or updating the subscription).metered is applicable only for items of type plan or addon. When true, the quantity is calculated from usage records. When false, you must provide the quantity when adding an item price that belongs to this item to a subscription (for example, when creating or updating the subscription).metered.\nThis value overrides the one set at the site level.\n.quantity\nof all usages for the current term.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the most recent usage_date\nis taken as the net quantity consumed.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the maximum value is taken as the net quantity consumed.metered.\nThis value overrides the one set at the site level.\n.quantity\nof all usages for the current term.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the most recent usage_date\nis taken as the net quantity consumed.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the maximum value is taken as the net quantity consumed.Use Cases
Filter by custom fields
plan, addon, or charge), and each type can have its own custom fields. As a result, the filter parameter is scoped per item price type rather than shared across item prices.cf_CUSTOM_FIELD_NAME is the API name of a custom field configured on the corresponding item price type:plan_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\naddon_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncharge_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncf_region, pass it as a query parameter:curl https://{site}.chargebee.com/api/v2/item_prices \\\n -G -u {site_api_key}: \\\n -d plan_price[cf_region][is]="APAC"\nUse Cases
Filter by custom fields
plan, addon, or charge), and each type can have its own custom fields. As a result, the filter parameter is scoped per item price type rather than shared across item prices.cf_CUSTOM_FIELD_NAME is the exact, case-sensitive API name of a custom field configured on the corresponding item price type:plan_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\naddon_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncharge_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE\ncf_region, pass it as a query parameter:curl https://{site}.chargebee.com/api/v2/item_prices \\\n -G -u {site_api_key}: \\\n -d plan_price[cf_region][is]="APAC"\n\n
- testing - desc .\nTotal with tags: 38 characters,\ninner text: 'testing desc' (12 characters).\n
item_type = addon.pricing_model = per_unit.{in_app_subscription_app_id} and receipt then returns the subscription details associated with the purchase.Path Parameter
\n
{in_app_subscription_app_id}, click View Keys within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.{in_app_subscription_app_id}, click Set up notifications within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.in_app_subscription\nis created for every unique original_transaction_id\n. Apple creates original_transaction_id\nfor every create, upgrade, or downgrade of the subscription. A receipt hardly contains more than 100 original_transaction_id\ns. If a receipt contains more than 100 original_transaction_id\ns, Chargebee creates all subscription records but this endpoint returns the first 100 records in the response.limitation that increases the processing time and the number of receipts. This API removes such limitations and allows you to import historical in-app subscription receipts.\n
receipt with Apple App Store and does the following once validation succeeds:Subscriptions
\n
original_transaction_id in the Apple receipt.\nNote: This is not done for original_transaction_ids for which a subscription already exists in Chargebee.\n
\nid set to original_transaction_id.start_date set to the earliest purchase_date_ms.current_term_start set to latest purchase_date_ms.current_term_end set to expires_date_ms of the same Latest_receipt_info element with the latest purchase_date_ms.item_price_id set to product_id.status set to in_trial if there is only one element of Latest_receipt_info with the original_transaction_id and the field is_trial_period is true, then consider the subscription is currently in trial. No invoices are created for this subscription.Invoices for the subscription
\n
Latest_receipt_info which has is_trial_period as false.subscription_id set to original_transaction_id.Transactions for the invoices
\n
reference_number set to the transaction_id.payment_method set to apple_store.\n
token. If any other purchase token is passed instead of the latest one, there is a possibility of returning incorrect transaction details. If an expired purchase token is passed, then it returns an error.token expires, an API request to Google Developers API returns an error.token with Google Play Store and does the following once validation succeeds:Subscriptions
\n
token( linkedPurchaseToken field in SubscriptionsV2.get API Response).\n
\nid set to a unique identifier generated by Chargebee and mapped to the token and latestOrderId of the SubscriptionPurchaseV2 object from Google response.start_date set to the earliest SubscriptionPurchaseV2.startTime.current_term_start set to latest SubscriptionPurchaseV2.startTime.current_term_end set to expiryTime of the same SubscriptionPurchaseV2 element with the latest purchase.item_price_id set to the concatenation of product[id] and priceCurrencyCode from Google.status set to in_trial if the free trial configuration is enabled in Google and the monetization.subscriptions.basePlans.offers.State is Active with a SubscriptionOfferPhase.duration, then consider the subscription is currently in trial. No invoices are created for this subscription.Invoices for the subscription
\n
latestOrderId.subscription_id set to a unique identifier generated by Chargebee and mapped to the token and latestOrderId.Transactions for the invoices
\n
transaction.reference_number is set to the latestOrderId.transaction.payment_method is set to play_store.Path Parameter
{in_app_subscription_app_id}: The handle created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.\nThe following are instructions to obtain the value of the path parameter for the Apple App Store and Google Play Store.\n
{in_app_subscription_app_id}, click View Keys within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.{in_app_subscription_app_id}, click Set up notifications within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.\n
Apple App Store
\n
Subscription
\n
latest_receipt_info array from Apple and a new subscription is imported for the item-price.\nNote: The subscription is not imported if it already exists in Chargebee but we will import the associated invoice using the subscription[transaction_id] in the payload.\n
\nid set to subscription[id] . This subscription[id] is original_transaction_id in the receipts.start_date set to subscription[start_date]. You need to provide this information from the oldest Latest_receipt_info.purchase_date_ms.term_start set to subscription[term_start]. You need to provide this information from the oldest Latest_receipt_info.purchase_date_ms).term_end set to subscription[term_end]. You need to provide this information from the oldest Latest_receipt_info.expires_date_ms.item_price_id set to subscription[product_id] + subscription[currency_code]. You need to provide this information from the Latest_receipt_info.product_id.is_trial_period is true.term_end is less than the System.currentTime().Invoice for the subscription
\n
\n
subscription_id set to original_transaction_id.\nTransactions for the invoice\n
\n
transaction.reference_number is set to the transaction_id of the payment.transaction.payment_method is set to apple_store.Path Parameter
in_app_subscription_app_id for the Apple App Store, click View Keys within the Sync Overview page of the web app, and use the value of generated App ID for this parameter. See detailed steps here.\n
receipt with Apple App Store and does the following once validation succeeds:\n
item_family.id that matches the value Apple-App-Store, and create such a product family if not found.item.id that matches product[id] and if not found, create such a plan-item under the item family described in the previous step.item_price.id that matches the concatenation of product[id] and product[currency_code], and if not found, create such an item price under the item described in the previous step.\n
id set to original_transaction_idstart_date set to responseBody.Latest_receipt_info.purchase_date_mscurrent_term_end set to responseBody.Latest_receipt_info.expires_date_ms\n
\n
transaction.reference_number is set to the transaction_id of the payment.transaction.payment_method is set to apple_pay.\n
\n
item_family.id that matches the value Google-Play-Store, and create such a product family if not found.item.id that matches product[id] and if not found, create such a plan-item under the item family described in the previous step.item_price.id that matches the concatenation of product[id] and priceCurrencyCode, and if not found, create such an item price under the item described in the previous step.\n
id set to unique identifier generated by Chargebee and mapped to token of the SubscriptionPurchase object from Google response.start_date set to SubscriptionPurchase.startTimeMillis.current_term_end set to SubscriptionPurchase.expiryTimeMillis.\n
\n
transaction.reference_number is set to the orderId of the payment.transaction.payment_method is set to play_store.Path Parameter
{in_app_subscription_app_id}: The handle created by Chargebee for your Apple App Store or Google Play Store app. It can be obtained from the Chargebee web app.\n
{in_app_subscription_app_id}, click View Keys within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.{in_app_subscription_app_id}, click Set up notifications within the Sync Overview page of the web app and use the value of generated App ID for this parameter. See detailed steps here.item_price with item_type set to plan.item with type set to charge.item_price with item_type set to addon.item_price with item_type set to plan.item with type set to charge.item_price with item_type set to addon.period_units.\nApplicable only when duration_type\nis limited_period.period_units.\nApplicable only when duration_type\nis limited_period.omnichannel_subscription\nto another customer. Updates the Omnichannel subscription's customer ID and related records, then triggers the OMNICHANNEL_SUBSCRIPTION_MOVED_IN\nwebhook with the new customer details.omnichannel_subscription object using an omnichannel_subscription_id. You can get the omnichannel_subscription_id for any successfully recorded purchase in Chargebee using List Omnichannel subscriptions API.omnichannel_transaction\nassociated with the specified omnichannel_subscription\n.omnichannel_subscription\n.source.\nFor Apple App Store, this is the initial purchase Transaction ID; for Google Play Store this is the Order ID.\nSupported operators :\nis, is_not, starts_with, in, not_insource.\nFor Apple App Store, this is the initial purchase Transaction ID; for Google Play Store, this is the Purchase Token.id\nof the customer\nobject that is associated with this purchase. If the customer_id\nis not present in Chargebee when the record_a_purchase\nAPI request is made, the API will return an error. Use create_a_customer\nAPI to create a customer.id of the customer\nobject that is associated with this purchase. The customer is created if one does not already exist.omnichannel_one_time_orders\nobjects.offset to the value of next_offset obtained in the previous iteration of the API call.name.updated_at attribute in descending order (most recently updated first).offset.1738732394123\nrepresents the timestamp for February 5, 2025, at 05:13:14.123 UTC.status back to active.Prerequisites & Constraints
\n
status must be archived.Impacts
\n
status is changed to active.status is changed to active.\n
retrieve_file_processing_status endpoint.\n
Prerequisites & Constraints
\n
status must not be active.Impacts
file_name\nexcept for underscores _\nand hyphens -\n.Example:Valid file name Invalid file name merchant_data.csv merchant@data.csv sales_report-2024.csv sales&report-2024.csv customer_details_file.csv customer!details#file.csv text/csv\nis supported.API Calls, Input Tokens.request or token.usage_event properties. For example: SELECT SUM(api_calls) FROM events.\n
column_definitions.column_name.query.query.\n
properties of a usage_event object in Chargebee.processing_type:\n
billing_update: Initiates subscription or billing record updates (e.g., applying a discount or changing a plan) asynchronously.checkout: Returns a hosted_page object in the response, which contains a URL to render the hosted checkout flow.url_redirect: Returns a redirect_url. You are responsible for managing fulfillment on your end and must call the Update Offer Fulfillment API to report either completion or failure.webhook: Sends a webhook, and you must also manage fulfillment on your end. Be sure to call the Update Offer Fulfillment API to report completion or failure.email: Sends an email containing the offer details as configured. You are responsible for handling fulfillment on your side and must call the Update Offer Fulfillment API to report completion or failure.\nYou can poll the Retrieve Offer Fulfillment endpoint for final status on billing_update and checkout flows.\nUpon actual fulfillment completion, the system logs a fulfilled event and sends notifications (webhook, Slack, email, Segment) as configured.Prerequisites & Constraints
\n
active.Impacts
\n
\n
status are changed to archived.processing_type\nis checkout.url_redirect, webhook and email as Chargebee cannot automatically fulfill these offers.\nIf status = failed, you must include a failure_reason to explain why the fulfillment did not succeed. The system logs a fulfilled event when status = completed or a failed event when status = failed.\nNote: If the offer fulfillment is not marked as completed or failed within 7 days, Chargebee will mark the offer fulfillment as failed with the error code as external_fulfillment_failed.retrieve_file_processing_status endpoint.\n
file_name\nexcept for underscores _\nand hyphens -\n.Example:Valid file name Invalid file name merchant_data.csv merchant@data.csv sales_report-2024.csv sales&report-2024.csv customer_details_file.csv customer!details#file.csv status\n= failed\n.text/csv\nis supported.\n
viewed - when an offer is displayed to the user.dismissed - when the user closes or ignores the offer.\nThese events are essential for accurate offer performance reporting and funnel analysis. Make sure to send them as they happen.processing_type:\n
billing_update: Initiates subscription or billing record updates (e.g., applying a discount or changing a plan) asynchronously.checkout: Returns a hosted_page object in the response, which contains a URL to render the hosted checkout flow.url_redirect: Returns a redirect_url. You are responsible for managing fulfillment on your end and must call the Update Offer Fulfillment API to report either completion or failure.webhook: Sends a webhook, and you must also manage fulfillment on your end. Be sure to call the Update Offer Fulfillment API to report completion or failure.email: Sends an email containing the offer details as configured. You are responsible for handling fulfillment on your side and must call the Update Offer Fulfillment API to report completion or failure.\nYou can poll the Retrieve Offer Fulfillment endpoint for final status on billing_update and checkout flows.\nUpon actual fulfillment completion, the system logs a fulfilled event and sends notifications (webhook, Slack, email, Segment) as configured.webhook_endpoint\nresource object that contains the configuration and details of the created webhook.processing_type\nis checkout.webhook_endpoint\nresource object that contains the configuration and details of the created webhook.url_redirect, webhook and email as Chargebee cannot automatically fulfill these offers.\nIf status = failed, you must include a failure_reason to explain why the fulfillment did not succeed. The system logs a fulfilled event when status = completed or a failed event when status = failed.\nNote: If the offer fulfillment is not marked as completed or failed within 7 days, Chargebee will mark the offer fulfillment as failed with the error code as external_fulfillment_failed.80, 443, 8080, or 8443 are allowed.true\nto disable the endpoint, set to false\nto enable the endpoint.status\n= failed\n.webhook_endpoint\nresource object that contains the configuration and details of the created webhook.\n
viewed - when an offer is displayed to the user.dismissed - when the user closes or ignores the offer.\nThese events are essential for accurate offer performance reporting and funnel analysis. Make sure to send them as they happen.offset\nto the value of next_offset\nobtained in the previous iteration of the API call.offset.80, 443, 8080, or 8443 are allowed.true\nto disable the endpoint, set to false\nto enable the endpoint.compat mode.\n
What this endpoint returns
timeframe_start and timeframe_end are not provided, the reporting range defaults to the start of the subscription's current term for timeframe_start and the current time for timeframe_end.How aggregation works
\n
window_size is omitted, the response returns a single aggregate for the full reporting range.window_size is provided, the response returns one aggregated entry for each window in the reporting range.timeframe_start and continue consecutively until timeframe_end.timeframe_start, not to calendar boundaries.Example
\n
timeframe_start is May 10 10:00:00 UTCtimeframe_end is June 10 10:00:00 UTCwindow_size is day\n
May 10 10:00:00 UTC → May 11 10:00:00 UTCMay 11 10:00:00 UTC → May 12 10:00:00 UTC\n
June 9 10:00:00 UTC → June 10 10:00:00 UTCtimeframe_start to the required boundary. For example, use 00:00:00 UTC for daily reporting aligned to calendar days, or the first day of the month at 00:00:00 UTC for monthly reporting aligned to calendar months.\n
aggregated_from is inclusiveaggregated_till is exclusiveaggregated_from and aggregated_till.\n
aggregated_from is included in that windowaggregated_till is excluded from that window and counted in the next window, if one existstimeframe_end is excludedDistinct-count behavior
Example
\n
offset to the value of next_offset obtained in the previous iteration of the API call.offset.webhook_endpoint\nresource object that contains the configuration and details of the created webhook.\n
\n
1. Subscription current term
2. Current usage period
3. Usage intervals
Changes that can create multiple intervals
\n
Example Scenario
\n
Usage Interval 1: 1 Jan 00:00:00 – 16 Jan 08:59:59
\n
Usage Interval 2: 16 Jan 09:00:00 – 20 Jan 23:59:59
\n
\n
\nusage_to date is capped at the snapshot date (Jan 20).Response Behaviour
\n
\n
\n\n
\nResponse for Jan 20
"list": [\n "usage_charge": {\n "subscription_id":"sub-001",\n "feature_id": "storage_abc",\n “usage_from”:"1 Jan 00:00:00", // For readability, the exact dates are shown here; the actual response will have timestamps.\n “usage_to”:"16 Jan 08:59:59",\n "included_usage": "100",\n "total_usage": "80",\n "on_demand_usage": "0", \n "amount": "0",\n "metered_item_price_id":"storage_001"\n },\n "usage_charge": {\n "subscription_id":"sub-001",\n "feature_id": "storage_abc",\n “usage_from”:"16 Jan 09:00:00",\n “usage_to”:"20 Jan 23:59:59",\n "included_usage": "220",\n "total_usage": "100",\n "on_demand_usage": "0", \n "amount": "0",\n "metered_item_price_id":"storage_001"\n }\n ]\n1 Jan and 16 Jan. In the actual API response, usage_from and usage_to are returned as timestamps.Integration notes
\n
feature_idusage_fromamount only when presentoffset\nto the value of next_offset\nobtained in the previous iteration of the API call.80, 443, 8080, or 8443 are allowed.true\nto disable the endpoint, set to false\nto enable the endpoint.offset.webhook_endpoint\nresource object that contains the configuration and details of the created webhook.within_limit or in_alarm), use List alert statuses for a subscription.next_offset value from the previous response.offset\nto the value of next_offset\nobtained in the previous iteration of the API call.offset in the next request to fetch the next page.offset.alert_id. This returns the rule definition only and does not include runtime evaluation state.within_limit or in_alarm for this alert, use Retrieve alert status.80, 443, 8080, or 8443 are allowed.true\nto disable the endpoint, set to false\nto enable the endpoint.compat mode.webhook_endpoint\nresource object that contains the configuration and details of the created webhook.threshold values or toggle the status between enabled and disabled.Impacts
alarm_status for all impacted subscriptions is reset to within_limit. The alert is only re-evaluated when new usage events are ingested for the associated metered feature.status is changed to disabled, all further evaluation stops. No webhooks are fired for this alert while it is disabled. When the alert is re-enabled, the alarm_status is set to within_limit and is only re-evaluated upon new usage event ingestion.\n
What this endpoint returns
timeframe_start and timeframe_end are not provided, the reporting range defaults to the start of the subscription's current term for timeframe_start and the current time for timeframe_end.How aggregation works
\n
window_size is omitted, the response returns a single aggregate for the full reporting range.window_size is provided, the response returns one aggregated entry for each window in the reporting range.timeframe_start and continue consecutively until timeframe_end.timeframe_start, not to calendar boundaries.Example
\n
timeframe_start is May 10 10:00:00 UTCtimeframe_end is June 10 10:00:00 UTCwindow_size is day\n
May 10 10:00:00 UTC → May 11 10:00:00 UTCMay 11 10:00:00 UTC → May 12 10:00:00 UTC\n
June 9 10:00:00 UTC → June 10 10:00:00 UTCtimeframe_start to the required boundary. For example, use 00:00:00 UTC for daily reporting aligned to calendar days, or the first day of the month at 00:00:00 UTC for monthly reporting aligned to calendar months.\n
aggregated_from is inclusiveaggregated_till is exclusiveaggregated_from and aggregated_till.\n
aggregated_from is included in that windowaggregated_till is excluded from that window and counted in the next window, if one existstimeframe_end is excludedDistinct-count behavior
Example
\n
offset to the value of next_offset obtained in the previous iteration of the API call.enabled to activate the alert or disabled to deactivate it.value is interpreted.value represents a percentage of the plan quota (0–100).value represents an absolute usage quantity.percentage mode, this must be between 0 and 100 inclusive. For absolute mode, this must be >= 0.offset.status to disabled instead.Impacts
alert_status_changed webhooks are fired for this alert going forward.\n
\n
1. Subscription current term
2. Current usage period
3. Usage intervals
Changes that can create multiple intervals
\n
Example Scenario
\n
Usage Interval 1: 1 Jan 00:00:00 – 16 Jan 08:59:59
\n
Usage Interval 2: 16 Jan 09:00:00 – 20 Jan 23:59:59
\n
\n
\nusage_to date is capped at the snapshot date (Jan 20).Response Behaviour
\n
\n
\n\n
\nResponse for Jan 20
"list": [\n "usage_charge": {\n "subscription_id":"sub-001",\n "feature_id": "storage_abc",\n “usage_from”:"1 Jan 00:00:00", // For readability, the exact dates are shown here; the actual response will have timestamps.\n “usage_to”:"16 Jan 08:59:59",\n "included_usage": "100",\n "total_usage": "80",\n "on_demand_usage": "0", \n "amount": "0",\n "metered_item_price_id":"storage_001"\n },\n "usage_charge": {\n "subscription_id":"sub-001",\n "feature_id": "storage_abc",\n “usage_from”:"16 Jan 09:00:00",\n “usage_to”:"20 Jan 23:59:59",\n "included_usage": "220",\n "total_usage": "100",\n "on_demand_usage": "0", \n "amount": "0",\n "metered_item_price_id":"storage_001"\n }\n ]\n1 Jan and 16 Jan. In the actual API response, usage_from and usage_to are returned as timestamps.Integration notes
\n
feature_idusage_fromamount only when presentoffset\nto the value of next_offset\nobtained in the previous iteration of the API call.offset.within_limit or in_alarm), use List alert statuses for a subscription.next_offset value from the previous response.next_offset value from the previous response.subscription_id is provided.Prerequisites & Constraints
\n
metered_feature_id must reference an existing metered feature configured on your site.type must be usage_exceeded.filter_conditions, only plan_price_id is supported as the field, with operator equals or not_equals.alert_id. This returns the rule definition only and does not include runtime evaluation state.within_limit or in_alarm for this alert, use List alert statuses for an alert.threshold values or toggle the status between enabled and disabled.Impacts
alarm_status for all impacted subscriptions is reset to within_limit. The alert is only re-evaluated when new usage events are ingested for the associated metered feature.status is changed to disabled, all further evaluation stops. No webhooks are fired for this alert while it is disabled. When the alert is re-enabled, the alarm_status is set to within_limit and is only re-evaluated upon new usage event ingestion.enabled to activate the alert or disabled to deactivate it.value is interpreted.value represents a percentage of the plan quota (0–100).value represents an absolute usage quantity.percentage mode, this must be between 0 and 100 inclusive. For absolute mode, this must be >= 0.status to disabled instead.Impacts
alert_status_changed webhooks are fired for this alert going forward.next_offset value from the previous response.offset in the next request to fetch the next page.subscription_id is provided.Prerequisites & Constraints
\n
metered_feature_id must reference an existing metered feature configured on your site.type must be usage_exceeded.filter_conditions, only plan_price_id is supported as the field, with operator equals or not_equals.usage_exceeded is supported.within_limit or in_alarm for a specific alert.within_limit or in_alarm for a specific alert.within_limit or in_alarm for the given alert.Prerequisites & Constraints
\n
alert_id must reference a global alert. Subscription-scoped alerts return a 400 error since they apply to only one subscription — use Retrieve alert status instead.within_limit or in_alarm for the given alert.Prerequisites & Constraints
\n
alert_id must reference a global alert. Subscription-scoped alerts return a 400 error since they apply to only one subscription — use List alert statuses for a subscription instead.offset in the next request to fetch the next page.subscription_id, unit_id, unit_type.\n
next_offset value returned in the previous response.ai_credits.subscription_id, unit_id, unit_type.\n
next_offset value returned in the previous response.ai_credits.offset.offset.ledger_operation resource matching the given id, containing the full\ndetails of the operation including its type, amount, balance snapshot (start_balance, end_balance),\ntimestamps, and any associated metadata.ledger_operation resource matching the given id, containing the full\ndetails of the operation including its type, amount, balance snapshots (provisioned_start_balance,\nprovisioned_end_balance, overdraft_start_balance, overdraft_end_balance),\ntimestamps, and any associated metadata.offset.Addons
recommended, mandatory or optional.\n
recommended for a plan, the addon is suggested to be applied to subscriptions for the plan in Checkout and Self-Serve Portal. Alternatively, if you build your own payment pages or have a sales team, you can suggest recommended addons to your customers or salespeople on your website or CRM respectivelymandatory for a plan, the addon gets applied to subscriptions for the plan compulsorily, unless removed explicitly. If you do not pass an item price for a mandatory addon when including the plan in a subscription, an addon-item price is automatically applied as explained below.optional neither marks it as recommended or mandatory but allows you a way to set a quantity and billing_cycles for the addon, for when it is applied to subscriptions with the plan.How auto-selection of the addon-item price works
\n
\n
\n
Charges
\n
\n
subscriptions inherit entitlements from items and/or item prices that are in them. Even so, there are many reasons why you may want to override the inherited entitlements on a subscription:\n
feature that the items on their subscription are not entitled to.feature.level without having to pay more.feature because it is irrelevant to them.feature bundles for each subscription instead of grouping features into a product catalog of items.entitlement_override expiryexpires_at has been set, then the entitlement_override object is no longer returned after expires_at has passed. The expiration of an entitlement_override does not trigger any event immediately. However, after expiry, the entitlement_override record gets deleted within 12 hours. This deletion triggers the entitlement_overrides_auto_removed event which can be considered as a notification, albeit delayed, for one or more entitlement_overrides having expired.subscriptions inherit entitlements from items and/or item prices that are in them. Even so, there are many reasons why you may want to override the inherited entitlements on a subscription:\n
feature that the items on their subscription are not entitled to.feature.level without having to pay more.feature because it is irrelevant to them.feature bundles for each subscription instead of grouping features into a product catalog of items.entitlement_override expiryexpires_at has been set, then the entitlement_override object is no longer returned after expires_at has passed. The expiration of an entitlement_override does not trigger any event immediately. However, after expiry, the entitlement_override record gets deleted within 12 hours. This deletion triggers the entitlement_overrides_auto_removed event which can be considered as a notification, albeit delayed, for one or more entitlement_overrides having expired.status transitions to active for the first time.status transitions to active for the second time or more.active from another status, while the change is backdated.pending_invoice_updated is triggered for changes specific to pending invoices; invoice_updated covers all other invoice changes.credit_unit for credit grants.\n
redirect_url\nwith the hosted page id\nand state\npassed as query string parameters. As soon as the redirection happens, retrieve the hosted page\nto get details of the customer, subscription, invoice etc.Embedding a hosted page
\n
redirect_url\nwith the hosted page id\nand state\npassed as query string parameters. As soon as the redirection happens, retrieve the hosted page\nto get details of the customer, subscription, invoice etc.Embedding a hosted page
metered items are billed at the end of the term via a pending invoice that can close automatically or via an API call. Moreover, when there are no metered items in the subscription, the invoices can still be generated as pending while creating or updating a subscription.Auto-collection
create_pending_invoices as true, on invoice closure), the payment method on file is charged:\n
paid.payment_due and dunning settings are taken into account for payment retries.not_paid.paid and the balance, if any, is added to excess payments for the customer.subscription_id is unavailable when the invoice has line items from multiple subscriptions. The individual subscription ids are seen under line_items.subscription_id.Recurring and non-recurring invoices
line_items[] with entity_type set to plan_item_price or addon_item_price. A non-recurring invoice contains no recurring line items.Refundable amount for an invoice
\n
amount_paidcredits_appliedlinked_taxes_withheld[].amountissued_credit_notes[i].cn_total where issued_credit_notes[i].cn_status is refunded or refund_due.metered items are billed at the end of the term via a pending invoice that can close automatically or via an API call. Moreover, when there are no metered items in the subscription, the invoices can still be generated as pending while creating or updating a subscription.Auto-collection
create_pending_invoices as true, on invoice closure), the payment method on file is charged:\n
paid.payment_due and dunning settings are taken into account for payment retries.not_paid.paid and the balance, if any, is added to excess payments for the customer.subscription_id is unavailable when the invoice has line items from multiple subscriptions. The individual subscription ids are seen under line_items.subscription_id.Recurring and non-recurring invoices
line_items[] with entity_type set to plan_item_price or addon_item_price. A non-recurring invoice contains no recurring line items.Refundable amount for an invoice
\n
amount_paidcredits_appliedlinked_taxes_withheld[].amountissued_credit_notes[i].cn_total where issued_credit_notes[i].cn_status is refunded or refund_due.true\n, the quantity is calculated from usage records.\nWhen false\n, the quantity\nis as determined while adding an item price to the subscription. Applicable only for items of type\nplan\nor addon\nand when Metered Billing\nis enabled. The value of this attribute cannot be changed.true, the quantity is calculated from usage records. When false, the quantity is as determined while adding an item price to the subscription. Applicable only for items of type plan or addon and when Metered Billing is enabled. The value of this attribute cannot be changed.metered.\nThis value overrides the one set at the site level\n.quantity\nof all usages for the current term.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the most recent usage_date\nis taken as the net quantity consumed.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the maximum value is taken as the net quantity consumed.metered.\nThis value overrides the one set at the site level\n.quantity\nof all usages for the current term.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the most recent usage_date\nis taken as the net quantity consumed.usage_date\nwithin the relevant billing period, the quantity\nof the usage record with the maximum value is taken as the net quantity consumed.Credit Grants
The Ledger Account Balance object
ledger_account_balance object is a real-time snapshot of credit grants for a single combination of subscription_id, unit_id and unit_type.\n
\n
Credit Grants
The Ledger Account Balance object
ledger_account_balance object is a real-time snapshot of credit grants for a single combination of subscription_id, unit_id and unit_type.\n
\n
9999999999999999999999999.9999999999 (up to 25 digits before the decimal and up to 10 digits after).end_balance to trace exactly how each ledger operation moved the balance over time.9999999999999999999999999.9999999999 (up to 25 digits before the decimal and up to 10 digits after).start_balance to trace exactly how each ledger operation moved the balance over time.feature.id.API Calls, Input Tokens.query over usage_event properties.active remain effective.usage_event properties. For example: SELECT SUM(api_calls) FROM events.query. Each entry describes one column used to measure usage.query. For example, request_count or input_tokens.meter.id.active remain effective.range.1 and unlimited.user licenses, the unit can be license.resource_version is updated with a new timestamp in milliseconds.true.1 for levels[0] and unlimited for levels[1].true for levels[1] and false for levels[0].feature.id.API Calls, Input Tokens.query over usage_event properties.usage_event properties. For example: SELECT SUM(api_calls) FROM events.\n
column_definitions.column_name.query.query. For example, request_count or input_tokens.id.range.1 and unlimited.API Calls, the unit can be request.resource_version is updated with a new timestamp in milliseconds.true.1 for levels[0] and unlimited for levels[1].true for levels[1] and false for levels[0].source.\nFor Apple App Store, it is the Transaction ID\nof the initial_purchase_transaction.\nFor Google Play Store, it is the Order ID\nof the initial_purchase_transaction\n.source.\nFor Apple App Store, it is the Transaction ID\nof the initial_purchase_transaction\n.id\nof the customer\nobject that is associated with this purchase. If the customer_id\nis not present in Chargebee when the record_a_purchase\nAPI request is made, the API will return an error. Use create_a_customer\nAPI to create a customer.id\nof the customer\nobject that is associated with this purchase. If the customer_id\nis not present in Chargebee when the record_a_purchase\nAPI request is made, Chargebee automatically creates the customer using the details provided in the request.id, the associated site_id, and a domain, along with its site_type and created_at timestamp.\n
",
- "enum" : [ "sandbox", "live", "both" ],
+ "description" : "null\n",
+ "enum" : [ "en", "fr", "de", "it", "pt", "es", "da", "tr", "fi", "sl", "zh", "sv", "ja", "ru", "nl", "lt", "lv", "et", "pl", "id", "cs", "sk", "ko", "no", "ro", "th", "vi", "bg", "hu", "uk", "hr" ],
"example" : null
},
"created_at" : {
@@ -206936,9 +209535,68 @@
"deprecated" : false,
"description" : "Timestamp indicating when this platform site was created.\n",
"example" : null
+ },
+ "timezone" : {
+ "type" : "string",
+ "default" : "UTC",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "created_from_ip" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "linked_sites" : {
+ "type" : "array",
+ "deprecated" : false,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 60,
+ "example" : null
+ },
+ "domain" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "minLength" : 4,
+ "example" : null
+ },
+ "type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "description" : "null\n",
+ "enum" : [ "sandbox", "live" ],
+ "example" : null
+ },
+ "status" : {
+ "type" : "string",
+ "deprecated" : false,
+ "description" : "null\n",
+ "enum" : [ "active", "disabled", "cancelled" ],
+ "example" : null
+ },
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ }
+ },
+ "required" : [ "created_at", "domain" ],
+ "example" : null
+ },
+ "example" : null
}
},
- "required" : [ "created_at", "id", "site_id" ],
+ "required" : [ "created_at", "domain" ],
"example" : null
},
"SiteMigrationDetail" : {
@@ -207025,6 +209683,12 @@
"maxLength" : 50,
"example" : null
},
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ },
"updated_at" : {
"type" : "integer",
"format" : "unix-time",
@@ -207033,7 +209697,7 @@
"example" : null
}
},
- "required" : [ "email", "id" ],
+ "required" : [ "created_at", "email", "id" ],
"example" : null
},
"SitePcMetaRecord" : {
@@ -207075,9 +209739,8 @@
},
"Status" : {
"type" : "string",
- "default" : "available",
"deprecated" : false,
- "enum" : [ "available", "exhausted", "scheduled", "in_grace_period" ],
+ "enum" : [ "active", "archived", "deleted", "available", "exhausted", "scheduled", "in_grace_period" ],
"example" : null
},
"Subscription" : {
@@ -207471,7 +210134,7 @@
"auto_close_invoices" : {
"type" : "boolean",
"deprecated" : false,
- "description" : "sandbox: Used for testing in a non-production environment.live: Used in production for real transactions.both: Supports both sandbox and live environments.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.false\nto override for this subscription, the site-level setting\nfor auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level\n.type\n= refund.\nThis value is set by Chargebee when an automated chargeback\noccurs. You can also set this explicitly when recording a refund\n.\n
metered attribute as true. Only recurring items can be can be set as metered. Recurring items are those of type plan or addon. A subscription can have both metered and non-metered items. The usages API (described in this page), is used to add, retrieve and delete usages for the metered items in a subscription.Invoicing Metered Item Prices
subscription_id and item_price_id, there can be only one usage record for a specific usage_date. At the end of each term, the invoice is generated with status as pending. Any remaining usage records can continue to be added to the subscription until the invoice closes automatically or is closed via an API call. If a usage record has erroneous information and you want to correct it, delete the usage and add it again.\n
\n
metered attribute as true. Only recurring items can be can be set as metered. Recurring items are those of type plan or addon. A subscription can have both metered and non-metered items. The usages API (described in this page), is used to add, retrieve and delete usages for the metered items in a subscription.Invoicing Metered Item Prices
subscription_id and item_price_id, there can be only one usage record for a specific usage_date. At the end of each term, the invoice is generated with status as pending. Any remaining usage records can continue to be added to the subscription until the invoice closes automatically or is closed via an API call. If a usage record has erroneous information and you want to correct it, delete the usage and add it again.\n
Upload usage events using files
usage_file object using the upload endpoint. This returns an url.text/csv files are supported.url.\nMake an HTTP PUT request to the upload URL. Include the file in the request body as binary data (raw file content).usage_file_status using the retrieve_file_processing_status endpoint.Best practices
\n
File upload constraints
\n
_ and hyphens -..csv.File field constraints
\n
deduplication_id subscription_id usage_timestamp input_tokens output_tokens 123e4567-e89b-12d3 Sub-01 1741156511000 100 100 987f6543-b21c-34a5 Sub-02 1741156511001 859 194 \n
deduplication_id, subscription_id, and usage_timestamp.deduplication_id, subscription_id, and usage_timestamp. Rows missing any of these fields are flagged as failed events.deduplication_id, subscription_id, and usage_timestamp) will automatically be added to the properties.\n
\na-z)\n
\na-z)0-9)_)Valid Examples Invalid Examples input_tokensInputTokensoutput_tokensOutput Tokensfeature_usage_1123outputoutput_valueoutput@valueinput_valueinput-valueValidating and handling errors
Error Code Description INVALID_FILE\n
DUPLICATE_COLUMNSThis error occurs when the file contains duplicate column headers, which must be unique. Error Message: "Duplicate columns found: [list of duplicates]. Please remove duplicates from your file before uploading again." RECORD_LIMIT_EXCEEDEDThis error occurs when the number of records in the uploaded file exceeds the system-defined limit. The [limit] placeholder specifies the maximum allowed records. Error Message: "The number of records exceeds the allowed limit of [limit]. Please reduce the number of records in the file and try uploading again."PARTIAL_FAILUREThis error indicates that some records in the file failed to process, while others were processed successfully. Review the failed records in the UI or failed queue for more details. Error Message: "Some records in the file could not be processed successfully. Please check the failed records in the [UI/Failed Queue] for more details." COMPLETE_FAILUREThis error indicates that all records in the uploaded file failed to process. Review the file, fix the issues, and try uploading it again. Error Message: "All records in the file failed to process. Please check the failed records in the [UI/Failed Queue] for more details." INVALID_COLUMNSThis error indicates that the file contains invalid column headers. Error Message: "Invalid columns found: [list of invalid headers]. Please correct column names in your file before uploading again." Upload usage events using files
usage_file object using the upload endpoint. This returns an url.text/csv files are supported.url.\nMake an HTTP PUT request to the upload URL. Include the file in the request body as binary data (raw file content).usage_file_status using the retrieve_file_processing_status endpoint.Best practices
\n
File upload constraints
\n
_ and hyphens -..csv.File field constraints
\n
deduplication_id subscription_id usage_timestamp input_tokens output_tokens 123e4567-e89b-12d3 Sub-01 1741156511000 100 100 987f6543-b21c-34a5 Sub-02 1741156511001 859 194 \n
deduplication_id, subscription_id, and usage_timestamp.deduplication_id, subscription_id, and usage_timestamp. Rows missing any of these fields are flagged as failed events.deduplication_id, subscription_id, and usage_timestamp) will automatically be added to the properties.\n
\na-z)\n
\na-z)0-9)_)Valid Examples Invalid Examples input_tokensInputTokensoutput_tokensOutput Tokensfeature_usage_1123outputoutput_valueoutput@valueinput_valueinput-valueValidating and handling errors
Error Code Description INVALID_FILE\n
DUPLICATE_COLUMNSThis error occurs when the file contains duplicate column headers, which must be unique. Error Message: "Duplicate columns found: [list of duplicates]. Please remove duplicates from your file before uploading again." RECORD_LIMIT_EXCEEDEDThis error occurs when the number of records in the uploaded file exceeds the system-defined limit. The [limit] placeholder specifies the maximum allowed records. Error Message: "The number of records exceeds the allowed limit of [limit]. Please reduce the number of records in the file and try uploading again."PARTIAL_FAILUREThis error indicates that some records in the file failed to process, while others were processed successfully. Review the failed records in the UI or failed queue for more details. Error Message: "Some records in the file could not be processed successfully. Please check the failed records in the [UI/Failed Queue] for more details." COMPLETE_FAILUREThis error indicates that all records in the uploaded file failed to process. Review the file, fix the issues, and try uploading it again. Error Message: "All records in the file failed to process. Please check the failed records in the [UI/Failed Queue] for more details." INVALID_COLUMNSThis error indicates that the file contains invalid column headers. Error Message: "Invalid columns found: [list of invalid headers]. Please correct column names in your file before uploading again." Impacts
Subscription and Ramps: Impact on existing scheduled changes
@@ -582,7 +582,7 @@ paths:
taxes[] and line_item_taxes[] are computed based on the tax configuration as of invoice_date.create_pending_invoices is set to true, and if the site is configured to set invoice dates to date of closing, then upon invoice closure, this date is changed to the invoice closing date.create_pending_invoices is set to true, and if the site is configured to set invoice dates to date of closing, then upon invoice closure, this date is changed to the invoice closing date.Prerequisites & Constraints
@@ -5499,7 +5508,7 @@ paths:
description: |-
false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level.
Possible values are : true, falsePrerequisites & Constraints
non_renewing, active, and paused, current_term_end is required.status changes from any other, to either active or non_renewing.
-
status is active, non_renewing, cancelled, or paused, activated_at must be on or after trial_end or started_at. Additionally, activated_at must be on or before current_term_start.status is in_trial, activated_at must precede trial_start.status as future.status changes from any other, to\
+ \ either active or non_renewing.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.
-
create_current_term_invoice is true.payment_method is check.
-
create_current_term_invoice is true.payment_method is check.
-
create_current_term_invoice is true.
-
pricing_model is flat_fee or per_unit.apply_on = specific_item_price.ramps feature is enabled and there is more than one ramp on a subscription, this API will return the subscription with the upcoming ramp applied.Prerequisites & Constraints
@@ -9584,7 +9605,7 @@ paths:
- BasicAuth: []
/subscriptions/{subscription-id}/remove_scheduled_changes:
post:
- summary: Remove scheduled changes
+ summary: Remove scheduled changes from a subscription
description: |-
Review the changes before removing them
Prerequisites & Constraints
@@ -10389,7 +10410,7 @@ paths:
- BasicAuth: []
/customers/{customer-id}/subscription_for_items:
post:
- summary: Create subscription for Items
+ summary: Create a subscription
description: |-
false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.
-
offline_payment_method cannot be passed when auto_collection is set to on.
-
-
locale, or if you pass it but it is not added and activated in Chargebee, then the primary language for customers would be used.
-
off when passing this parameter.
-
payment_intent resource. If you provide this parameter, you do not need to pass other payment_intent parameters.
-
payment_intent.status must be authorized.payment_intent\
+ \ resource. If you provide this parameter, you do not need\
+ \ to pass other payment_intent parameters.auto_collection is on for the customer.Automation
type
- charge.line_items
- with entity_type
- adhoc.type\
+ \ charge.create_pending_invoice\
+ \ is true,\
+ \ the invoice is created in pending status without collecting payment. You can review the invoice,\
+ \ add more charges if needed, and close it later via the close a pending invoice\
+ \ operation.line_items with entity_type adhoc.
+
create_pending_invoice is true, auto_collection cannot be passed. When the pending invoice is closed, the subscription auto_collection setting is used when available; otherwise, the customer auto_collection setting applies.line_item_taxes
are computed based on the tax configuration as of this date. The date should not be more than one calendar month into the past. For example, if today is 13th January, then you cannot pass a value that is earlier than 13th December.
example: null
+ create_pending_invoice:
+ type: boolean
+ deprecated: false
+ description: |-
+ true, the invoice is created with status as pending and payment is not collected. The invoice can be closed later via the close a pending invoice operation.
+
subscription_id must be provided.
+
true. This includes payment_source_id, authorization_transaction_id, auto_collection, payment_method parameters, card parameters, payment_intent parameters, and token_id.auto_collection cannot be overridden on this request. When the pending invoice is closed, the subscription or customer auto_collection setting applies.
-
invoice.id.invoice.id.
-
subscription_id is not provided.
-
subscription_id is provided:
-
-
- customer_id must match the subscription's customer.customer_id must match the gifter's customer.
-
customer_id is not provided. ORline_items.subscription_id[] are not provided.
-
line_items[amount][]) - (sum of discounts[amount][]) + (sum of taxes[amount][]) + round_off_amount.0 if hiding zero-value line items is enabled.
-
status can be posted only if payment terms for one-time invoices is enabled. Contact Support to enable this feature.status when it has line items that belong to items that are metered or when the subscription.create_pending_invoicesattribute is set to true.
The invoice is yet to be closed (sent for payment collection). All invoices are generated with this status when Metered Billing is enabled for the site.
-
status can be pending only if Metered Billing is enabled for the site.
-
due_date can be provided only if payment terms for one-time invoices is enabled. Contact Support to enable this feature.
-
status is posted.
-
status is posted.status is payment_due.invoice.date until payment for the invoice is due.
-
net_term_days can be provided only if payment terms for one-time invoices is enabled. Contact Support to enable this feature.
-
status is posted.invoice.date
+ until payment for the invoice is due.
-
true only for a recurring invoice.status is paid.
-
subscription_id is provided.line_items[] or none.current_term_end of the subscriptions provided must fall on the same calendar date according to the site's timezone.customer_id).
line_items.subscription_id[] are specified, this indicates a consolidated invoice.
-
entity_type is not adhoc.
-
entity_type is not adhoc:
-
-
- entity_id must be a valid ID for an entity of the same item_type as entity_type.item_price belonging to item with metered set to true are not supported.
-
discounts[entity_type] is item_level_coupon or document_level_coupon.
-
line_items[id][].coupon
, then this is the id
- of the coupon. Is required when discounts[entity_type]
- is item_level_coupon
- or document_level_coupon
- .
-
payment[] array must not be sent when any of the following conditions are met:
-
-
- status is pending or voidedtotal is 0
-
notes[] are not supported when status is pending.
amount_due decreases by the allocated amountstatus changes to paid if the amount_due becomes zerolinked_refunds[] are provided, then for each refund provided, a transaction of type refund is created with status set to success.date filter (for example, date[after] or date[between])\
+ \ when listing transactions. If you are already filtering by updated_at, you\
+ \ do not need to also filter by date.sort_by
+ input parameter as date
+ for a faster response.
+ Supported operators :
+ after, before, on, between
openCheckout() to open the hosted page in a modal popup in your website or application.Gifter customer resource lookup and\
@@ -73110,7 +73287,7 @@ paths:
- BasicAuth: []
/hosted_pages/collect_now:
post:
- summary: Collect Now
+ summary: Collect now
description: "
openCheckout() to open the hosted page in a modal popup in your website or application.status as active or non_renewing. This operation is not allowed when any of the following conditions hold true for the subscription:
status is not voided.
-
pending, pass first_invoice_pending as true.true, you create the first invoice as pending allowing you to add the previous term's metered charges to it before closing. This is useful when the subscription is moved to Chargebee from a different billing system. As applicable to all pending invoices, this invoice is also closed automatically or via an API call.true, you create the first invoice as pending allowing you to add the previous term's metered charges to it before closing. This is useful when the subscription is moved to Chargebee from a different billing system. As applicable to all pending invoices, this invoice is also closed automatically or via an API call.create_pending_invoices is true.false
to prevent the automatic closing of invoices for this subscription. The value passed here takes precedence over the value stored at the customer level
.metered item.metered item. This endpoint is part of the\
+ \ Usages API for Automated Metered Billing..csv files..csv file whose columns match the customer schema. This file format can be readily imported through the UI by using Bulk Operations.true
- , the quantity is calculated from usage records.
- When false
- , the quantity
- is as determined while adding an item price to the subscription. Applicable only for items of type
- plan
- or addon
- and when Metered Billing
- is enabled. The value of this attribute cannot be changed.true,\
+ \ the quantity is calculated from usage\
+ \ records. When false,\
+ \ the quantity is as determined\
+ \ while adding an item price to the subscription. Applicable\
+ \ only for items of type plan or addon and when Metered Billing is enabled.\
+ \ The value of this attribute cannot be changed.metered.
- This value overrides the one set at the site level
+ This value overrides the one set at the site level
.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
..csv files..csv file whose columns match the subscription schema. This file format can be readily imported through the UI by using Bulk Operations.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.Use Cases
Filter by custom fields
plan, addon, or charge. Each type can have its own custom fields, so the filter parameter is scoped per item type rather than shared across items.cf_CUSTOM_FIELD_NAME is the API name of a custom field configured on the corresponding item type:plan_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
+ Use Cases
Filter by custom fields
plan, addon, or charge. Each type can have its own custom fields, so the filter parameter is scoped per item type rather than shared across items.cf_CUSTOM_FIELD_NAME is the exact, case-sensitive API name of a custom field configured on the corresponding item type:plan_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
addon_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
charge_item[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
cf_package_id, pass it as a query parameter:curl https://{site}.chargebee.com/api/v2/items \
@@ -131560,15 +131869,7 @@ paths:
in: query
description: |-
true
- , the quantity is calculated from usage records.
- When false
- , the quantity
- is as determined while adding an item price to the subscription. Applicable only for items of type
- plan
- or addon
- and when Metered Billing
- is enabled. The value of this attribute cannot be changed. Possible values are : true, falsetrue, the quantity is calculated from usage records. When false, the quantity is as determined while adding an item price to the subscription. Applicable only for items of type plan or addon and when Metered Billing is enabled. The value of this attribute cannot be changed. Possible values are : true, falsemetered.
- This value overrides the one set at the site level.
+ This value overrides the one set at the site level.
Possible values are : sum_of_usages, last_usage, max_usage.
-
- testing - desc .
- Total with tags: 38 characters,
- inner text: 'testing desc' (12 characters).true
- , the quantity is calculated from usage records.
- When false
- , the quantity
- is as determined while adding an item price to the subscription. Applicable only for items of type
- plan
- or addon
- and when Metered Billing
- is enabled. The value of this attribute cannot be changed.metered to true.metered is applicable only for items of type addon. When true, the quantity is calculated from usage events. When false, you must provide the quantity when adding an item price that belongs to this item to a subscription (for example, when creating or updating the subscription).metered is applicable only for items of type plan or addon. When true, the quantity is calculated from usage records. When false, you must provide the quantity when adding an item price that belongs to this item to a subscription (for example, when creating or updating the subscription).metered.
- This value overrides the one set at the site level.
+ This value overrides the one set at the site level.
.quantity
of all usages for the current term.Use Cases
Filter by custom fields
plan, addon, or charge), and each type can have its own custom fields. As a result, the filter parameter is scoped per item price type rather than shared across item prices.cf_CUSTOM_FIELD_NAME is the API name of a custom field configured on the corresponding item price type:plan_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
+ Use Cases
Filter by custom fields
plan, addon, or charge), and each type can have its own custom fields. As a result, the filter parameter is scoped per item price type rather than shared across item prices.cf_CUSTOM_FIELD_NAME is the exact, case-sensitive API name of a custom field configured on the corresponding item price type:plan_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
addon_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
charge_price[cf_CUSTOM_FIELD_NAME][OPERATOR]=VALUE
cf_region, pass it as a query parameter:curl https://{site}.chargebee.com/api/v2/item_prices \
@@ -137681,6 +137970,10 @@ paths:
deprecated: false
example: business_entity_id
properties:
+ is:
+ type: string
+ minLength: 1
+ example: null
is_present:
type: string
format: boolean
@@ -137688,10 +137981,6 @@ paths:
- "true"
- "false"
example: null
- is:
- type: string
- minLength: 1
- example: null
- name: include_site_level_resources
in: query
description: |-
@@ -138225,16 +138514,8 @@ paths:
description:
type: string
deprecated: false
- description: |-
-
-
- testing - desc .
- Total with tags: 38 characters,
- inner text: 'testing desc' (12 characters).
-
item_type = addon.pricing_model = per_unit.{in_app_subscription_app_id} and receipt then returns the subscription details associated with the purchase.Path Parameter
@@ -147920,7 +148231,7 @@ paths:
- BasicAuth: []
/in_app_subscriptions/{in-app-subscription-app-id}/import_receipt:
post:
- summary: Import Receipt
+ summary: Import receipt
description: |-
in_app_subscription
@@ -148295,7 +148606,7 @@ paths:
- BasicAuth: []
/in_app_subscriptions/{in-app-subscription-app-id}/import_subscription:
post:
- summary: Import Subscription Without Receipt
+ summary: Import subscription without receipt
description: |-
@@ -148716,7 +149027,7 @@ paths:
- BasicAuth: []
/in_app_subscriptions/{in-app-subscription-app-id}/process_purchase_command:
post:
- summary: Process Purchase Command
+ summary: Process purchase command
description: |-
@@ -150024,9 +150335,9 @@ paths:
deprecated: false
description: |-
item_price with item_type set to plan.item_price with item_type set to plan.item with type set to charge.item_price with item_type set to addon.item_price with item_type set to addon.omnichannel_subscription
to another customer. Updates the Omnichannel subscription's customer ID and related records, then triggers the OMNICHANNEL_SUBSCRIPTION_MOVED_IN
@@ -166122,7 +166454,7 @@ paths:
- BasicAuth: []
/omnichannel_subscriptions/{omnichannel-subscription-id}:
get:
- summary: Retrieve an Omnichannel subscription
+ summary: Retrieve an omnichannel subscription
description: omnichannel_subscription
@@ -166306,7 +166638,7 @@ paths:
- BasicAuth: []
/omnichannel_subscriptions/{omnichannel-subscription-id}/omnichannel_transactions:
get:
- summary: List Omnichannel transactions of an Omnichannel subscription
+ summary: List omnichannel transactions of an omnichannel subscription
description: |-
omnichannel_transaction
associated with the specified omnichannel_subscription
@@ -166533,7 +166865,7 @@ paths:
- BasicAuth: []
/omnichannel_subscriptions:
get:
- summary: List Omnichannel subscriptions
+ summary: List omnichannel subscriptions
description: |-
omnichannel_subscription
.source.
- For Apple App Store, this is the initial purchase Transaction ID; for Google Play Store this is the Order ID.
- Supported operators :
+ For Apple App Store, this is the initial purchase Transaction ID; for Google Play Store, this is the Purchase Token.id
- of the customer
- object that is associated with this purchase. If the customer_id
- is not present in Chargebee when the record_a_purchase
- API request is made, the API will return an error. Use create_a_customer
- API to create a customer.id of the customer
+ object that is associated with this purchase. The customer is created if one does not already exist.omnichannel_one_time_orders
objects.offset\
+ \ to the value of next_offset obtained in the previous iteration of the API call.name.subscription_id.
- The combination of usage_timestamp, subscription_id, and deduplication_id uniquely identifies each event.subscription_id = sub-1 at 2025-04-01T00:00:00.000Z, each event must have a distinct deduplication_id.
-
subscription_id is provided, usage data is recorded against it.subscription_id can be used, and the subscription can be imported later, once the usage is successfully recorded.subscription_id will be applied to the invoice.1738732394123
- represents the timestamp for February 5, 2025, at 05:13:14.123 UTC.status,
-
- string values such as accepted or processing in one context.200, 300, or 400.
-
updated_at attribute in descending order (most recently updated first).offset.subscription_id.
+ The combination of usage_timestamp, subscription_id, and deduplication_id uniquely identifies each event.subscription_id = sub-1 at 2025-04-01T00:00:00.000Z, each event must have a distinct deduplication_id.
+
subscription_id is provided, usage data is recorded against it.subscription_id can be used, and the subscription can be imported later, once the usage is successfully recorded.subscription_id will be applied to the invoice.1738732394123
+ represents the timestamp for February 5, 2025, at 05:13:14.123 UTC.status,
+
+ string values such as accepted or processing in one context.200, 300, or 400.
+
subscription_id.
+ The combination of usage_timestamp, subscription_id, and deduplication_id uniquely identifies each event.subscription_id = sub-1 at 2025-04-01T00:00:00.000Z, each event must have a distinct deduplication_id.
+
subscription_id is provided, usage data is recorded against it.subscription_id can be used, and the subscription can be imported later, once the usage is successfully recorded.subscription_id will be applied to the invoice.1738732394123
+ represents the timestamp for February 5, 2025, at 05:13:14.123 UTC.status,
+
+ string values such as accepted or processing in one context.200, 300, or 400.
+
status back to active.Prerequisites & Constraints
+
status must be archived.Impacts
+
status is changed to active.status is changed to active.
+
Prerequisites & Constraints
+
status must not be active.Impacts
API Calls, Input Tokens.request or token.usage_event properties. For example: SELECT SUM(api_calls) FROM events.
+
column_definitions.column_name.query.subscription_id.
- The combination of usage_timestamp, subscription_id, and deduplication_id uniquely identifies each event.subscription_id = sub-1 at 2025-04-01T00:00:00.000Z, each event must have a distinct deduplication_id.
-
subscription_id is provided, usage data is recorded against it.subscription_id can be used, and the subscription can be imported later, once the usage is successfully recorded.subscription_id will be applied to the invoice.query.
+
properties of a usage_event object in Chargebee.1738732394123
- represents the timestamp for February 5, 2025, at 05:13:14.123 UTC.status,
-
- string values such as accepted or processing in one context.200, 300, or 400.
-
Prerequisites & Constraints
+
active.Impacts
+
+
status are changed to archived.within_limit or in_alarm for this alert, use Retrieve alert status.within_limit or in_alarm for the given alert.Prerequisites & Constraints
-
alert_id must reference a global alert. Subscription-scoped alerts return a 400 error since they apply to only one subscription — use Retrieve alert status instead.alert_id must reference a global alert. Subscription-scoped alerts return a 400 error since they apply to only one subscription — use List alert statuses for a subscription instead.offset.offset.ledger_operation resource matching the given id, containing the full
- details of the operation including its type, amount, balance snapshot (start_balance, end_balance),
+ details of the operation including its type, amount, balance snapshots (provisioned_start_balance,
+ provisioned_end_balance, overdraft_start_balance, overdraft_end_balance),
timestamps, and any associated metadata.offset.feature.level without having to pay more.feature because it is irrelevant to them.feature bundles for each subscription instead of grouping features into a product catalog of items.entitlement_override expiryexpires_at has been set, then the entitlement_override object is no longer returned after expires_at has passed. The expiration of an entitlement_override does not trigger any event immediately. However, after expiry, the entitlement_override record gets deleted within 12 hours. This deletion triggers the entitlement_overrides_auto_removed event which can be considered as a notification, albeit delayed, for one or more entitlement_overrides having expired.entitlement_override expiryexpires_at has been set, then the entitlement_override object is no longer returned after expires_at has passed. The expiration of an entitlement_override does not trigger any event immediately. However, after expiry, the entitlement_override record gets deleted within 12 hours. This deletion triggers the entitlement_overrides_auto_removed event which can be considered as a notification, albeit delayed, for one or more entitlement_overrides having expired.metered items are billed at the end of the term via a pending invoice that can close automatically or via an API call. Moreover, when there are no metered items in the subscription, the invoices can still be generated as pending while creating or updating a subscription.Auto-collection
create_pending_invoices as true, on invoice closure), the payment method on file is charged:
+
metered items are billed at the end of the term via a pending invoice that can close automatically or via an API call. Moreover, when there are no metered items in the subscription, the invoices can still be generated as pending while creating or updating a subscription.Auto-collection
create_pending_invoices as true, on invoice closure), the payment method on file is charged:
paid.payment_due and dunning settings are taken into account for payment retries.not_paid.true
- , the quantity is calculated from usage records.
- When false
- , the quantity
- is as determined while adding an item price to the subscription. Applicable only for items of type
- plan
- or addon
- and when Metered Billing
- is enabled. The value of this attribute cannot be changed.true, the quantity is calculated from usage records.\
+ \ When false,\
+ \ the quantity\
+ \ is as determined while adding an item price to the subscription. Applicable\
+ \ only for items of type plan or addon and when Metered Billing is enabled. The\
+ \ value of this attribute cannot be changed.metered.
- This value overrides the one set at the site level
+ This value overrides the one set at the site level
.quantity
of all usages for the current term.
-
9999999999999999999999999.9999999999 (up to 25 digits before the decimal and up to 10 digits after).end_balance to trace exactly how each ledger operation moved the balance over time.9999999999999999999999999.9999999999 (up to 25 digits before the decimal and up to 10 digits after).start_balance to trace exactly how each ledger operation moved the balance over time.feature.id.API Calls, Input Tokens.query over usage_event properties.active remain effective.usage_event properties. For example: SELECT SUM(api_calls) FROM\
+ \ events.query.
+ Each entry describes one column used to measure usage.query. For example, request_count or\
+ \ input_tokens.meter.id.active remain effective.range.1 and unlimited.user licenses,\
+ \ the unit can be license.resource_version\
+ \ is updated with a new timestamp in milliseconds.true.1 for levels[0] and unlimited for levels[1].true for levels[1] and false for levels[0].feature.id.API Calls, Input Tokens.query over usage_event properties.usage_event properties. For example: SELECT SUM(api_calls) FROM events.
+
column_definitions.column_name.query.query. For example, request_count or\
+ \ input_tokens.id.range.1 and unlimited.API Calls,\
+ \ the unit can be request.resource_version\
+ \ is updated with a new timestamp in milliseconds.true.1 for levels[0] and unlimited for levels[1].true for levels[1] and false for levels[0].initial_purchase_transaction
.
- maxLength: 100
+ maxLength: 500
example: null
origin:
type: string
@@ -209286,7 +211844,7 @@ components:
For Apple App Store, it is the Transaction ID
of the initial_purchase_transaction
.
- maxLength: 100
+ maxLength: 500
example: null
app_id:
type: string
@@ -214863,6 +217421,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
success_url:
type: string
@@ -215160,6 +217721,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
id_at_gateway:
type: string
@@ -215535,6 +218099,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
id_at_gateway:
type: string
@@ -215697,6 +218264,45 @@ components:
- status
example: null
example: null
+ payment_intent_metadata:
+ type: object
+ deprecated: false
+ properties:
+ source:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - cb_js
+ - components_fields
+ - checkout_v3
+ - paynow_v3
+ - portal_v3
+ - gift_v3
+ - checkout_v4
+ - payment_component
+ - pc_inapp_v4
+ - pc_fpc_v4
+ example: null
+ client_ip_address:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ user_agent:
+ type: string
+ deprecated: false
+ maxLength: 1000
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ required:
+ - source
+ example: null
required:
- amount
- created_at
@@ -215880,6 +218486,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
PaymentMethodSavePolicy:
type: string
@@ -215940,6 +218549,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
PaymentReferenceNumber:
type: object
@@ -216760,6 +219372,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
example: null
reference_id:
type: string
@@ -217764,6 +220379,66 @@ components:
- source
- webhook_status
example: null
+ PaymentSourceBusinessEntityChangedEvent:
+ type: object
+ properties:
+ id:
+ type: string
+ description: |
+ The ID of the event
+ example: null
+ occurred_at:
+ type: integer
+ format: int64
+ description: |
+ Timestamp of the event
+ example: null
+ source:
+ type: string
+ description: |
+ Source of the event
+ example: null
+ object:
+ type: string
+ description: |
+ The object of the event
+ example: null
+ api_version:
+ type: string
+ description: |
+ API version
+ example: null
+ event_type:
+ type: string
+ description: |
+ Type of the event
+ example: null
+ webhook_status:
+ type: string
+ description: |
+ Status of webhook
+ example: null
+ content:
+ type: object
+ properties:
+ business_entity_transfer:
+ $ref: "#/components/schemas/BusinessEntityTransfer"
+ payment_source:
+ $ref: "#/components/schemas/PaymentSource"
+ required:
+ - business_entity_transfer
+ - payment_source
+ example: null
+ required:
+ - api_version
+ - content
+ - event_type
+ - id
+ - object
+ - occurred_at
+ - source
+ - webhook_status
+ example: null
PaymentSourceDeletedEvent:
type: object
properties:
@@ -220604,13 +223279,11 @@ components:
Once expired, the remaining balance in the associated grant block moves to expired_amount.customer_id
is not present in Chargebee when the record_a_purchase
- API request is made, the API will return an error. Use create_a_customer
- API to create a customer.
+ API request is made, Chargebee automatically creates the customer using the details provided in the request.
maxLength: 100
example: null
app_id:
@@ -228423,19 +231260,41 @@ components:
id, the associated site_id, and a domain, along with its site_type and created_at timestamp.
-
+ description: |
+ null
enum:
- - sandbox
- - live
- - both
+ - en
+ - fr
+ - de
+ - it
+ - pt
+ - es
+ - da
+ - tr
+ - fi
+ - sl
+ - zh
+ - sv
+ - ja
+ - ru
+ - nl
+ - lt
+ - lv
+ - et
+ - pl
+ - id
+ - cs
+ - sk
+ - ko
+ - "no"
+ - ro
+ - th
+ - vi
+ - bg
+ - hu
+ - uk
+ - hr
example: null
created_at:
type: integer
@@ -228466,10 +231350,67 @@ components:
description: |
Timestamp indicating when this platform site was created.
example: null
+ timezone:
+ type: string
+ default: UTC
+ deprecated: false
+ maxLength: 50
+ example: null
+ created_from_ip:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ linked_sites:
+ type: array
+ deprecated: false
+ items:
+ type: object
+ deprecated: false
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 60
+ example: null
+ domain:
+ type: string
+ deprecated: false
+ maxLength: 50
+ minLength: 4
+ example: null
+ type:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - sandbox
+ - live
+ example: null
+ status:
+ type: string
+ deprecated: false
+ description: |
+ null
+ enum:
+ - active
+ - disabled
+ - cancelled
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ required:
+ - created_at
+ - domain
+ example: null
+ example: null
required:
- created_at
- - id
- - site_id
+ - domain
example: null
SiteMigrationDetail:
type: object
@@ -228598,6 +231539,11 @@ components:
ID of the associated customer. Maximum length is 50 characters.
maxLength: 50
example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
updated_at:
type: integer
format: unix-time
@@ -228606,6 +231552,7 @@ components:
Unix timestamp when this site owner was last updated.
example: null
required:
+ - created_at
- email
- id
example: null
@@ -228660,9 +231607,11 @@ components:
example: null
Status:
type: string
- default: available
deprecated: false
enum:
+ - active
+ - archived
+ - deleted
- available
- exhausted
- scheduled
@@ -229297,7 +232246,7 @@ components:
deprecated: false
description: |-
sandbox: Used for testing in a non-production environment.live: Used in production for real transactions.both: Supports both sandbox and live environments.false
- to override for this subscription, the site-level setting
+ to override for this subscription, the site-level setting
for auto-closing invoices. Only applicable when auto-closing invoices has been enabled for the site. This attribute has a higher precedence than the same attribute at the customer level
.
+
metered attribute as true. Only recurring items can be can be set as metered. Recurring items are those of type plan or addon. A subscription can have both metered and non-metered items. The usages API (described in this page), is used to add, retrieve and delete usages for the metered items in a subscription.Invoicing Metered Item Prices
subscription_id and item_price_id, there can be only one usage record for a specific usage_date. At the end of each term, the invoice is generated with status as pending. Any remaining usage records can continue to be added to the subscription until the invoice closes automatically or is closed via an API call. If a usage record has erroneous information and you want to correct it, delete the usage and add it again.
-
metered attribute as true. Only recurring items can be can be set as metered. Recurring items are those of type plan or addon. A subscription can have both metered and non-metered items. The usages API (described in this page), is used to add, retrieve and delete usages for the metered items in a subscription.Invoicing Metered Item Prices
subscription_id and item_price_id, there can be only one usage record for a specific usage_date. At the end of each term, the invoice is generated with status as pending. Any remaining usage records can continue to be added to the subscription until the invoice closes automatically or is closed via an API call. If a usage record has erroneous information and you want to correct it, delete the usage and add it again.
+
Upload usage events using files
usage_file object using the upload endpoint. This returns an url.text/csv files are supported.url.
+ Upload usage events using files
usage_file object using the upload endpoint. This returns an url.text/csv files are supported.url.
Make an HTTP PUT request to the upload URL. Include the file in the request body as binary data (raw file content).usage_file_status using the retrieve_file_processing_status endpoint.Best practices
@@ -240076,6 +243046,7 @@ components:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -240248,6 +243219,14 @@ components:
default: false
description: Indicates whether to include deleted objects in the list. The
deleted objects have the attribute `deleted` as `true`.
+ credit-unit-id:
+ name: credit-unit-id
+ in: path
+ required: true
+ style: simple
+ explode: false
+ schema:
+ type: string
chargebee-request-origin-ip:
name: chargebee-request-origin-ip
in: header
@@ -240616,6 +243595,14 @@ components:
explode: false
schema:
type: string
+ site-id:
+ name: site-id
+ in: path
+ required: true
+ style: simple
+ explode: false
+ schema:
+ type: string
invoice-id:
name: invoice-id
in: path
@@ -240648,14 +243635,6 @@ components:
explode: false
schema:
type: string
- platform-site-id:
- name: platform-site-id
- in: path
- required: true
- style: simple
- explode: false
- schema:
- type: string
offer-fulfillment-id:
name: offer-fulfillment-id
in: path
@@ -244260,6 +247239,20 @@ webhooks:
"200":
description: Webhook received successfully
deprecated: false
+ payment_source_business_entity_changed:
+ post:
+ summary: Triggered when a payment source's business entity is changed
+ operationId: onPayment_source_business_entity_changedWebhook
+ requestBody:
+ description: Payload for payment_source_business_entity_changed event
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/PaymentSourceBusinessEntityChangedEvent"
+ responses:
+ "200":
+ description: Webhook received successfully
+ deprecated: false
promotional_credits_added:
description:
type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
@@ -68379,8 +68519,8 @@
},
"is_not" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
@@ -68390,26 +68530,26 @@
},
"in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
"x-cb-sdk-enum-api-name" : "PaymentMethod",
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
"x-cb-sdk-enum-api-name" : "PaymentMethod",
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
}
}
@@ -82827,7 +82967,7 @@
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 34,
+ "x-cb-sort-order" : 37,
"maxLength" : 2000,
"example" : null
},
@@ -82838,7 +82978,7 @@
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 35,
+ "x-cb-sort-order" : 38,
"example" : null
},
"coupon" : {
@@ -82847,7 +82987,7 @@
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 39,
+ "x-cb-sort-order" : 42,
"maxLength" : 100,
"example" : null
},
@@ -82857,7 +82997,7 @@
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 40,
+ "x-cb-sort-order" : 43,
"items" : {
"type" : "string",
"deprecated" : false,
@@ -82875,7 +83015,7 @@
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 41,
+ "x-cb-sort-order" : 44,
"maxLength" : 40,
"example" : null
},
@@ -82885,7 +83025,7 @@
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 42,
+ "x-cb-sort-order" : 45,
"maxLength" : 40,
"example" : null
},
@@ -82902,7 +83042,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "AutoCollection",
"x-cb-global-enum-reference" : "./schemas/enums/AutoCollection.yaml",
- "x-cb-sort-order" : 43,
+ "x-cb-sort-order" : 46,
"example" : null
},
"invoice_date" : {
@@ -82912,7 +83052,7 @@
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 66,
+ "x-cb-sort-order" : 69,
"example" : null
},
"invoice" : {
@@ -82957,7 +83097,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "invoices",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 38,
+ "x-cb-sort-order" : 41,
"maxLength" : 100,
"example" : null
}
@@ -82980,7 +83120,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 49,
+ "x-cb-sort-order" : 52,
"maxLength" : 150,
"example" : null
},
@@ -82992,7 +83132,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 50,
+ "x-cb-sort-order" : 53,
"maxLength" : 150,
"example" : null
},
@@ -83005,7 +83145,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 51,
+ "x-cb-sort-order" : 54,
"maxLength" : 70,
"example" : null
},
@@ -83017,7 +83157,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 52,
+ "x-cb-sort-order" : 55,
"maxLength" : 250,
"example" : null
},
@@ -83029,7 +83169,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 53,
+ "x-cb-sort-order" : 56,
"maxLength" : 50,
"example" : null
},
@@ -83041,7 +83181,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 54,
+ "x-cb-sort-order" : 57,
"maxLength" : 150,
"example" : null
},
@@ -83053,7 +83193,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 55,
+ "x-cb-sort-order" : 58,
"maxLength" : 150,
"example" : null
},
@@ -83065,7 +83205,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 56,
+ "x-cb-sort-order" : 59,
"maxLength" : 150,
"example" : null
},
@@ -83077,7 +83217,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 57,
+ "x-cb-sort-order" : 60,
"maxLength" : 50,
"example" : null
},
@@ -83089,7 +83229,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 58,
+ "x-cb-sort-order" : 61,
"maxLength" : 50,
"example" : null
},
@@ -83101,7 +83241,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 59,
+ "x-cb-sort-order" : 62,
"maxLength" : 50,
"example" : null
},
@@ -83113,7 +83253,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 60,
+ "x-cb-sort-order" : 63,
"maxLength" : 20,
"example" : null
},
@@ -83125,7 +83265,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "shipping_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 61,
+ "x-cb-sort-order" : 64,
"maxLength" : 50,
"example" : null
},
@@ -83145,7 +83285,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "ValidationStatus",
"x-cb-global-enum-reference" : "./schemas/enums/ValidationStatus.yaml",
- "x-cb-sort-order" : 62,
+ "x-cb-sort-order" : 65,
"example" : null
}
},
@@ -83167,7 +83307,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "billing_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 70,
+ "x-cb-sort-order" : 73,
"maxLength" : 150,
"example" : null
},
@@ -83179,7 +83319,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "billing_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 71,
+ "x-cb-sort-order" : 74,
"maxLength" : 150,
"example" : null
},
@@ -83191,7 +83331,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "billing_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 72,
+ "x-cb-sort-order" : 75,
"maxLength" : 150,
"example" : null
},
@@ -83203,7 +83343,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "billing_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 73,
+ "x-cb-sort-order" : 76,
"maxLength" : 50,
"example" : null
},
@@ -83215,7 +83355,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "billing_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 74,
+ "x-cb-sort-order" : 77,
"maxLength" : 50,
"example" : null
},
@@ -83227,7 +83367,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "billing_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 75,
+ "x-cb-sort-order" : 78,
"maxLength" : 20,
"example" : null
},
@@ -83239,7 +83379,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "billing_addresses",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 76,
+ "x-cb-sort-order" : 79,
"maxLength" : 50,
"example" : null
},
@@ -83259,7 +83399,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "ValidationStatus",
"x-cb-global-enum-reference" : "./schemas/enums/ValidationStatus.yaml",
- "x-cb-sort-order" : 77,
+ "x-cb-sort-order" : 80,
"example" : null
}
},
@@ -83386,6 +83526,38 @@
"example" : null
},
"example" : null
+ },
+ "description" : {
+ "type" : "array",
+ "items" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "item_prices",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 34,
+ "maxLength" : 250,
+ "example" : null
+ },
+ "example" : null
+ },
+ "entity_description" : {
+ "type" : "array",
+ "items" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "item_prices",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 35,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "example" : null
}
},
"example" : null
@@ -83779,6 +83951,22 @@
"example" : null
},
"example" : null
+ },
+ "entity_description" : {
+ "type" : "array",
+ "items" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "charges",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 36,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "example" : null
}
},
"example" : null
@@ -83807,7 +83995,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "EntityType",
"x-cb-global-enum-reference" : "./schemas/enums/EntityType.yaml",
- "x-cb-sort-order" : 36,
+ "x-cb-sort-order" : 39,
"example" : null
},
"example" : null
@@ -83822,7 +84010,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "notes_to_remove",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 37,
+ "x-cb-sort-order" : 40,
"maxLength" : 100,
"example" : null
},
@@ -83849,7 +84037,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "discounts",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 44,
+ "x-cb-sort-order" : 47,
"maximum" : 100,
"minimum" : 0.01,
"example" : null
@@ -83868,7 +84056,7 @@
"x-cb-meta-model-name" : "discounts",
"x-cb-is-api-column" : true,
"x-cb-is-money-column" : true,
- "x-cb-sort-order" : 45,
+ "x-cb-sort-order" : 48,
"minimum" : 0,
"example" : null
},
@@ -83885,7 +84073,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "discounts",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 46,
+ "x-cb-sort-order" : 49,
"minimum" : 1,
"example" : null
},
@@ -83908,7 +84096,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "ApplyOn",
"x-cb-global-enum-reference" : "./schemas/enums/ApplyOn.yaml",
- "x-cb-sort-order" : 47,
+ "x-cb-sort-order" : 50,
"example" : null
},
"example" : null
@@ -83923,7 +84111,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "discounts",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 48,
+ "x-cb-sort-order" : 51,
"maxLength" : 100,
"example" : null
},
@@ -83950,7 +84138,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "tax_providers_fields",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 63,
+ "x-cb-sort-order" : 66,
"maxLength" : 50,
"example" : null
},
@@ -83966,7 +84154,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "tax_providers_fields",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 64,
+ "x-cb-sort-order" : 67,
"maxLength" : 50,
"example" : null
},
@@ -83982,7 +84170,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "tax_providers_fields",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 65,
+ "x-cb-sort-order" : 68,
"maxLength" : 50,
"example" : null
},
@@ -84452,7 +84640,7 @@
"payment_method_type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-sub-resource" : true,
@@ -116969,8 +117157,8 @@
"properties" : {
"is" : {
"type" : "string",
- "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
+ "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed` - Sent when a payment source's business entity is changed.\n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
"x-cb-deprecated-enum-values" : "netd_payment_due_reminder,product_created,product_updated,product_deleted,variant_created,variant_updated,variant_deleted,omnichannel_subscription_item_downgrade_scheduled,omnichannel_subscription_item_scheduled_downgrade_removed",
"x-cb-is-external-enum" : true,
"x-cb-is-api-column" : true,
@@ -116980,8 +117168,8 @@
},
"is_not" : {
"type" : "string",
- "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
+ "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed` - Sent when a payment source's business entity is changed.\n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
"x-cb-deprecated-enum-values" : "netd_payment_due_reminder,product_created,product_updated,product_deleted,variant_created,variant_updated,variant_deleted,omnichannel_subscription_item_downgrade_scheduled,omnichannel_subscription_item_scheduled_downgrade_removed",
"x-cb-is-external-enum" : true,
"x-cb-is-api-column" : true,
@@ -116991,26 +117179,26 @@
},
"in" : {
"type" : "string",
- "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
+ "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed` - Sent when a payment source's business entity is changed.\n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
"x-cb-deprecated-enum-values" : "netd_payment_due_reminder,product_created,product_updated,product_deleted,variant_created,variant_updated,variant_deleted,omnichannel_subscription_item_downgrade_scheduled,omnichannel_subscription_item_scheduled_downgrade_removed",
"x-cb-is-external-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
"x-cb-sdk-enum-api-name" : "EventType",
- "pattern" : "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\]$",
+ "pattern" : "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
+ "description" : "* `coupon_created` - Sent when a coupon is created. \n* `coupon_updated` - Sent when a coupon is changed. \n* `coupon_deleted` - Sent when a coupon is deleted. \n* `coupon_set_created` - Sent when a coupon set is created\n* `coupon_set_updated` - Sent when a coupon set is changed\n* `coupon_set_deleted` - Sent when a coupon set is deleted\n* `coupon_codes_added` - Sent when coupon codes are added in coupon set\n* `coupon_codes_deleted` - Sent when coupon codes are deleted in coupon set\n* `coupon_codes_updated` - Sent when coupon codes are updated\n* `customer_created` - Sent when a customer is created. This event happens when only a new customer is created or when a customer is automatically created during new subscription creation.\n* `customer_changed` - Sent when a customer is changed\n* `customer_deleted` - Sent when a customer is deleted\n* `customer_moved_out` - Sent when a customer is copied to another site\n* `customer_moved_in` - Sent when a customer is copied from another site\n* `promotional_credits_added` - Sent when a customer prmotion credits added\n* `promotional_credits_deducted` - Sent when a customer prmotion credits deducted\n* `subscription_created` - Sent when a new subscription is created.\n* `subscription_created_with_backdating` - Sent when a new subscription is created with backdating.\n* `subscription_started` - Sent when a 'future' subscription gets started at the scheduled date.\n* `subscription_trial_end_reminder` - Sent when the customer's trial period is about to end.\n* `subscription_activated` - Sent after the subscription has been moved from trial to active state\n* `subscription_activated_with_backdating` - Sent after the subscription changes to `active` from another `status`, while the change is backdated.\n* `subscription_changed` - Sent after the subscription's recurring items have been changed\n* `subscription_trial_extended` - Trial Extension\n* `mrr_updated` - Sent when either of MRR or CMRR of a subscription changes\n* `subscription_changed_with_backdating` - Sent after the subscription's recurring items have been changed with backdated date\n* `subscription_cancellation_scheduled` - Sent when subscription is scheduled to cancel at end of current term\n* `subscription_cancellation_reminder` - Sent when the customer's subscription is nearing it's scheduled cancellation date.\n* `subscription_cancelled` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_canceled_with_backdating` - Sent when the subscription gets cancelled. If cancelled due to non payment or card not present, the subscription will have the possible reason as 'cancel_reason'.\n* `subscription_reactivated` - Sent when the subscription is moved from cancelled state to active or in_trial state\n* `subscription_reactivated_with_backdating` - Sent when the subscription is moved from cancelled state to active or in_trial state with past date\n* `subscription_renewed` - Sent when the subscription is renewed from the current term.\n* `subscription_items_renewed` - Sent when one or more Subscription Items are renewed\n* `subscription_scheduled_cancellation_removed` - Sent when scheduled cancellation is removed for the subscription.\n* `subscription_changes_scheduled` - Sent when subscription changes are scheduled for later. Changes will be applied at the end of current term.\n* `subscription_scheduled_changes_removed` - Sent when scheduled change for the subscription is removed.\n* `subscription_shipping_address_updated` - Triggered when shipping address is added or updated for a subscription.\n* `subscription_deleted` - Sent when a subscription has been deleted\n* `subscription_paused` - Sent when the subscription is paused.\n* `subscription_pause_scheduled` - Sent when the subscription is scheduled to pause.\n* `subscription_scheduled_pause_removed` - Triggered when scheduled pause is removed for the subscription.\n* `subscription_resumed` - Sent when the subscription is moved from paused state to active state\n* `subscription_resumption_scheduled` - Triggered when the subscription resumption is scheduled.\n* `subscription_scheduled_resumption_removed` - Triggered when scheduled resumption is removed for the subscription.\n* `subscription_advance_invoice_schedule_added` - Triggered when advance invoice is scheduled for a subscription.\n* `subscription_advance_invoice_schedule_updated` - Triggered when scheduled advance invoice is updated for a subscription.\n* `subscription_advance_invoice_schedule_removed` - Triggered when scheduled advance invoice is removed for a subscription.\n* `pending_invoice_created` - Event triggered (in the case of metered billing) when a \"Pending\" invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled.\n* `pending_invoice_updated` - Event triggered when the option \"Notify and wait to close invoices\" is enabled, and the 'Pending' invoice is updated.\n* `invoice_generated` - Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a \"Pending\" invoice is closed.\n* `invoice_generated_with_backdating` - Event triggered when a new invoice is generated with past date as invoice date.\n* `invoice_updated` - Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed.\n* `invoice_deleted` - Event triggered when an invoice is deleted.\n* `credit_note_created` - Sent when a credit note is created\n* `credit_note_created_with_backdating` - Sent when a credit note is created with past date as credit note date\n* `credit_note_updated` - Sent when a credit note is updated\n* `credit_note_deleted` - Sent when a credit note is deleted\n* `payment_schedules_created` - Event triggered when new payment schedules are created for an invoice\n* `payment_schedules_updated` - Event triggered when payment schedules are updated for an invoice\n* `payment_schedule_scheme_created` - Event triggered when a new payment schedule scheme is created\n* `payment_schedule_scheme_deleted` - Event triggered when a payment schedule scheme is deleted\n* `subscription_renewal_reminder` - Sent before each subscription's renewal based on plan's period\n* `add_usages_reminder` - Sent every month day before renewal date of plan's period\n* `payment_due_reminder` - Sent after scheduled days of payment failure\n* `transaction_created` - Triggered when a transaction is recorded\n* `transaction_updated` - Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated.\n* `transaction_deleted` - Triggered when a transaction is deleted. \n* `payment_succeeded` - Sent when the payment is successfully collected\n* `payment_failed` - Sent when attempt to charge customer's credit card fails\n* `dunning_updated` - Sent when dunning is paused for an invoice\n* `payment_refunded` - Sent when a payment refund is made\n* `payment_initiated` - Sent when a payment is initiated via direct debit\n* `refund_initiated` - Sent when a refund is initiated via direct debit\n* `netd_payment_due_reminder` - **(Deprecated)** Sent when a invoice's due period is about to end\n* `authorization_succeeded` - Triggered when a authorization transaction is created.\n* `authorization_voided` - Triggered when a authorization transaction is voided. Authorization can be voided either manually or when blocked funds are released by the gateway after a certain period of time.\n* `card_added` - Sent when a card is added for a customer.\n* `card_updated` - Sent when the card is updated for a customer.\n* `card_expiry_reminder` - Sent when the customer's credit card is expiring soon. Sent 30 days before the expiry date.\n* `card_expired` - Sent when a card for a customer is expired\n* `card_deleted` - Sent when a card is deleted for a customer\n* `payment_source_added` - Sent when a payment source is added for a customer.\n* `payment_source_updated` - Sent when the payment source is updated for a customer or when role is assigned to the payment source.\n* `payment_source_deleted` - Sent when a payment source is deleted for a customer\n* `payment_source_expiring` - Sent when the customer's payment source is expiring soon. Sent 30 days before the expiry date.\n* `payment_source_expired` - Sent when a payment source for a customer is expired\n* `payment_source_locally_deleted` - Sent when a payment source for a customer removed from Chargebee\n* `virtual_bank_account_added` - Sent when a virtual bank account is added for a customer.\n* `virtual_bank_account_updated` - Sent when the virtual bank account is updated for a customer.\n* `virtual_bank_account_deleted` - Sent when a virtual bank account is deleted for a customer.\n* `token_created` - Sent when a Token is created\n* `token_consumed` - Sent when a Token is consumed\n* `token_expired` - Sent when a Token is expired\n* `unbilled_charges_created` - Triggered when unbilled charges are created\n* `unbilled_charges_voided` - Triggered when unbilled charges are voided\n* `unbilled_charges_deleted` - Triggered when unbilled charges are deleted\n* `unbilled_charges_invoiced` - Triggered when unbilled charges are invoiced\n* `order_created` - Triggered when order is created\n* `order_updated` - Triggered when order is updated\n* `order_cancelled` - Triggered when order is cancelled\n* `order_delivered` - Triggered when order is marked as delivered\n* `order_returned` - Triggered when order is marked as returned\n* `order_ready_to_process` - Triggered when order reaches it's order date\n* `order_ready_to_ship` - Triggered when order reaches it's shipping date\n* `order_deleted` - Triggered when order is deleted\n* `order_resent` - Triggered when order is resent\n* `quote_created` - Triggered when quote is created\n* `quote_updated` - Triggered when quote is updated\n* `quote_deleted` - Triggered when quote is deleted\n* `tax_withheld_recorded` - Triggered when a tax withheld is recorded for an invoice\n* `tax_withheld_deleted` - Triggered when a tax withheld is deleted\n* `tax_withheld_refunded` - Sent when a tax withheld refund is made\n* `gift_scheduled` - Triggered when a new gift is created\n* `gift_unclaimed` - Triggered when a new gift is unclaimed and is ready to be claimed\n* `gift_claimed` - Triggered when a gift is claimed\n* `gift_expired` - Triggered when a gift expires\n* `gift_cancelled` - Triggered when a gift is cancelled.\n* `gift_updated` - Triggered when a gift is updated\n* `hierarchy_created` - Triggered when a hierarchy is created\n* `hierarchy_deleted` - Triggered when a hierarchy is deleted\n* `payment_intent_created` - Sent when a Payment intent is created\n* `payment_intent_updated` - Sent when a Payment intent is updated\n* `contract_term_created` - Triggered when new contract term is created\n* `contract_term_renewed` - Triggered when new contract term is renewed\n* `contract_term_terminated` - Triggered when contract term is terminated\n* `contract_term_completed` - Triggered when contract term is completed\n* `contract_term_cancelled` - Triggered when contract term is cancelled\n* `item_family_created` - Triggered when an item family is created\n* `item_family_updated` - Triggered when an item family is updated\n* `item_family_deleted` - Triggered when an item family is deleted\n* `item_created` - Triggered when an item is created\n* `item_updated` - Triggered when an item is updated\n* `item_deleted` - Triggered when an item is deleted\n* `item_price_created` - Triggered when an item price is created\n* `item_price_updated` - Triggered when an item price is updated\n* `item_price_deleted` - Triggered when an item price is deleted\n* `attached_item_created` - Triggered when an Attached item is created\n* `attached_item_updated` - Triggered when an Attached item is updated\n* `attached_item_deleted` - Triggered when an Attached item is deleted\n* `differential_price_created` - Triggered when a differential price is created\n* `differential_price_updated` - Triggered when a differential price is updated\n* `differential_price_deleted` - Triggered when a differential price is deleted\n* `feature_created` - Triggered when a feature is created.\n* `feature_updated` - Triggered when an feature is updated\n* `feature_deleted` - Triggered when a feature is deleted\n* `feature_activated` - Triggered when a feature `status` transitions to `active` for the first time.\n* `feature_reactivated` - Triggered when a feature `status` transitions to `active` for the second time or more.\n* `feature_archived` - Triggered when an feature is archived\n* `item_entitlements_updated` - Triggered when item entitlements are updated to a feature\n* `entitlement_overrides_updated` - Triggered when an override entitlement is updated\n* `entitlement_overrides_removed` - Triggered when an override entitlement is removed\n* `item_entitlements_removed` - Triggered when item entitlements are removed for a feature\n* `entitlement_overrides_auto_removed` - Triggered when Subscription entitlements overrides for a feature are auto removed after expiry\n* `subscription_entitlements_created` - Triggered when subscription entitlements are created for a new subscription\n* `subscription_entitlements_updated` - Triggered when subscription entitlements are updated due to the subscription change event\n* `business_entity_created` - Sent when a business entity is created. \n* `business_entity_updated` - Sent when a business entity is updated. \n* `business_entity_deleted` - Sent when a business entity is deleted. \n* `customer_business_entity_changed` - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed` - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed` - Sent when a payment source's business entity is changed.\n* `purchase_created` - Triggered when purchase action is completed successfully\n* `voucher_created` - Triggered when a payment voucher is created\n* `voucher_expired` - Triggered when a payment voucher is expired\n* `voucher_create_failed` - Triggered when a payment voucher creation is failed\n* `product_created` - **(Deprecated)** Triggered when the product create is completed successfully\n* `product_updated` - **(Deprecated)** Triggered when the product update is completed successfully\n* `product_deleted` - **(Deprecated)** Triggered when the product delete is completed successfully\n* `variant_created` - **(Deprecated)** Triggered when product variant create completed successfully\n* `variant_updated` - **(Deprecated)** Triggered when product variant update completed successfully\n* `variant_deleted` - **(Deprecated)** Triggered when product variant delete completed successfully\n* `item_price_entitlements_updated` - Triggered when item Price entitlements are updated to a feature\n* `item_price_entitlements_removed` - Triggered when item price entitlements are removed for a feature\n* `subscription_ramp_created` - Triggered when a subscription ramp is created.\n* `subscription_ramp_deleted` - Triggered when a subscription ramp is deleted.\n* `subscription_ramp_applied` - Triggered when a subscription ramp is applied.\n* `subscription_ramp_drafted` - Triggered when a subscription ramp is moved to draft status.\n* `subscription_ramp_updated` - Triggered when a subscription ramp is updated.\n* `price_variant_created` - Triggered when a price variant is created.\n* `price_variant_updated` - Triggered when a price variant is updated.\n* `price_variant_deleted` - Triggered when a price variant is deleted.\n* `customer_entitlements_updated` - Triggered when entitlements for the list of customers got updated.\n* `subscription_moved_in` - Triggered when a subscription moved from other customer\n* `subscription_moved_out` - Triggered when a subscription moved to other customer\n* `subscription_movement_failed` - Triggered when a subscription movement failed\n* `omnichannel_subscription_created` - Triggered when an omnichannel subscription is created\n* `omnichannel_subscription_item_renewed` - Triggered when an omnichannel subscription item is renewed\n* `omnichannel_subscription_item_downgrade_scheduled` - **(Deprecated)** Triggered when an omnichannel subscription item is downgrade is scheduled\n* `omnichannel_subscription_item_scheduled_downgrade_removed` - **(Deprecated)** Triggered when an omnichannel subscription item scheduled downgrade is removed\n* `omnichannel_subscription_item_downgraded` - Triggered when an omnichannel subscription item is downgraded\n* `omnichannel_subscription_item_expired` - Triggered when an omnichannel subscription item is expired\n* `omnichannel_subscription_item_cancellation_scheduled` - Triggered when an omnichannel subscription item is scheduled for cancellation\n* `omnichannel_subscription_item_scheduled_cancellation_removed` - Triggered when an omnichannel subscription item scheduled cancellation is removed\n* `omnichannel_subscription_item_resubscribed` - Triggered when an omnichannel subscription item is resubscribed\n* `omnichannel_subscription_item_upgraded` - Triggered when an omnichannel subscription item is upgraded\n* `omnichannel_subscription_item_cancelled` - Triggered when an omnichannel subscription item is cancelled\n* `omnichannel_subscription_imported` - Triggered when an omnichannel subscription item is imported\n* `omnichannel_subscription_item_grace_period_started` - Triggered when an omnichannel subscription item's grace period has started\n* `omnichannel_subscription_item_grace_period_expired` - Triggered when an omnichannel subscription item's grace period has expired\n* `omnichannel_subscription_item_dunning_started` - Triggered when an omnichannel subscription item's dunning has started\n* `omnichannel_subscription_item_dunning_expired` - Triggered when an omnichannel subscription item's dunning has expired\n* `rule_created` - Triggered when a rule is created\n* `rule_updated` - Triggered when a rule is updated\n* `rule_deleted` - Triggered when a rule is deleted\n* `record_purchase_failed` - Triggered when an omnichannel record purchase is failed\n* `omnichannel_subscription_item_change_scheduled` - Triggered when an omnichannel subscription item change is scheduled\n* `omnichannel_subscription_item_scheduled_change_removed` - Triggered when an omnichannel subscription item scheduled change is removed\n* `omnichannel_subscription_item_reactivated` - Triggered when an omnichannel subscription item's refund is reversed\n* `sales_order_created` - Triggered when sales order is created\n* `sales_order_updated` - Triggered when sales order is updated\n* `omnichannel_subscription_item_changed` - Triggered when an omnichannel subscription item is changed\n* `omnichannel_subscription_item_paused` - Triggered when an omnichannel subscription item is paused\n* `omnichannel_subscription_item_resumed` - Triggered when an omnichannel subscription item is resumed\n* `omnichannel_one_time_order_created` - Triggered when an omnichannel one time order is created\n* `omnichannel_one_time_order_item_cancelled` - Triggered when an omnichannel one time order item is cancelled\n* `usage_file_ingested` - Triggered when a usage file is ingested\n* `omnichannel_subscription_item_pause_scheduled` - Triggered when an omnichannel subscription item scheduled for pause\n* `omnichannel_subscription_moved_in` - Triggered when an omnichannel subscription is moved into another customer\n* `omnichannel_transaction_created` - Triggered when an omnichannel transaction is created\n* `alert_status_changed` - Triggered when the status for an alert changes\n* `omnichannel_subscription_item_updated` - Triggered when an omnichannel subscription item is updated\n* `omnichannel_subscription_item_recovered` - Triggered when an omnichannel subscription item is recovered from grace period or dunning",
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered" ],
"x-cb-deprecated-enum-values" : "netd_payment_due_reminder,product_created,product_updated,product_deleted,variant_created,variant_updated,variant_deleted,omnichannel_subscription_item_downgrade_scheduled,omnichannel_subscription_item_scheduled_downgrade_removed",
"x-cb-is-external-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
"x-cb-sdk-enum-api-name" : "EventType",
- "pattern" : "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\]$",
+ "pattern" : "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\]$",
"example" : null
}
}
@@ -125126,8 +125314,8 @@
"properties" : {
"is" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
@@ -125137,8 +125325,8 @@
},
"is_not" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
@@ -125148,26 +125336,26 @@
},
"in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
"x-cb-sdk-enum-api-name" : "PaymentMethod",
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
},
"not_in" : {
"type" : "string",
- "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards ",
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "description" : "* `card` - Card\n* `cash` - Cash\n* `check` - Check\n* `chargeback` - Only applicable for a transaction of type = refund. This value is set by Chargebee when an automated chargeback occurs. You can also set this explicitly when recording a refund.\n* `bank_transfer` - Bank Transfer\n* `amazon_payments` - Amazon Payments\n* `paypal_express_checkout` - Paypal Express Checkout\n* `direct_debit` - Direct Debit\n* `alipay` - Alipay \n* `unionpay` - Unionpay\n* `apple_pay` - Apple Pay\n* `wechat_pay` - WeChat Pay \n* `ach_credit` - ACH Credit\n* `sepa_credit` - SEPA Credit\n* `ideal` - IDEAL\n* `google_pay` - Google Pay\n* `sofort` - Sofort\n* `bancontact` - Bancontact\n* `giropay` - giropay\n* `dotpay` - Dotpay\n* `other` - Payment Methods other than the above types\n* `app_store` - **(Deprecated)** App Store\n* `upi` - upi\n* `netbanking_emandates` - netbanking_emandates\n* `play_store` - **(Deprecated)** Play Store\n* `custom` - Custom\n* `boleto` - boleto\n* `venmo` - Venmo \n* `pay_to` - PayTo \n* `faster_payments` - Faster Payments \n* `sepa_instant_transfer` - Sepa Instant Transfer \n* `automated_bank_transfer` - Automated Bank Transfer \n* `klarna_pay_now` - Klarna Pay Now \n* `online_banking_poland` - Online Banking Poland \n* `payconiq_by_bancontact` - Payconiq by Bancontact \n* `electronic_payment_standard` - Payments made via Electronic Payment Standard.\n* `kbc_payment_button` - Payments made via KBC Payment Button.\n* `pay_by_bank` - Payments made via Pay By Bank.\n* `trustly` - Payments made via Trustly.\n* `stablecoin` - Stablecoin \n* `kakao_pay` - Kakao Pay \n* `naver_pay` - Naver Pay \n* `revolut_pay` - Revolut Pay \n* `cash_app_pay` - Cash App Pay \n* `pix` - Payments made via Pix \n* `twint` - Twint \n* `go_pay` - Go Pay \n* `grab_pay` - Grab Pay \n* `pay_co` - Pay Co \n* `after_pay` - After Pay \n* `swish` - Swish \n* `payme` - PayMe \n* `klarna` - Payments made via Klarna \n* `alipay_hk` - Alipay HK \n* `paypay` - PayPay \n* `gcash` - GCash \n* `south_korean_cards` - Payments made via South Korean Cards \n* `paynow` - Payments made via PayNow \n* `bizum` - Payments made via Bizum \n* `promptpay` - Payments made via PromptPay ",
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-external-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
"x-cb-sdk-enum-api-name" : "PaymentMethod",
- "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\]$",
+ "pattern" : "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\]$",
"example" : null
}
}
@@ -126212,16 +126400,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 3,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
},
@@ -127757,16 +127945,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 5,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
},
@@ -128218,16 +128406,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 14,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
},
@@ -137053,16 +137241,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 12,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
},
@@ -138686,6 +138874,29 @@
}
}
},
+ "decommissioned" : {
+ "type" : "object",
+ "deprecated" : false,
+ "description" : "Specifies whether a cancelled subscription is decommissioned or not",
+ "example" : "true",
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-is-filter-parameter" : true,
+ "x-cb-meta-model-name" : "subscriptions",
+ "x-cb-is-api-column" : true,
+ "x-cb-sdk-filter-name" : "BooleanFilter",
+ "x-cb-is-multi-value-attribute" : false,
+ "x-cb-sort-order" : 19,
+ "properties" : {
+ "is" : {
+ "type" : "string",
+ "format" : "boolean",
+ "enum" : [ "true", "false" ],
+ "example" : null
+ }
+ }
+ },
"plan_id" : {
"type" : "object",
"deprecated" : false,
@@ -139283,7 +139494,7 @@
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-meta-model-name" : "payment_intents",
@@ -139571,7 +139782,7 @@
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-meta-model-name" : "payment_intents",
@@ -140084,16 +140295,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 5,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
}
@@ -144519,16 +144730,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 16,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
}
@@ -146774,16 +146985,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 7,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
}
@@ -150067,16 +150278,16 @@
"x-cb-is-multi-value-attribute" : false,
"x-cb-sort-order" : 14,
"properties" : {
- "is" : {
- "type" : "string",
- "minLength" : 1,
- "example" : null
- },
"is_present" : {
"type" : "string",
"format" : "boolean",
"enum" : [ "true", "false" ],
"example" : null
+ },
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
}
}
}
@@ -154818,6 +155029,35 @@
}
}
}
+ }, {
+ "name" : "metered",
+ "in" : "query",
+ "required" : false,
+ "deprecated" : false,
+ "style" : "deepObject",
+ "explode" : true,
+ "schema" : {
+ "type" : "object",
+ "deprecated" : false,
+ "description" : "Determines if feature is metered or not",
+ "example" : "true",
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-filter-parameter" : true,
+ "x-cb-meta-model-name" : "features",
+ "x-cb-is-api-column" : true,
+ "x-cb-sdk-filter-name" : "BooleanFilter",
+ "x-cb-is-multi-value-attribute" : false,
+ "x-cb-sort-order" : 6,
+ "properties" : {
+ "is" : {
+ "type" : "string",
+ "format" : "boolean",
+ "enum" : [ "true", "false" ],
+ "example" : null
+ }
+ }
+ }
} ],
"responses" : {
"200" : {
@@ -161427,7 +161667,7 @@
"payment_method_type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-sub-resource" : true,
@@ -167500,7 +167740,7 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "ActionAtTermEnd",
- "x-cb-sort-order" : 44,
+ "x-cb-sort-order" : 45,
"example" : null
},
"cancellation_cutoff_period" : {
@@ -167512,7 +167752,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "contract_term",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 45,
+ "x-cb-sort-order" : 46,
"example" : null
},
"renewal_billing_cycles" : {
@@ -167524,7 +167764,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "contract_term",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 46,
+ "x-cb-sort-order" : 47,
"example" : null
}
},
@@ -168204,7 +168444,7 @@
},
"example" : null
},
- "period" : {
+ "quantity" : {
"type" : "array",
"items" : {
"type" : "integer",
@@ -168221,6 +168461,23 @@
},
"example" : null
},
+ "period" : {
+ "type" : "array",
+ "items" : {
+ "type" : "integer",
+ "format" : "int32",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "discounts_to_add",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 41,
+ "minimum" : 1,
+ "example" : null
+ },
+ "example" : null
+ },
"period_unit" : {
"type" : "array",
"items" : {
@@ -168238,7 +168495,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "PeriodUnit",
"x-cb-global-enum-reference" : "./schemas/enums/PeriodUnit.yaml",
- "x-cb-sort-order" : 41,
+ "x-cb-sort-order" : 42,
"example" : null
},
"example" : null
@@ -168253,7 +168510,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "discounts_to_add",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 42,
+ "x-cb-sort-order" : 43,
"example" : null
},
"example" : null
@@ -168268,7 +168525,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "discounts_to_add",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 43,
+ "x-cb-sort-order" : 44,
"maxLength" : 100,
"example" : null
},
@@ -168295,6 +168552,18 @@
"style" : "deepObject",
"explode" : true
},
+ "entitlement_overrides_to_add" : {
+ "style" : "deepObject",
+ "explode" : true
+ },
+ "entitlement_overrides_to_remove" : {
+ "style" : "deepObject",
+ "explode" : true
+ },
+ "entitlement_overrides_to_update" : {
+ "style" : "deepObject",
+ "explode" : true
+ },
"item_tiers" : {
"style" : "deepObject",
"explode" : true
@@ -168959,7 +169228,7 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "ActionAtTermEnd",
- "x-cb-sort-order" : 44,
+ "x-cb-sort-order" : 45,
"example" : null
},
"cancellation_cutoff_period" : {
@@ -168971,7 +169240,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "contract_term",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 45,
+ "x-cb-sort-order" : 46,
"example" : null
},
"renewal_billing_cycles" : {
@@ -168983,7 +169252,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "contract_term",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 46,
+ "x-cb-sort-order" : 47,
"example" : null
}
},
@@ -169663,7 +169932,7 @@
},
"example" : null
},
- "period" : {
+ "quantity" : {
"type" : "array",
"items" : {
"type" : "integer",
@@ -169680,6 +169949,23 @@
},
"example" : null
},
+ "period" : {
+ "type" : "array",
+ "items" : {
+ "type" : "integer",
+ "format" : "int32",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "discounts_to_add",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 41,
+ "minimum" : 1,
+ "example" : null
+ },
+ "example" : null
+ },
"period_unit" : {
"type" : "array",
"items" : {
@@ -169697,7 +169983,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "PeriodUnit",
"x-cb-global-enum-reference" : "./schemas/enums/PeriodUnit.yaml",
- "x-cb-sort-order" : 41,
+ "x-cb-sort-order" : 42,
"example" : null
},
"example" : null
@@ -169712,7 +169998,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "discounts_to_add",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 42,
+ "x-cb-sort-order" : 43,
"example" : null
},
"example" : null
@@ -169727,7 +170013,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "discounts_to_add",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 43,
+ "x-cb-sort-order" : 44,
"maxLength" : 100,
"example" : null
},
@@ -169754,6 +170040,18 @@
"style" : "deepObject",
"explode" : true
},
+ "entitlement_overrides_to_add" : {
+ "style" : "deepObject",
+ "explode" : true
+ },
+ "entitlement_overrides_to_remove" : {
+ "style" : "deepObject",
+ "explode" : true
+ },
+ "entitlement_overrides_to_update" : {
+ "style" : "deepObject",
+ "explode" : true
+ },
"item_tiers" : {
"style" : "deepObject",
"explode" : true
@@ -177734,6 +178032,43 @@
"x-cb-sort-order" : 1,
"maxLength" : 50,
"example" : null
+ },
+ "email" : {
+ "type" : "string",
+ "format" : "email",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "customers",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 2,
+ "maxLength" : 70,
+ "example" : null
+ },
+ "first_name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "customers",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 3,
+ "maxLength" : 150,
+ "example" : null
+ },
+ "last_name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "customers",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 4,
+ "maxLength" : 150,
+ "example" : null
}
},
"required" : [ "id" ],
@@ -177755,7 +178090,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "apple_app_stores",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 2,
+ "x-cb-sort-order" : 5,
"maxLength" : 100,
"example" : null
},
@@ -177767,7 +178102,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "apple_app_stores",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 3,
+ "x-cb-sort-order" : 6,
"maxLength" : 65000,
"example" : null
},
@@ -177779,7 +178114,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "apple_app_stores",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 4,
+ "x-cb-sort-order" : 7,
"maxLength" : 255,
"example" : null
}
@@ -177802,7 +178137,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "google_play_stores",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 5,
+ "x-cb-sort-order" : 8,
"maxLength" : 500,
"example" : null
},
@@ -177814,7 +178149,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "google_play_stores",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 6,
+ "x-cb-sort-order" : 9,
"maxLength" : 255,
"example" : null
},
@@ -177826,7 +178161,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "google_play_stores",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 7,
+ "x-cb-sort-order" : 10,
"maxLength" : 100,
"example" : null
}
@@ -177849,7 +178184,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "omnichannel_subscriptions",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 8,
+ "x-cb-sort-order" : 11,
"maxLength" : 50,
"example" : null
}
@@ -178600,10 +178935,10 @@
"x-cb-sdk-method-name" : "retrieve"
}
},
- "/usage_events" : {
- "post" : {
- "summary" : "Create a usage event",
- "operationId" : "create_a_usage_event",
+ "/meters" : {
+ "get" : {
+ "summary" : "List all available meters",
+ "operationId" : "list_all_available_meters",
"parameters" : [ {
"description" : "The device from which the customer has made the request",
"$ref" : "#/components/parameters/chargebee-request-origin-device"
@@ -178617,76 +178952,70 @@
"description" : "The IP address of the customer where the request originated",
"$ref" : "#/components/parameters/chargebee-request-origin-ip"
}, {
- "description" : "skip all actions to be done on the events",
- "$ref" : "#/components/parameters/chargebee-event-actions"
+ "description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
+ "$ref" : "#/components/parameters/chargebee-business-entity-id"
}, {
- "description" : "skip only emails",
- "$ref" : "#/components/parameters/chargebee-event-email"
+ "$ref" : "#/components/parameters/limit"
}, {
- "description" : " skip only webhooks",
- "$ref" : "#/components/parameters/chargebee-event-webhook"
+ "$ref" : "#/components/parameters/offset"
}, {
- "description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
- "$ref" : "#/components/parameters/chargebee-business-entity-id"
- } ],
- "requestBody" : {
- "content" : {
- "application/x-www-form-urlencoded" : {
- "schema" : {
- "type" : "object",
- "properties" : {
- "deduplication_id" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
- "x-cb-meta-model-name" : "usage_events",
- "x-cb-is-api-column" : true,
- "x-cb-sort-order" : 0,
- "maxLength" : 36,
- "example" : null
- },
- "subscription_id" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
- "x-cb-meta-model-name" : "usage_events",
- "x-cb-is-api-column" : true,
- "x-cb-is-foreign-column" : true,
- "x-cb-sort-order" : 1,
- "maxLength" : 50,
- "example" : null
- },
- "usage_timestamp" : {
- "type" : "integer",
- "format" : "int64",
- "deprecated" : false,
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
- "x-cb-meta-model-name" : "usage_events",
- "x-cb-is-api-column" : true,
- "x-cb-sort-order" : 2,
- "example" : null
- },
- "properties" : {
- "type" : "object",
- "additionalProperties" : true,
- "deprecated" : false,
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
- "x-cb-is-api-column" : true,
- "x-cb-sort-order" : 3,
- "example" : null
- }
- },
- "required" : [ "deduplication_id", "properties", "subscription_id", "usage_timestamp" ],
+ "name" : "name",
+ "in" : "query",
+ "required" : false,
+ "deprecated" : false,
+ "style" : "deepObject",
+ "explode" : true,
+ "schema" : {
+ "type" : "object",
+ "deprecated" : false,
+ "description" : "A case-sensitive unique name. For example: User Licence",
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-filter-parameter" : true,
+ "x-cb-meta-model-name" : "meters",
+ "x-cb-is-api-column" : true,
+ "x-cb-sdk-filter-name" : "StringFilter",
+ "x-cb-is-multi-value-attribute" : false,
+ "x-cb-sort-order" : 2,
+ "properties" : {
+ "is" : {
+ "type" : "string",
+ "minLength" : 1,
"example" : null
},
- "encoding" : { }
- }
+ "starts_with" : {
+ "type" : "string",
+ "minLength" : 1,
+ "example" : null
+ }
+ },
+ "example" : null
}
- },
+ }, {
+ "name" : "sort_by",
+ "in" : "query",
+ "required" : false,
+ "style" : "deepObject",
+ "explode" : true,
+ "schema" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "x-cb-sort-order" : 3,
+ "properties" : {
+ "asc" : {
+ "type" : "string",
+ "enum" : [ "id", "name", "created_at", "updated_at" ],
+ "example" : null
+ },
+ "desc" : {
+ "type" : "string",
+ "enum" : [ "id", "name", "created_at", "updated_at" ],
+ "example" : null
+ }
+ },
+ "example" : null
+ }
+ } ],
"responses" : {
"200" : {
"description" : "OK",
@@ -178695,12 +179024,249 @@
"schema" : {
"type" : "object",
"properties" : {
- "usage_event" : {
- "$ref" : "#/components/schemas/UsageEvent",
- "description" : "Resource object representing usage_event"
+ "list" : {
+ "type" : "array",
+ "items" : {
+ "type" : "object",
+ "properties" : {
+ "meter" : {
+ "$ref" : "#/components/schemas/Meter",
+ "description" : "Resource object representing meter"
+ }
+ },
+ "required" : [ "meter" ],
+ "example" : null
+ },
+ "example" : null
+ },
+ "next_offset" : {
+ "type" : "string",
+ "description" : "This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter `offset`.",
+ "maxLength" : 1000,
+ "example" : null
}
},
- "required" : [ "usage_event" ],
+ "required" : [ "list" ],
+ "example" : null
+ }
+ }
+ }
+ },
+ "400" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/400"
+ }
+ }
+ }
+ },
+ "401" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/401"
+ }
+ }
+ }
+ },
+ "403" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/403"
+ }
+ }
+ }
+ },
+ "404" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/404"
+ }
+ }
+ }
+ },
+ "405" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/405"
+ }
+ }
+ }
+ },
+ "409" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/409"
+ }
+ }
+ }
+ },
+ "422" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/422"
+ }
+ }
+ }
+ },
+ "429" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/429"
+ }
+ }
+ }
+ },
+ "500" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/500"
+ }
+ }
+ }
+ },
+ "503" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/503"
+ }
+ }
+ }
+ }
+ },
+ "deprecated" : false,
+ "security" : [ {
+ "BasicAuth" : [ ]
+ } ],
+ "x-cb-resource-id" : "meter",
+ "x-cb-sort-order" : 1,
+ "x-cb-module" : "entitlements",
+ "x-cb-operation-is-list" : true,
+ "x-cb-operation-method-name" : "list",
+ "x-cb-is-operation-needs-input-object" : true,
+ "x-cb-sdk-method-name" : "list"
+ }
+ },
+ "/usage_events" : {
+ "post" : {
+ "summary" : "Create a usage event",
+ "operationId" : "create_a_usage_event",
+ "parameters" : [ {
+ "description" : "The device from which the customer has made the request",
+ "$ref" : "#/components/parameters/chargebee-request-origin-device"
+ }, {
+ "description" : "The email address of your customer/user. Use this when the email address has only ASCII characters.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user"
+ }, {
+ "description" : "The Base64-encoded email address of your customer/user. Use this if the email address has UTF-8 characters. When this header is provided, the header chargebee-request-origin-user is ignored.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user-encoded"
+ }, {
+ "description" : "The IP address of the customer where the request originated",
+ "$ref" : "#/components/parameters/chargebee-request-origin-ip"
+ }, {
+ "description" : "skip all actions to be done on the events",
+ "$ref" : "#/components/parameters/chargebee-event-actions"
+ }, {
+ "description" : "skip only emails",
+ "$ref" : "#/components/parameters/chargebee-event-email"
+ }, {
+ "description" : " skip only webhooks",
+ "$ref" : "#/components/parameters/chargebee-event-webhook"
+ }, {
+ "description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
+ "$ref" : "#/components/parameters/chargebee-business-entity-id"
+ } ],
+ "requestBody" : {
+ "content" : {
+ "application/x-www-form-urlencoded" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "deduplication_id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-meta-model-name" : "usage_events",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 0,
+ "maxLength" : 36,
+ "example" : null
+ },
+ "subscription_id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-meta-model-name" : "usage_events",
+ "x-cb-is-api-column" : true,
+ "x-cb-is-foreign-column" : true,
+ "x-cb-sort-order" : 1,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "usage_timestamp" : {
+ "type" : "integer",
+ "format" : "int64",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-meta-model-name" : "usage_events",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 2,
+ "example" : null
+ },
+ "properties" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 3,
+ "example" : null
+ }
+ },
+ "required" : [ "deduplication_id", "properties", "subscription_id", "usage_timestamp" ],
+ "example" : null
+ },
+ "encoding" : { }
+ }
+ }
+ },
+ "responses" : {
+ "200" : {
+ "description" : "OK",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "usage_event" : {
+ "$ref" : "#/components/schemas/UsageEvent",
+ "description" : "Resource object representing usage_event"
+ }
+ },
+ "required" : [ "usage_event" ],
"example" : null
}
}
@@ -178938,7 +179504,7 @@
"type" : "array",
"items" : {
"type" : "integer",
- "format" : "unix-time",
+ "format" : "int64",
"deprecated" : false,
"x-cb-parameter-blank-option" : "not_allowed",
"x-cb-attribute-meta-comment" : "required",
@@ -179168,10 +179734,10 @@
"x-cb-sdk-method-name" : "batchIngest"
}
},
- "/usage_files/{usage-file-id}/processing_status" : {
- "get" : {
- "summary" : "Get uploaded file processing status",
- "operationId" : "get_uploaded_file_processing_status",
+ "/metered_features/{metered-feature-id}/reactivate_command" : {
+ "post" : {
+ "summary" : "Reactivate a metered feature",
+ "operationId" : "reactivate_a_metered_feature",
"parameters" : [ {
"description" : "The device from which the customer has made the request",
"$ref" : "#/components/parameters/chargebee-request-origin-device"
@@ -179184,11 +179750,20 @@
}, {
"description" : "The IP address of the customer where the request originated",
"$ref" : "#/components/parameters/chargebee-request-origin-ip"
+ }, {
+ "description" : "skip all actions to be done on the events",
+ "$ref" : "#/components/parameters/chargebee-event-actions"
+ }, {
+ "description" : "skip only emails",
+ "$ref" : "#/components/parameters/chargebee-event-email"
+ }, {
+ "description" : " skip only webhooks",
+ "$ref" : "#/components/parameters/chargebee-event-webhook"
}, {
"description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
"$ref" : "#/components/parameters/chargebee-business-entity-id"
}, {
- "$ref" : "#/components/parameters/usage-file-id"
+ "$ref" : "#/components/parameters/metered-feature-id"
} ],
"responses" : {
"200" : {
@@ -179198,12 +179773,12 @@
"schema" : {
"type" : "object",
"properties" : {
- "usage_file" : {
- "$ref" : "#/components/schemas/UsageFile",
- "description" : "Resource object representing usage_file"
+ "meter" : {
+ "$ref" : "#/components/schemas/Meter",
+ "description" : "Resource object representing meter"
}
},
- "required" : [ "usage_file" ],
+ "required" : [ "meter" ],
"example" : null
}
}
@@ -179314,57 +179889,18 @@
"security" : [ {
"BasicAuth" : [ ]
} ],
- "servers" : [ {
- "url" : "{protocol}://{site}.file-ingest.{environment}:{port}/api/v2",
- "variables" : {
- "protocol" : {
- "default" : "https",
- "enum" : [ "http", "https" ]
- },
- "site" : {
- "default" : "demo"
- },
- "environment" : {
- "default" : "chargebee.com",
- "enum" : [ "chargebee.com" ]
- },
- "port" : {
- "default" : "443",
- "enum" : [ "443", "8080" ]
- }
- }
- }, {
- "url" : "{protocol}://{site}-test.file-ingest.{environment}:{port}/api/v2",
- "variables" : {
- "protocol" : {
- "default" : "https",
- "enum" : [ "http", "https" ]
- },
- "site" : {
- "default" : "demo"
- },
- "environment" : {
- "default" : "chargebee.com",
- "enum" : [ "chargebee.com" ]
- },
- "port" : {
- "default" : "443",
- "enum" : [ "443", "8080" ]
- }
- }
- } ],
- "x-cb-resource-id" : "usage_file",
- "x-cb-sort-order" : 3,
- "x-cb-module" : "usage-based-billing",
- "x-cb-operation-method-name" : "processingStatus",
- "x-cb-operation-sub-domain-name" : "file-ingest",
- "x-cb-sdk-method-name" : "processingStatus"
+ "x-cb-resource-id" : "metered_feature",
+ "x-cb-sort-order" : 2,
+ "x-cb-module" : "entitlements",
+ "x-cb-operation-is-idempotent" : true,
+ "x-cb-operation-method-name" : "reactivate",
+ "x-cb-sdk-method-name" : "reactivate"
}
},
- "/usage_files/upload_url" : {
+ "/metered_features/{metered-feature-id}/delete" : {
"post" : {
- "summary" : "Get usages file upload URL",
- "operationId" : "get_usages_file_upload_url",
+ "summary" : "Delete a metered feature",
+ "operationId" : "delete_a_metered_feature",
"parameters" : [ {
"description" : "The device from which the customer has made the request",
"$ref" : "#/components/parameters/chargebee-request-origin-device"
@@ -179389,41 +179925,9 @@
}, {
"description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
"$ref" : "#/components/parameters/chargebee-business-entity-id"
+ }, {
+ "$ref" : "#/components/parameters/metered-feature-id"
} ],
- "requestBody" : {
- "content" : {
- "application/x-www-form-urlencoded" : {
- "schema" : {
- "type" : "object",
- "properties" : {
- "file_name" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
- "x-cb-is-api-column" : true,
- "x-cb-sort-order" : 0,
- "maxLength" : 150,
- "example" : null
- },
- "mime_type" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
- "x-cb-is-api-column" : true,
- "x-cb-sort-order" : 1,
- "maxLength" : 100,
- "example" : null
- }
- },
- "required" : [ "file_name", "mime_type" ],
- "example" : null
- },
- "encoding" : { }
- }
- }
- },
"responses" : {
"200" : {
"description" : "OK",
@@ -179432,12 +179936,832 @@
"schema" : {
"type" : "object",
"properties" : {
- "usage_file" : {
- "$ref" : "#/components/schemas/UsageFile",
- "description" : "Resource object representing usage_file"
+ "meter" : {
+ "$ref" : "#/components/schemas/Meter",
+ "description" : "Resource object representing meter"
}
},
- "required" : [ "usage_file" ],
+ "required" : [ "meter" ],
+ "example" : null
+ }
+ }
+ }
+ },
+ "400" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/400"
+ }
+ }
+ }
+ },
+ "401" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/401"
+ }
+ }
+ }
+ },
+ "403" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/403"
+ }
+ }
+ }
+ },
+ "404" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/404"
+ }
+ }
+ }
+ },
+ "405" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/405"
+ }
+ }
+ }
+ },
+ "409" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/409"
+ }
+ }
+ }
+ },
+ "422" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/422"
+ }
+ }
+ }
+ },
+ "429" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/429"
+ }
+ }
+ }
+ },
+ "500" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/500"
+ }
+ }
+ }
+ },
+ "503" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/503"
+ }
+ }
+ }
+ }
+ },
+ "deprecated" : false,
+ "security" : [ {
+ "BasicAuth" : [ ]
+ } ],
+ "x-cb-resource-id" : "metered_feature",
+ "x-cb-sort-order" : 3,
+ "x-cb-module" : "entitlements",
+ "x-cb-operation-is-idempotent" : true,
+ "x-cb-operation-method-name" : "delete",
+ "x-cb-sdk-method-name" : "delete"
+ }
+ },
+ "/metered_features" : {
+ "post" : {
+ "summary" : "Create a metered feature",
+ "operationId" : "create_a_metered_feature",
+ "parameters" : [ {
+ "description" : "The device from which the customer has made the request",
+ "$ref" : "#/components/parameters/chargebee-request-origin-device"
+ }, {
+ "description" : "The email address of your customer/user. Use this when the email address has only ASCII characters.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user"
+ }, {
+ "description" : "The Base64-encoded email address of your customer/user. Use this if the email address has UTF-8 characters. When this header is provided, the header chargebee-request-origin-user is ignored.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user-encoded"
+ }, {
+ "description" : "The IP address of the customer where the request originated",
+ "$ref" : "#/components/parameters/chargebee-request-origin-ip"
+ }, {
+ "description" : "skip all actions to be done on the events",
+ "$ref" : "#/components/parameters/chargebee-event-actions"
+ }, {
+ "description" : "skip only emails",
+ "$ref" : "#/components/parameters/chargebee-event-email"
+ }, {
+ "description" : " skip only webhooks",
+ "$ref" : "#/components/parameters/chargebee-event-webhook"
+ }, {
+ "description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
+ "$ref" : "#/components/parameters/chargebee-business-entity-id"
+ } ],
+ "requestBody" : {
+ "content" : {
+ "application/x-www-form-urlencoded" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 0,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 1,
+ "maxLength" : 250,
+ "example" : null
+ },
+ "feature_unit" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 2,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "query" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 3,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "column_definitions" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-sort-order" : -1,
+ "x-cb-is-composite-array-request-body" : true,
+ "x-cb-hidden-from-client-sdk" : false,
+ "properties" : {
+ "column_name" : {
+ "type" : "array",
+ "items" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "column_definitions",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 6,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "example" : null
+ },
+ "data_type" : {
+ "type" : "array",
+ "items" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "number", "string" ],
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-sub-resource" : true,
+ "x-cb-meta-model-name" : "column_definitions",
+ "x-cb-is-api-column" : true,
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "DataType",
+ "x-cb-sort-order" : 8,
+ "example" : null
+ },
+ "example" : null
+ }
+ },
+ "required" : [ "column_name", "data_type" ],
+ "example" : null
+ }
+ },
+ "required" : [ "feature_unit", "name", "query" ],
+ "example" : null
+ },
+ "encoding" : {
+ "column_definitions" : {
+ "style" : "deepObject",
+ "explode" : true
+ }
+ }
+ }
+ }
+ },
+ "responses" : {
+ "200" : {
+ "description" : "OK",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "meter" : {
+ "$ref" : "#/components/schemas/Meter",
+ "description" : "Resource object representing meter"
+ }
+ },
+ "required" : [ "meter" ],
+ "example" : null
+ }
+ }
+ }
+ },
+ "400" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/400"
+ }
+ }
+ }
+ },
+ "401" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/401"
+ }
+ }
+ }
+ },
+ "403" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/403"
+ }
+ }
+ }
+ },
+ "404" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/404"
+ }
+ }
+ }
+ },
+ "405" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/405"
+ }
+ }
+ }
+ },
+ "409" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/409"
+ }
+ }
+ }
+ },
+ "422" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/422"
+ }
+ }
+ }
+ },
+ "429" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/429"
+ }
+ }
+ }
+ },
+ "500" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/500"
+ }
+ }
+ }
+ },
+ "503" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/503"
+ }
+ }
+ }
+ }
+ },
+ "deprecated" : false,
+ "security" : [ {
+ "BasicAuth" : [ ]
+ } ],
+ "x-cb-resource-id" : "metered_feature",
+ "x-cb-sort-order" : 0,
+ "x-cb-module" : "entitlements",
+ "x-cb-operation-is-idempotent" : true,
+ "x-cb-operation-method-name" : "create",
+ "x-cb-is-operation-needs-input-object" : true,
+ "x-cb-sdk-method-name" : "create"
+ }
+ },
+ "/metered_features/{metered-feature-id}/archive_command" : {
+ "post" : {
+ "summary" : "Archive a metered feature",
+ "operationId" : "archive_a_metered_feature",
+ "parameters" : [ {
+ "description" : "The device from which the customer has made the request",
+ "$ref" : "#/components/parameters/chargebee-request-origin-device"
+ }, {
+ "description" : "The email address of your customer/user. Use this when the email address has only ASCII characters.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user"
+ }, {
+ "description" : "The Base64-encoded email address of your customer/user. Use this if the email address has UTF-8 characters. When this header is provided, the header chargebee-request-origin-user is ignored.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user-encoded"
+ }, {
+ "description" : "The IP address of the customer where the request originated",
+ "$ref" : "#/components/parameters/chargebee-request-origin-ip"
+ }, {
+ "description" : "skip all actions to be done on the events",
+ "$ref" : "#/components/parameters/chargebee-event-actions"
+ }, {
+ "description" : "skip only emails",
+ "$ref" : "#/components/parameters/chargebee-event-email"
+ }, {
+ "description" : " skip only webhooks",
+ "$ref" : "#/components/parameters/chargebee-event-webhook"
+ }, {
+ "description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
+ "$ref" : "#/components/parameters/chargebee-business-entity-id"
+ }, {
+ "$ref" : "#/components/parameters/metered-feature-id"
+ } ],
+ "responses" : {
+ "200" : {
+ "description" : "OK",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "meter" : {
+ "$ref" : "#/components/schemas/Meter",
+ "description" : "Resource object representing meter"
+ }
+ },
+ "required" : [ "meter" ],
+ "example" : null
+ }
+ }
+ }
+ },
+ "400" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/400"
+ }
+ }
+ }
+ },
+ "401" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/401"
+ }
+ }
+ }
+ },
+ "403" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/403"
+ }
+ }
+ }
+ },
+ "404" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/404"
+ }
+ }
+ }
+ },
+ "405" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/405"
+ }
+ }
+ }
+ },
+ "409" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/409"
+ }
+ }
+ }
+ },
+ "422" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/422"
+ }
+ }
+ }
+ },
+ "429" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/429"
+ }
+ }
+ }
+ },
+ "500" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/500"
+ }
+ }
+ }
+ },
+ "503" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/503"
+ }
+ }
+ }
+ }
+ },
+ "deprecated" : false,
+ "security" : [ {
+ "BasicAuth" : [ ]
+ } ],
+ "x-cb-resource-id" : "metered_feature",
+ "x-cb-sort-order" : 1,
+ "x-cb-module" : "entitlements",
+ "x-cb-operation-is-idempotent" : true,
+ "x-cb-operation-method-name" : "archive",
+ "x-cb-sdk-method-name" : "archive"
+ }
+ },
+ "/usage_files/{usage-file-id}/processing_status" : {
+ "get" : {
+ "summary" : "Get uploaded file processing status",
+ "operationId" : "get_uploaded_file_processing_status",
+ "parameters" : [ {
+ "description" : "The device from which the customer has made the request",
+ "$ref" : "#/components/parameters/chargebee-request-origin-device"
+ }, {
+ "description" : "The email address of your customer/user. Use this when the email address has only ASCII characters.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user"
+ }, {
+ "description" : "The Base64-encoded email address of your customer/user. Use this if the email address has UTF-8 characters. When this header is provided, the header chargebee-request-origin-user is ignored.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user-encoded"
+ }, {
+ "description" : "The IP address of the customer where the request originated",
+ "$ref" : "#/components/parameters/chargebee-request-origin-ip"
+ }, {
+ "description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
+ "$ref" : "#/components/parameters/chargebee-business-entity-id"
+ }, {
+ "$ref" : "#/components/parameters/usage-file-id"
+ } ],
+ "responses" : {
+ "200" : {
+ "description" : "OK",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "usage_file" : {
+ "$ref" : "#/components/schemas/UsageFile",
+ "description" : "Resource object representing usage_file"
+ }
+ },
+ "required" : [ "usage_file" ],
+ "example" : null
+ }
+ }
+ }
+ },
+ "400" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/400"
+ }
+ }
+ }
+ },
+ "401" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/401"
+ }
+ }
+ }
+ },
+ "403" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/403"
+ }
+ }
+ }
+ },
+ "404" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/404"
+ }
+ }
+ }
+ },
+ "405" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/405"
+ }
+ }
+ }
+ },
+ "409" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/409"
+ }
+ }
+ }
+ },
+ "422" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/422"
+ }
+ }
+ }
+ },
+ "429" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/429"
+ }
+ }
+ }
+ },
+ "500" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/500"
+ }
+ }
+ }
+ },
+ "503" : {
+ "description" : "on error",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/503"
+ }
+ }
+ }
+ }
+ },
+ "deprecated" : false,
+ "security" : [ {
+ "BasicAuth" : [ ]
+ } ],
+ "servers" : [ {
+ "url" : "{protocol}://{site}.file-ingest.{environment}:{port}/api/v2",
+ "variables" : {
+ "protocol" : {
+ "default" : "https",
+ "enum" : [ "http", "https" ]
+ },
+ "site" : {
+ "default" : "demo"
+ },
+ "environment" : {
+ "default" : "chargebee.com",
+ "enum" : [ "chargebee.com" ]
+ },
+ "port" : {
+ "default" : "443",
+ "enum" : [ "443", "8080" ]
+ }
+ }
+ }, {
+ "url" : "{protocol}://{site}-test.file-ingest.{environment}:{port}/api/v2",
+ "variables" : {
+ "protocol" : {
+ "default" : "https",
+ "enum" : [ "http", "https" ]
+ },
+ "site" : {
+ "default" : "demo"
+ },
+ "environment" : {
+ "default" : "chargebee.com",
+ "enum" : [ "chargebee.com" ]
+ },
+ "port" : {
+ "default" : "443",
+ "enum" : [ "443", "8080" ]
+ }
+ }
+ } ],
+ "x-cb-resource-id" : "usage_file",
+ "x-cb-sort-order" : 3,
+ "x-cb-module" : "usage-based-billing",
+ "x-cb-operation-method-name" : "processingStatus",
+ "x-cb-operation-sub-domain-name" : "file-ingest",
+ "x-cb-sdk-method-name" : "processingStatus"
+ }
+ },
+ "/usage_files/upload_url" : {
+ "post" : {
+ "summary" : "Get usages file upload URL",
+ "operationId" : "get_usages_file_upload_url",
+ "parameters" : [ {
+ "description" : "The device from which the customer has made the request",
+ "$ref" : "#/components/parameters/chargebee-request-origin-device"
+ }, {
+ "description" : "The email address of your customer/user. Use this when the email address has only ASCII characters.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user"
+ }, {
+ "description" : "The Base64-encoded email address of your customer/user. Use this if the email address has UTF-8 characters. When this header is provided, the header chargebee-request-origin-user is ignored.",
+ "$ref" : "#/components/parameters/chargebee-request-origin-user-encoded"
+ }, {
+ "description" : "The IP address of the customer where the request originated",
+ "$ref" : "#/components/parameters/chargebee-request-origin-ip"
+ }, {
+ "description" : "skip all actions to be done on the events",
+ "$ref" : "#/components/parameters/chargebee-event-actions"
+ }, {
+ "description" : "skip only emails",
+ "$ref" : "#/components/parameters/chargebee-event-email"
+ }, {
+ "description" : " skip only webhooks",
+ "$ref" : "#/components/parameters/chargebee-event-webhook"
+ }, {
+ "description" : "If the site has multiple business entities, you can use this custom HTTP header to specify the business entity for which Chargebee should perform the operation.",
+ "$ref" : "#/components/parameters/chargebee-business-entity-id"
+ } ],
+ "requestBody" : {
+ "content" : {
+ "application/x-www-form-urlencoded" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "file_name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 0,
+ "maxLength" : 150,
+ "example" : null
+ },
+ "mime_type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "not_allowed",
+ "x-cb-attribute-meta-comment" : "required",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 1,
+ "maxLength" : 100,
+ "example" : null
+ }
+ },
+ "required" : [ "file_name", "mime_type" ],
+ "example" : null
+ },
+ "encoding" : { }
+ }
+ }
+ },
+ "responses" : {
+ "200" : {
+ "description" : "OK",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "type" : "object",
+ "properties" : {
+ "usage_file" : {
+ "$ref" : "#/components/schemas/UsageFile",
+ "description" : "Resource object representing usage_file"
+ }
+ },
+ "required" : [ "usage_file" ],
"example" : null
}
}
@@ -181359,7 +182683,7 @@
"items" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
@@ -181838,7 +183162,7 @@
"items" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-api-column" : true,
@@ -182525,8 +183849,8 @@
"properties" : {
"is" : {
"type" : "string",
- "description" : "* `usage_exceeded` - usage_exceeded",
- "enum" : [ "usage_exceeded" ],
+ "description" : "* `usage_exceeded` - usage_exceeded\n* `spend_exceeded` - spend_exceeded",
+ "enum" : [ "usage_exceeded", "spend_exceeded" ],
"x-cb-is-external-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
@@ -183313,8 +184637,8 @@
"properties" : {
"is" : {
"type" : "string",
- "description" : "* `usage_exceeded` - usage_exceeded",
- "enum" : [ "usage_exceeded" ],
+ "description" : "* `usage_exceeded` - usage_exceeded\n* `spend_exceeded` - spend_exceeded",
+ "enum" : [ "usage_exceeded", "spend_exceeded" ],
"x-cb-is-external-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-gen-separate" : true,
@@ -183570,7 +184894,7 @@
"type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "usage_exceeded" ],
+ "enum" : [ "usage_exceeded", "spend_exceeded" ],
"x-cb-parameter-blank-option" : "not_allowed",
"x-cb-attribute-meta-comment" : "required",
"x-cb-meta-model-name" : "alerts",
@@ -183609,15 +184933,15 @@
"metered_feature_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
"x-cb-meta-model-name" : "alerts",
"x-cb-is-api-column" : true,
"x-cb-sort-order" : 3,
"maxLength" : 50,
"example" : null
},
- "subscription_id" : {
+ "currency_code" : {
"type" : "string",
"deprecated" : false,
"x-cb-parameter-blank-option" : "as_null",
@@ -183625,6 +184949,17 @@
"x-cb-meta-model-name" : "alerts",
"x-cb-is-api-column" : true,
"x-cb-sort-order" : 4,
+ "maxLength" : 3,
+ "example" : null
+ },
+ "subscription_id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-parameter-blank-option" : "as_null",
+ "x-cb-attribute-meta-comment" : "optional",
+ "x-cb-meta-model-name" : "alerts",
+ "x-cb-is-api-column" : true,
+ "x-cb-sort-order" : 5,
"maxLength" : 50,
"example" : null
},
@@ -183635,7 +184970,7 @@
"x-cb-attribute-meta-comment" : "optional",
"x-cb-meta-model-name" : "alerts",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 7,
+ "x-cb-sort-order" : 8,
"maxLength" : 65000,
"example" : null
},
@@ -183652,7 +184987,7 @@
"deprecated" : false,
"enum" : [ "absolute", "percentage" ],
"x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "required",
+ "x-cb-attribute-meta-comment" : "optional",
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "thresholds",
"x-cb-is-api-column" : true,
@@ -183662,7 +184997,7 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "Mode",
"x-cb-global-enum-reference" : "./schemas/enums/Mode.yaml",
- "x-cb-sort-order" : 5,
+ "x-cb-sort-order" : 6,
"example" : null
},
"value" : {
@@ -183674,11 +185009,11 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "thresholds",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 6,
+ "x-cb-sort-order" : 7,
"example" : null
}
},
- "required" : [ "mode", "value" ],
+ "required" : [ "value" ],
"example" : null
},
"filter_conditions" : {
@@ -183704,7 +185039,7 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "Field",
- "x-cb-sort-order" : 8,
+ "x-cb-sort-order" : 9,
"example" : null
},
"example" : null
@@ -183725,7 +185060,7 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "Operator",
- "x-cb-sort-order" : 9,
+ "x-cb-sort-order" : 10,
"example" : null
},
"example" : null
@@ -183740,7 +185075,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-meta-model-name" : "filter_conditions",
"x-cb-is-api-column" : true,
- "x-cb-sort-order" : 10,
+ "x-cb-sort-order" : 11,
"maxLength" : 50,
"example" : null
},
@@ -183750,7 +185085,7 @@
"example" : null
}
},
- "required" : [ "metered_feature_id", "name", "type" ],
+ "required" : [ "name", "type" ],
"example" : null
},
"encoding" : {
@@ -184567,7 +185902,6 @@
"x-cb-operation-is-list" : true,
"x-cb-operation-method-name" : "listLedgerAccountBalances",
"x-cb-is-operation-needs-input-object" : true,
- "x-cb-is-operation-needs-json-input" : true,
"x-cb-sdk-method-name" : "listLedgerAccountBalances"
}
},
@@ -185619,7 +186953,6 @@
"x-cb-operation-is-list" : true,
"x-cb-operation-method-name" : "listLedgerOperations",
"x-cb-is-operation-needs-input-object" : true,
- "x-cb-is-operation-needs-json-input" : true,
"x-cb-sdk-method-name" : "listLedgerOperations"
}
},
@@ -186390,7 +187723,6 @@
"x-cb-operation-is-list" : true,
"x-cb-operation-method-name" : "listGrantBlocks",
"x-cb-is-operation-needs-input-object" : true,
- "x-cb-is-operation-needs-json-input" : true,
"x-cb-sdk-method-name" : "listGrantBlocks"
}
},
@@ -188898,7 +190230,7 @@
"type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-parameter-blank-option" : "not_allowed",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-sub-resource" : true,
@@ -197929,7 +199261,7 @@
"payment_method_type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-sub-resource" : true,
@@ -210274,7 +211606,7 @@
"x-cb-resource-id" : "addon",
"x-cb-resource-path-name" : "addons",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 43,
+ "x-cb-sort-order" : 45,
"x-cb-product-catalog-version" : 1,
"properties" : {
"id" : {
@@ -210759,7 +212091,7 @@
"x-cb-resource-id" : "address",
"x-cb-resource-path-name" : "addresses",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 47,
+ "x-cb-sort-order" : 49,
"properties" : {
"label" : {
"type" : "string",
@@ -210891,7 +212223,7 @@
"x-cb-resource-id" : "advance_invoice_schedule",
"x-cb-resource-path-name" : "advance_invoice_schedules",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 7,
+ "x-cb-sort-order" : 9,
"properties" : {
"id" : {
"type" : "string",
@@ -211022,7 +212354,7 @@
"x-cb-resource-id" : "alert",
"x-cb-resource-path-name" : "alerts",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 164,
+ "x-cb-sort-order" : 167,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -211035,7 +212367,7 @@
"type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "usage_exceeded" ],
+ "enum" : [ "usage_exceeded", "spend_exceeded" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -211067,10 +212399,17 @@
"maxLength" : 50,
"example" : null
},
- "subscription_id" : {
+ "currency_code" : {
"type" : "string",
"deprecated" : false,
"x-cb-sort-order" : 5,
+ "maxLength" : 3,
+ "example" : null
+ },
+ "subscription_id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 6,
"maxLength" : 50,
"example" : null
},
@@ -211085,13 +212424,13 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "Status",
- "x-cb-sort-order" : 6,
+ "x-cb-sort-order" : 7,
"example" : null
},
"meta" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 7,
+ "x-cb-sort-order" : 8,
"maxLength" : 65000,
"example" : null
},
@@ -211099,18 +212438,100 @@
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 8,
+ "x-cb-sort-order" : 9,
"example" : null
},
"updated_at" : {
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 9,
+ "x-cb-sort-order" : 10,
+ "example" : null
+ },
+ "threshold" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-sort-order" : 11,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "Threshold",
+ "x-cb-sub-resource-parent-name" : "Alert",
+ "properties" : {
+ "mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "absolute", "percentage" ],
+ "x-cb-is-global-enum" : true,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : true,
+ "x-cb-is-gen-separate" : true,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Mode",
+ "example" : null
+ },
+ "value" : {
+ "type" : "number",
+ "format" : "double",
+ "deprecated" : false,
+ "example" : null
+ }
+ },
+ "required" : [ "mode", "value" ],
+ "example" : null
+ },
+ "example" : null
+ },
+ "filter_conditions" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-sort-order" : 12,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "FilterCondition",
+ "x-cb-sub-resource-parent-name" : "Alert",
+ "properties" : {
+ "field" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "plan_price_id" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Field",
+ "example" : null
+ },
+ "operator" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "equals", "not_equals" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Operator",
+ "example" : null
+ },
+ "value" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ }
+ },
+ "required" : [ "field", "operator", "value" ],
+ "example" : null
+ },
"example" : null
}
},
- "required" : [ "created_at", "id", "metered_feature_id", "name", "type", "updated_at" ],
+ "required" : [ "created_at", "id", "name", "type", "updated_at" ],
"example" : null
},
"AlertStatus" : {
@@ -211118,7 +212539,7 @@
"x-cb-resource-id" : "alert_status",
"x-cb-resource-path-name" : "alert_statuses",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 166,
+ "x-cb-sort-order" : 169,
"x-cb-product-catalog-version" : 2,
"properties" : {
"alert_id" : {
@@ -211241,12 +212662,316 @@
"x-cb-sdk-enum-api-name" : "ApplyOn",
"example" : null
},
+ "AsyncResponse" : {
+ "type" : "object",
+ "x-cb-resource-id" : "async_response",
+ "x-cb-resource-path-name" : "async_response",
+ "x-cb-is-dependent-resource" : false,
+ "x-cb-sort-order" : 1,
+ "properties" : {
+ "api_version" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 0,
+ "maxLength" : 10,
+ "example" : null
+ },
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "x-cb-sort-order" : 1,
+ "example" : null
+ },
+ "completed_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "x-cb-sort-order" : 2,
+ "example" : null
+ },
+ "status" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "success", "failed" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Status",
+ "x-cb-sort-order" : 3,
+ "example" : null
+ },
+ "result" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "deprecated" : false,
+ "x-cb-sort-order" : 6,
+ "example" : null
+ },
+ "request" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "RequestAsyncApi",
+ "x-cb-sub-resource-parent-name" : "AsyncResponse",
+ "x-cb-sort-order" : 4,
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "resource" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "operation_type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "method" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 10,
+ "example" : null
+ },
+ "uri" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 512,
+ "example" : null
+ },
+ "idempotency_key" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 250,
+ "example" : null
+ }
+ },
+ "required" : [ "id" ],
+ "example" : null
+ },
+ "error_detail" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "Error",
+ "x-cb-sub-resource-parent-name" : "AsyncResponse",
+ "x-cb-sort-order" : 5,
+ "properties" : {
+ "message" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "api_error_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "error_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "error_msg" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 250,
+ "example" : null
+ },
+ "http_status_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ }
+ },
+ "example" : null
+ }
+ },
+ "required" : [ "status" ],
+ "example" : null
+ },
+ "AsyncResponseList" : {
+ "type" : "object",
+ "x-cb-resource-id" : "async_response_list",
+ "x-cb-resource-path-name" : "async_response_list",
+ "x-cb-is-dependent-resource" : false,
+ "x-cb-sort-order" : 0,
+ "properties" : {
+ "list" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-is-dependent-attribute" : true,
+ "x-cb-sort-order" : 0,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "AsyncResponse",
+ "x-cb-is-global-resource-reference" : true,
+ "properties" : {
+ "api_version" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 10,
+ "example" : null
+ },
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ },
+ "completed_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ },
+ "status" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "success", "failed" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Status",
+ "example" : null
+ },
+ "request" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "RequestAsyncApi",
+ "x-cb-sub-resource-parent-name" : "AsyncResponseList",
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "resource" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "operation_type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "method" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 10,
+ "example" : null
+ },
+ "uri" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 512,
+ "example" : null
+ },
+ "idempotency_key" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 250,
+ "example" : null
+ }
+ },
+ "required" : [ "id" ],
+ "example" : null
+ },
+ "error_detail" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "Error",
+ "x-cb-sub-resource-parent-name" : "AsyncResponseList",
+ "properties" : {
+ "message" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "api_error_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "error_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "error_msg" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 250,
+ "example" : null
+ },
+ "http_status_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ }
+ },
+ "example" : null
+ },
+ "result" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "deprecated" : false,
+ "example" : null
+ }
+ },
+ "required" : [ "status" ],
+ "example" : null
+ },
+ "example" : null
+ }
+ },
+ "example" : null
+ },
"AttachedItem" : {
"type" : "object",
"x-cb-resource-id" : "attached_item",
"x-cb-resource-path-name" : "attached_items",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 79,
+ "x-cb-sort-order" : 81,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -211555,7 +213280,7 @@
"x-cb-resource-id" : "attribute",
"x-cb-resource-path-name" : "attributes",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 71,
+ "x-cb-sort-order" : 73,
"x-cb-product-catalog-version" : 2,
"properties" : {
"name" : {
@@ -211727,7 +213452,7 @@
"x-cb-resource-id" : "billing_configuration",
"x-cb-resource-path-name" : "billing_configurations",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 38,
+ "x-cb-sort-order" : 40,
"properties" : {
"is_calendar_billing_enabled" : {
"type" : "boolean",
@@ -211823,7 +213548,7 @@
"x-cb-resource-id" : "brand",
"x-cb-resource-path-name" : "brands",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 150,
+ "x-cb-sort-order" : 153,
"properties" : {
"id" : {
"type" : "string",
@@ -211848,7 +213573,7 @@
"x-cb-resource-id" : "business_entity",
"x-cb-resource-path-name" : "business_entities",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 105,
+ "x-cb-sort-order" : 108,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -212021,7 +213746,7 @@
"x-cb-resource-id" : "business_entity_transfer",
"x-cb-resource-path-name" : "business_entity_transfers",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 11,
+ "x-cb-sort-order" : 13,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -212168,7 +213893,7 @@
"x-cb-resource-id" : "card",
"x-cb-resource-path-name" : "cards",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 16,
+ "x-cb-sort-order" : 18,
"properties" : {
"payment_source_id" : {
"type" : "string",
@@ -212790,12 +214515,43 @@
"x-cb-sdk-enum-api-name" : "ChargesHandling",
"example" : null
},
+ "ColumnDefinition" : {
+ "type" : "object",
+ "x-cb-resource-id" : "column_definition",
+ "x-cb-resource-path-name" : "column_definitions",
+ "x-cb-is-dependent-resource" : true,
+ "x-cb-sort-order" : 144,
+ "properties" : {
+ "column_name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 0,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "data_type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "number", "string" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "DataType",
+ "x-cb-sort-order" : 2,
+ "example" : null
+ }
+ },
+ "required" : [ "column_name", "data_type", "property_data_type" ],
+ "example" : null
+ },
"Comment" : {
"type" : "object",
"x-cb-resource-id" : "comment",
"x-cb-resource-path-name" : "comments",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 51,
+ "x-cb-sort-order" : 53,
"properties" : {
"id" : {
"type" : "string",
@@ -212876,7 +214632,7 @@
"x-cb-resource-id" : "configuration",
"x-cb-resource-path-name" : "configurations",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 81,
+ "x-cb-sort-order" : 83,
"properties" : {
"domain" : {
"type" : "string",
@@ -212921,7 +214677,7 @@
"x-cb-resource-id" : "contact",
"x-cb-resource-path-name" : "contacts",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 10,
+ "x-cb-sort-order" : 12,
"properties" : {
"id" : {
"type" : "string",
@@ -212996,7 +214752,7 @@
"x-cb-resource-id" : "contract_term",
"x-cb-resource-path-name" : "contract_terms",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 2,
+ "x-cb-sort-order" : 4,
"properties" : {
"id" : {
"type" : "string",
@@ -213395,7 +215151,7 @@
"x-cb-resource-id" : "coupon",
"x-cb-resource-path-name" : "coupons",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 44,
+ "x-cb-sort-order" : 46,
"properties" : {
"id" : {
"type" : "string",
@@ -213853,7 +215609,7 @@
"x-cb-resource-id" : "coupon_code",
"x-cb-resource-path-name" : "coupon_codes",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 46,
+ "x-cb-sort-order" : 48,
"properties" : {
"code" : {
"type" : "string",
@@ -214183,7 +215939,7 @@
"x-cb-resource-id" : "coupon_set",
"x-cb-resource-path-name" : "coupon_sets",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 45,
+ "x-cb-sort-order" : 47,
"properties" : {
"id" : {
"type" : "string",
@@ -214465,7 +216221,7 @@
"x-cb-resource-id" : "cpq_quote_signature",
"x-cb-resource-path-name" : "cpq_quote_signatures",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 41,
+ "x-cb-sort-order" : 43,
"properties" : {
"id" : {
"type" : "string",
@@ -214584,7 +216340,7 @@
"x-cb-resource-id" : "credit_note",
"x-cb-resource-path-name" : "credit_notes",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 23,
+ "x-cb-sort-order" : 25,
"properties" : {
"id" : {
"type" : "string",
@@ -214878,21 +216634,21 @@
"create_reason_code" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 49,
+ "x-cb-sort-order" : 50,
"maxLength" : 100,
"example" : null
},
"vat_number_prefix" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 50,
+ "x-cb-sort-order" : 51,
"maxLength" : 10,
"example" : null
},
"business_entity_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 51,
+ "x-cb-sort-order" : 52,
"maxLength" : 50,
"example" : null
},
@@ -215085,6 +216841,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -215753,13 +217521,44 @@
},
"example" : null
},
+ "exchange_rates" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-sort-order" : 49,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "ExchangeRate",
+ "x-cb-sub-resource-parent-name" : "CreditNote",
+ "properties" : {
+ "currency_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 3,
+ "example" : null
+ },
+ "rate" : {
+ "type" : "number",
+ "format" : "decimal",
+ "deprecated" : false,
+ "maximum" : 1000000000,
+ "minimum" : 0.0000000010,
+ "example" : null
+ }
+ },
+ "required" : [ "currency_code", "rate" ],
+ "example" : null
+ },
+ "example" : null
+ },
"shipping_address" : {
"type" : "object",
"deprecated" : false,
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "ShippingAddress",
"x-cb-sub-resource-parent-name" : "CreditNote",
- "x-cb-sort-order" : 52,
+ "x-cb-sort-order" : 53,
"properties" : {
"first_name" : {
"type" : "string",
@@ -215863,7 +217662,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "BillingAddress",
"x-cb-sub-resource-parent-name" : "CreditNote",
- "x-cb-sort-order" : 53,
+ "x-cb-sort-order" : 54,
"properties" : {
"first_name" : {
"type" : "string",
@@ -215967,7 +217766,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "Einvoice",
"x-cb-sub-resource-parent-name" : "CreditNote",
- "x-cb-sort-order" : 54,
+ "x-cb-sort-order" : 55,
"properties" : {
"id" : {
"type" : "string",
@@ -216023,7 +217822,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "SiteDetailsAtCreation",
"x-cb-sub-resource-parent-name" : "CreditNote",
- "x-cb-sort-order" : 55,
+ "x-cb-sort-order" : 56,
"properties" : {
"timezone" : {
"type" : "string",
@@ -216208,7 +218007,7 @@
"x-cb-resource-id" : "credit_note_estimate",
"x-cb-resource-path-name" : "credit_note_estimates",
"x-cb-is-dependent-resource" : true,
- "x-cb-sort-order" : 30,
+ "x-cb-sort-order" : 32,
"properties" : {
"reference_invoice_id" : {
"type" : "string",
@@ -216493,6 +218292,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -216977,7 +218788,7 @@
"x-cb-resource-id" : "currency",
"x-cb-resource-path-name" : "currencies",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 121,
+ "x-cb-sort-order" : 124,
"properties" : {
"id" : {
"type" : "string",
@@ -217039,7 +218850,7 @@
"x-cb-resource-id" : "customer",
"x-cb-resource-path-name" : "customers",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 8,
+ "x-cb-sort-order" : 10,
"properties" : {
"id" : {
"type" : "string",
@@ -217797,7 +219608,7 @@
"type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : false,
@@ -218370,7 +220181,7 @@
"x-cb-resource-id" : "customer_entitlement",
"x-cb-resource-path-name" : "customer_entitlements",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 95,
+ "x-cb-sort-order" : 98,
"x-cb-product-catalog-version" : 2,
"properties" : {
"customer_id" : {
@@ -218614,7 +220425,7 @@
"x-cb-resource-id" : "differential_price",
"x-cb-resource-path-name" : "differential_prices",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 80,
+ "x-cb-sort-order" : 82,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -219013,7 +220824,7 @@
"x-cb-resource-id" : "discount",
"x-cb-resource-path-name" : "discounts",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 5,
+ "x-cb-sort-order" : 7,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -219213,7 +221024,7 @@
"x-cb-resource-id" : "download",
"x-cb-resource-path-name" : "downloads",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 52,
+ "x-cb-sort-order" : 54,
"properties" : {
"download_url" : {
"type" : "string",
@@ -219244,7 +221055,7 @@
"type" : "string",
"default" : "auto_collect",
"deprecated" : false,
- "enum" : [ "auto_collect", "offline", "direct_debit" ],
+ "enum" : [ "auto_collect", "offline", "direct_debit", "real_time_payments" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -219340,7 +221151,7 @@
"x-cb-resource-id" : "einvoice",
"x-cb-resource-path-name" : "einvoices",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 21,
+ "x-cb-sort-order" : 23,
"properties" : {
"id" : {
"type" : "string",
@@ -219433,7 +221244,7 @@
"x-cb-resource-id" : "entitlement",
"x-cb-resource-path-name" : "entitlements",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 97,
+ "x-cb-sort-order" : 100,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -219500,7 +221311,7 @@
"x-cb-resource-id" : "entitlement_override",
"x-cb-resource-path-name" : "entitlement_overrides",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 104,
+ "x-cb-sort-order" : 107,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -219803,7 +221614,7 @@
"x-cb-resource-id" : "estimate",
"x-cb-resource-path-name" : "estimates",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 30,
+ "x-cb-sort-order" : 32,
"properties" : {
"created_at" : {
"type" : "integer",
@@ -220634,6 +222445,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -221456,6 +223279,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -222390,6 +224225,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -223213,6 +225060,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -223905,7 +225764,7 @@
"x-cb-resource-id" : "event",
"x-cb-resource-path-name" : "events",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 50,
+ "x-cb-sort-order" : 52,
"properties" : {
"id" : {
"type" : "string",
@@ -223966,7 +225825,7 @@
"event_type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
"x-cb-deprecated-enum-values" : "netd_payment_due_reminder,product_created,product_updated,product_deleted,variant_created,variant_updated,variant_deleted,omnichannel_subscription_item_downgrade_scheduled,omnichannel_subscription_item_scheduled_downgrade_removed",
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
@@ -224062,7 +225921,7 @@
"EventType" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
"x-cb-deprecated-enum-values" : "netd_payment_due_reminder,product_created,product_updated,product_deleted,variant_created,variant_updated,variant_deleted,omnichannel_subscription_item_downgrade_scheduled,omnichannel_subscription_item_scheduled_downgrade_removed",
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
@@ -224092,7 +225951,7 @@
"x-cb-resource-id" : "export",
"x-cb-resource-path-name" : "exports",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 61,
+ "x-cb-sort-order" : 63,
"properties" : {
"id" : {
"type" : "string",
@@ -224199,7 +226058,7 @@
"x-cb-resource-id" : "feature",
"x-cb-resource-path-name" : "features",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 82,
+ "x-cb-sort-order" : 84,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -224277,6 +226136,12 @@
"x-cb-sort-order" : 9,
"example" : null
},
+ "metered" : {
+ "type" : "boolean",
+ "deprecated" : false,
+ "x-cb-sort-order" : 10,
+ "example" : null
+ },
"levels" : {
"type" : "array",
"deprecated" : false,
@@ -224680,7 +226545,7 @@
"x-cb-resource-id" : "filter_condition",
"x-cb-resource-path-name" : "filter_conditions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 165,
+ "x-cb-sort-order" : 168,
"x-cb-product-catalog-version" : 2,
"properties" : {
"field" : {
@@ -224765,7 +226630,7 @@
"x-cb-resource-id" : "gateway_error_detail",
"x-cb-resource-path-name" : "gateway_error_details",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 64,
+ "x-cb-sort-order" : 66,
"properties" : {
"request_id" : {
"type" : "string",
@@ -224880,7 +226745,7 @@
"x-cb-resource-id" : "gift",
"x-cb-resource-path-name" : "gifts",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 27,
+ "x-cb-sort-order" : 29,
"properties" : {
"id" : {
"type" : "string",
@@ -225388,7 +227253,7 @@
"x-cb-resource-id" : "grant_block",
"x-cb-resource-path-name" : "grant_blocks",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 170,
+ "x-cb-sort-order" : 173,
"properties" : {
"id" : {
"type" : "string",
@@ -225482,13 +227347,6 @@
"x-cb-sort-order" : 11,
"example" : null
},
- "metadata" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-sort-order" : 12,
- "maxLength" : 65000,
- "example" : null
- },
"grant_source" : {
"type" : "string",
"deprecated" : false,
@@ -225499,14 +227357,14 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "GrantSource",
- "x-cb-sort-order" : 13,
+ "x-cb-sort-order" : 12,
"example" : null
},
"created_at" : {
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 14,
+ "x-cb-sort-order" : 13,
"example" : null
},
"account_type" : {
@@ -225519,13 +227377,13 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "AccountType",
- "x-cb-sort-order" : 15,
+ "x-cb-sort-order" : 14,
"example" : null
},
"unit_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 16,
+ "x-cb-sort-order" : 15,
"maxLength" : 50,
"example" : null
},
@@ -225539,6 +227397,13 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "UnitType",
+ "x-cb-sort-order" : 16,
+ "example" : null
+ },
+ "metadata" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "deprecated" : false,
"x-cb-sort-order" : 17,
"example" : null
}
@@ -225551,7 +227416,7 @@
"x-cb-resource-id" : "hierarchy",
"x-cb-resource-path-name" : "hierarchies",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 9,
+ "x-cb-sort-order" : 11,
"properties" : {
"customer_id" : {
"type" : "string",
@@ -225729,7 +227594,7 @@
"x-cb-resource-id" : "hosted_page",
"x-cb-resource-path-name" : "hosted_pages",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 29,
+ "x-cb-sort-order" : 31,
"properties" : {
"id" : {
"type" : "string",
@@ -225874,7 +227739,7 @@
"x-cb-resource-id" : "impacted_customer",
"x-cb-resource-path-name" : "impacted_customers",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 173,
+ "x-cb-sort-order" : 176,
"properties" : {
"action_type" : {
"type" : "string",
@@ -225921,7 +227786,7 @@
"x-cb-resource-id" : "impacted_item",
"x-cb-resource-path-name" : "impacted_items",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 84,
+ "x-cb-sort-order" : 86,
"x-cb-product-catalog-version" : 2,
"properties" : {
"count" : {
@@ -225978,7 +227843,7 @@
"x-cb-resource-id" : "impacted_item_price",
"x-cb-resource-path-name" : "impacted_item_prices",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 85,
+ "x-cb-sort-order" : 87,
"x-cb-product-catalog-version" : 2,
"properties" : {
"count" : {
@@ -226035,7 +227900,7 @@
"x-cb-resource-id" : "impacted_subscription",
"x-cb-resource-path-name" : "impacted_subscriptions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 83,
+ "x-cb-sort-order" : 85,
"x-cb-product-catalog-version" : 2,
"properties" : {
"count" : {
@@ -226092,7 +227957,7 @@
"x-cb-resource-id" : "in_app_subscription",
"x-cb-resource-path-name" : "in_app_subscriptions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 102,
+ "x-cb-sort-order" : 105,
"properties" : {
"app_id" : {
"type" : "string",
@@ -226153,7 +228018,7 @@
"x-cb-resource-id" : "invoice",
"x-cb-resource-path-name" : "invoices",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 18,
+ "x-cb-sort-order" : 20,
"properties" : {
"id" : {
"type" : "string",
@@ -226439,7 +228304,7 @@
"first_invoice" : {
"type" : "boolean",
"deprecated" : false,
- "x-cb-sort-order" : 35,
+ "x-cb-sort-order" : 36,
"example" : null
},
"new_sales_amount" : {
@@ -226447,42 +228312,42 @@
"format" : "int64",
"deprecated" : false,
"x-cb-is-money-column" : true,
- "x-cb-sort-order" : 36,
+ "x-cb-sort-order" : 37,
"minimum" : 0,
"example" : null
},
"has_advance_charges" : {
"type" : "boolean",
"deprecated" : false,
- "x-cb-sort-order" : 37,
+ "x-cb-sort-order" : 38,
"example" : null
},
"term_finalized" : {
"type" : "boolean",
"default" : true,
"deprecated" : false,
- "x-cb-sort-order" : 39,
+ "x-cb-sort-order" : 40,
"example" : null
},
"is_gifted" : {
"type" : "boolean",
"default" : false,
"deprecated" : false,
- "x-cb-sort-order" : 40,
+ "x-cb-sort-order" : 41,
"example" : null
},
"generated_at" : {
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 41,
+ "x-cb-sort-order" : 42,
"example" : null
},
"expected_payment_date" : {
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 42,
+ "x-cb-sort-order" : 43,
"example" : null
},
"amount_to_collect" : {
@@ -226490,7 +228355,7 @@
"format" : "int64",
"deprecated" : false,
"x-cb-is-money-column" : true,
- "x-cb-sort-order" : 43,
+ "x-cb-sort-order" : 44,
"minimum" : 0,
"example" : null
},
@@ -226499,33 +228364,33 @@
"format" : "int64",
"deprecated" : false,
"x-cb-is-money-column" : true,
- "x-cb-sort-order" : 44,
+ "x-cb-sort-order" : 45,
"minimum" : 0,
"example" : null
},
"void_reason_code" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 68,
+ "x-cb-sort-order" : 69,
"maxLength" : 100,
"example" : null
},
"deleted" : {
"type" : "boolean",
"deprecated" : false,
- "x-cb-sort-order" : 69,
+ "x-cb-sort-order" : 70,
"example" : null
},
"tax_category" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 72,
+ "x-cb-sort-order" : 73,
"example" : null
},
"vat_number_prefix" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 73,
+ "x-cb-sort-order" : 74,
"maxLength" : 10,
"example" : null
},
@@ -226540,20 +228405,51 @@
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "Channel",
"x-cb-global-enum-reference" : "./schemas/enums/Channel.yaml",
- "x-cb-sort-order" : 74,
+ "x-cb-sort-order" : 75,
"example" : null
},
"business_entity_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 75,
+ "x-cb-sort-order" : 76,
"maxLength" : 50,
"example" : null
},
+ "exchange_rates" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-sort-order" : 35,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "ExchangeRate",
+ "x-cb-sub-resource-parent-name" : "Invoice",
+ "properties" : {
+ "currency_code" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 3,
+ "example" : null
+ },
+ "rate" : {
+ "type" : "number",
+ "format" : "decimal",
+ "deprecated" : false,
+ "maximum" : 1000000000,
+ "minimum" : 0.0000000010,
+ "example" : null
+ }
+ },
+ "required" : [ "currency_code", "rate" ],
+ "example" : null
+ },
+ "example" : null
+ },
"line_items" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 45,
+ "x-cb-sort-order" : 46,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -226739,6 +228635,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -226749,7 +228657,7 @@
"line_item_tiers" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 46,
+ "x-cb-sort-order" : 47,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -226845,7 +228753,7 @@
"line_item_discounts" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 47,
+ "x-cb-sort-order" : 48,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -226902,7 +228810,7 @@
"line_item_taxes" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 48,
+ "x-cb-sort-order" : 49,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227024,7 +228932,7 @@
"line_item_credits" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 49,
+ "x-cb-sort-order" : 50,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227060,7 +228968,7 @@
"line_item_addresses" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 51,
+ "x-cb-sort-order" : 52,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227174,7 +229082,7 @@
"discounts" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 52,
+ "x-cb-sort-order" : 53,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227248,7 +229156,7 @@
"taxes" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 53,
+ "x-cb-sort-order" : 54,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227288,7 +229196,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "TaxOrigin",
"x-cb-sub-resource-parent-name" : "Invoice",
- "x-cb-sort-order" : 54,
+ "x-cb-sort-order" : 55,
"properties" : {
"country" : {
"type" : "string",
@@ -227308,7 +229216,7 @@
"linked_payments" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 56,
+ "x-cb-sort-order" : 57,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227372,7 +229280,7 @@
"reference_transactions" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 57,
+ "x-cb-sort-order" : 58,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227468,7 +229376,7 @@
"dunning_attempts" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 58,
+ "x-cb-sort-order" : 59,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227493,7 +229401,7 @@
"type" : "string",
"default" : "auto_collect",
"deprecated" : false,
- "enum" : [ "auto_collect", "offline", "direct_debit" ],
+ "enum" : [ "auto_collect", "offline", "direct_debit", "real_time_payments" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -227550,7 +229458,7 @@
"applied_credits" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 59,
+ "x-cb-sort-order" : 60,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227636,7 +229544,7 @@
"adjustment_credit_notes" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 60,
+ "x-cb-sort-order" : 61,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227704,7 +229612,7 @@
"issued_credit_notes" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 61,
+ "x-cb-sort-order" : 62,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227772,7 +229680,7 @@
"linked_orders" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 62,
+ "x-cb-sort-order" : 63,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227850,7 +229758,7 @@
"notes" : {
"type" : "array",
"deprecated" : false,
- "x-cb-sort-order" : 63,
+ "x-cb-sort-order" : 64,
"items" : {
"type" : "object",
"deprecated" : false,
@@ -227894,7 +229802,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "ShippingAddress",
"x-cb-sub-resource-parent-name" : "Invoice",
- "x-cb-sort-order" : 64,
+ "x-cb-sort-order" : 65,
"properties" : {
"first_name" : {
"type" : "string",
@@ -227998,7 +229906,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "BillingAddress",
"x-cb-sub-resource-parent-name" : "Invoice",
- "x-cb-sort-order" : 65,
+ "x-cb-sort-order" : 66,
"properties" : {
"first_name" : {
"type" : "string",
@@ -228102,7 +230010,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "StatementDescriptor",
"x-cb-sub-resource-parent-name" : "Invoice",
- "x-cb-sort-order" : 66,
+ "x-cb-sort-order" : 67,
"properties" : {
"id" : {
"type" : "string",
@@ -228126,7 +230034,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "Einvoice",
"x-cb-sub-resource-parent-name" : "Invoice",
- "x-cb-sort-order" : 67,
+ "x-cb-sort-order" : 68,
"properties" : {
"id" : {
"type" : "string",
@@ -228182,7 +230090,7 @@
"x-cb-is-sub-resource" : true,
"x-cb-sub-resource-name" : "SiteDetailsAtCreation",
"x-cb-sub-resource-parent-name" : "Invoice",
- "x-cb-sort-order" : 76,
+ "x-cb-sort-order" : 77,
"properties" : {
"timezone" : {
"type" : "string",
@@ -228275,7 +230183,7 @@
"x-cb-resource-id" : "invoice_estimate",
"x-cb-resource-path-name" : "invoice_estimates",
"x-cb-is-dependent-resource" : true,
- "x-cb-sort-order" : 30,
+ "x-cb-sort-order" : 32,
"properties" : {
"recurring" : {
"type" : "boolean",
@@ -228560,6 +230468,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -229273,7 +231193,7 @@
"x-cb-resource-id" : "item",
"x-cb-resource-path-name" : "items",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 69,
+ "x-cb-sort-order" : 71,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -229700,7 +231620,7 @@
"x-cb-resource-id" : "item_entitlement",
"x-cb-resource-path-name" : "item_entitlements",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 96,
+ "x-cb-sort-order" : 99,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -229893,7 +231813,7 @@
"x-cb-resource-id" : "item_family",
"x-cb-resource-path-name" : "item_families",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 66,
+ "x-cb-sort-order" : 68,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -230141,7 +232061,7 @@
"x-cb-resource-id" : "item_price",
"x-cb-resource-path-name" : "item_prices",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 72,
+ "x-cb-sort-order" : 74,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -231080,7 +233000,7 @@
"x-cb-resource-id" : "ledger_account_balance",
"x-cb-resource-path-name" : "ledger_account_balances",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 168,
+ "x-cb-sort-order" : 171,
"x-cb-product-catalog-version" : 2,
"properties" : {
"subscription_id" : {
@@ -231204,7 +233124,7 @@
"x-cb-resource-id" : "ledger_operation",
"x-cb-resource-path-name" : "ledger_operations",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 169,
+ "x-cb-sort-order" : 172,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -231234,52 +233154,38 @@
"maxLength" : 36,
"example" : null
},
- "start_balance" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-sort-order" : 3,
- "maxLength" : 36,
- "example" : null
- },
- "end_balance" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-sort-order" : 4,
- "maxLength" : 36,
- "example" : null
- },
"provisioned_start_balance" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 5,
+ "x-cb-sort-order" : 3,
"maxLength" : 36,
"example" : null
},
"provisioned_end_balance" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 6,
+ "x-cb-sort-order" : 4,
"maxLength" : 36,
"example" : null
},
"overdraft_start_balance" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 7,
+ "x-cb-sort-order" : 5,
"maxLength" : 36,
"example" : null
},
"overdraft_end_balance" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 8,
+ "x-cb-sort-order" : 6,
"maxLength" : 36,
"example" : null
},
"parent_ledger_operation_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 9,
+ "x-cb-sort-order" : 7,
"maxLength" : 50,
"example" : null
},
@@ -231287,48 +233193,41 @@
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 10,
+ "x-cb-sort-order" : 8,
"example" : null
},
"auto_release_timestamp" : {
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 11,
- "example" : null
- },
- "metadata" : {
- "type" : "string",
- "deprecated" : false,
- "x-cb-sort-order" : 12,
- "maxLength" : 65000,
+ "x-cb-sort-order" : 9,
"example" : null
},
"created_at" : {
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 13,
+ "x-cb-sort-order" : 10,
"example" : null
},
"modified_at" : {
"type" : "integer",
"format" : "unix-time",
"deprecated" : false,
- "x-cb-sort-order" : 14,
+ "x-cb-sort-order" : 11,
"example" : null
},
"subscription_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 15,
+ "x-cb-sort-order" : 12,
"maxLength" : 50,
"example" : null
},
"unit_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 16,
+ "x-cb-sort-order" : 13,
"maxLength" : 100,
"example" : null
},
@@ -231342,11 +233241,18 @@
"x-cb-is-gen-separate" : false,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "UnitType",
- "x-cb-sort-order" : 17,
+ "x-cb-sort-order" : 14,
+ "example" : null
+ },
+ "metadata" : {
+ "type" : "object",
+ "additionalProperties" : true,
+ "deprecated" : false,
+ "x-cb-sort-order" : 15,
"example" : null
}
},
- "required" : [ "amount", "end_balance", "id", "overdraft_end_balance", "overdraft_start_balance", "provisioned_end_balance", "provisioned_start_balance", "start_balance", "type" ],
+ "required" : [ "amount", "id", "overdraft_end_balance", "overdraft_start_balance", "provisioned_end_balance", "provisioned_start_balance", "type" ],
"example" : null
},
"Media" : {
@@ -231354,7 +233260,7 @@
"x-cb-resource-id" : "media",
"x-cb-resource-path-name" : "medias",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 107,
+ "x-cb-sort-order" : 110,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -231397,7 +233303,7 @@
"x-cb-resource-id" : "metadata",
"x-cb-resource-path-name" : "metadatas",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 88,
+ "x-cb-sort-order" : 90,
"x-cb-product-catalog-version" : 2,
"properties" : {
"change_type" : {
@@ -231410,16 +233316,488 @@
},
"example" : null
},
+ "Meter" : {
+ "type" : "object",
+ "x-cb-resource-id" : "meter",
+ "x-cb-resource-path-name" : "meters",
+ "x-cb-is-dependent-resource" : false,
+ "x-cb-sort-order" : 142,
+ "x-cb-product-catalog-version" : 2,
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 0,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 1,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 2,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "simple", "compound" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Type",
+ "x-cb-sort-order" : 3,
+ "example" : null
+ },
+ "status" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "active", "archived", "deleted" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Status",
+ "x-cb-sort-order" : 4,
+ "example" : null
+ },
+ "query" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 5,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "x-cb-sort-order" : 7,
+ "example" : null
+ },
+ "updated_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "x-cb-sort-order" : 8,
+ "example" : null
+ },
+ "column_definitions" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-is-dependent-attribute" : true,
+ "x-cb-sort-order" : 9,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "ColumnDefinition",
+ "x-cb-is-global-resource-reference" : true,
+ "properties" : {
+ "column_name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "data_type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "number", "string" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "DataType",
+ "example" : null
+ }
+ },
+ "required" : [ "column_name", "data_type", "property_data_type" ],
+ "example" : null
+ },
+ "example" : null
+ },
+ "features" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-is-dependent-attribute" : true,
+ "x-cb-sort-order" : 10,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "Feature",
+ "x-cb-is-global-resource-reference" : true,
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "status" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "active", "archived", "draft" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Status",
+ "example" : null
+ },
+ "type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "switch", "custom", "quantity", "range" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Type",
+ "example" : null
+ },
+ "unit" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "resource_version" : {
+ "type" : "integer",
+ "format" : "int64",
+ "deprecated" : false,
+ "example" : null
+ },
+ "updated_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ },
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ },
+ "metered" : {
+ "type" : "boolean",
+ "deprecated" : false,
+ "example" : null
+ },
+ "levels" : {
+ "type" : "array",
+ "deprecated" : false,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "Level",
+ "x-cb-sub-resource-parent-name" : "Meter",
+ "properties" : {
+ "name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "value" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "level" : {
+ "type" : "integer",
+ "format" : "int32",
+ "deprecated" : false,
+ "example" : null
+ },
+ "is_unlimited" : {
+ "type" : "boolean",
+ "deprecated" : false,
+ "example" : null
+ }
+ },
+ "required" : [ "is_unlimited", "level", "value" ],
+ "example" : null
+ },
+ "example" : null
+ }
+ },
+ "required" : [ "created_at", "id", "metered", "name" ],
+ "example" : null
+ },
+ "example" : null
+ }
+ },
+ "required" : [ "created_at", "id", "name", "query", "type" ],
+ "example" : null
+ },
+ "MeteredFeature" : {
+ "type" : "object",
+ "x-cb-resource-id" : "metered_feature",
+ "x-cb-resource-path-name" : "metered_features",
+ "x-cb-is-dependent-resource" : false,
+ "x-cb-sort-order" : 144,
+ "x-cb-product-catalog-version" : 2,
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 0,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 1,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 2,
+ "maxLength" : 250,
+ "example" : null
+ },
+ "type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "simple", "compound" ],
+ "x-cb-is-global-enum" : true,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : true,
+ "x-cb-is-gen-separate" : true,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Type",
+ "x-cb-global-enum-reference" : "./schemas/enums/Type.yaml",
+ "x-cb-sort-order" : 3,
+ "example" : null
+ },
+ "status" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "active", "archived", "deleted" ],
+ "x-cb-is-global-enum" : true,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : true,
+ "x-cb-is-gen-separate" : true,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Status",
+ "x-cb-global-enum-reference" : "./schemas/enums/Status.yaml",
+ "x-cb-sort-order" : 4,
+ "example" : null
+ },
+ "query" : {
+ "type" : "string",
+ "deprecated" : false,
+ "x-cb-sort-order" : 5,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "column_definitions" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-is-dependent-attribute" : true,
+ "x-cb-sort-order" : 6,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "ColumnDefinition",
+ "x-cb-is-global-resource-reference" : true,
+ "properties" : {
+ "column_name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 100,
+ "example" : null
+ },
+ "data_type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "number", "string" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "DataType",
+ "example" : null
+ }
+ },
+ "required" : [ "column_name", "data_type", "property_data_type" ],
+ "example" : null
+ },
+ "example" : null
+ },
+ "features" : {
+ "type" : "array",
+ "deprecated" : false,
+ "x-cb-is-dependent-attribute" : true,
+ "x-cb-sort-order" : 7,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "Feature",
+ "x-cb-is-global-resource-reference" : true,
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 500,
+ "example" : null
+ },
+ "status" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "active", "archived", "draft" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Status",
+ "example" : null
+ },
+ "type" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "switch", "custom", "quantity", "range" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Type",
+ "example" : null
+ },
+ "unit" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "resource_version" : {
+ "type" : "integer",
+ "format" : "int64",
+ "deprecated" : false,
+ "example" : null
+ },
+ "updated_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ },
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ },
+ "metered" : {
+ "type" : "boolean",
+ "deprecated" : false,
+ "example" : null
+ },
+ "levels" : {
+ "type" : "array",
+ "deprecated" : false,
+ "items" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "Level",
+ "x-cb-sub-resource-parent-name" : "MeteredFeature",
+ "properties" : {
+ "name" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "value" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "level" : {
+ "type" : "integer",
+ "format" : "int32",
+ "deprecated" : false,
+ "example" : null
+ },
+ "is_unlimited" : {
+ "type" : "boolean",
+ "deprecated" : false,
+ "example" : null
+ }
+ },
+ "required" : [ "is_unlimited", "level", "value" ],
+ "example" : null
+ },
+ "example" : null
+ }
+ },
+ "required" : [ "created_at", "id", "metered", "name" ],
+ "example" : null
+ },
+ "example" : null
+ }
+ },
+ "required" : [ "id" ],
+ "example" : null
+ },
"Mode" : {
"type" : "string",
"deprecated" : false,
"enum" : [ "absolute", "percentage" ],
- "x-cb-parameter-blank-option" : "not_allowed",
- "x-cb-attribute-meta-comment" : "optional",
- "x-cb-is-sub-resource" : true,
- "x-cb-meta-model-name" : "thresholds",
- "x-cb-is-api-column" : true,
"x-cb-is-global-enum" : true,
+ "x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
"x-cb-is-gen-separate" : true,
"x-cb-is-ignore-generation" : false,
@@ -231537,7 +233915,7 @@
"x-cb-resource-id" : "non_subscription",
"x-cb-resource-path-name" : "non_subscriptions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 103,
+ "x-cb-sort-order" : 106,
"properties" : {
"app_id" : {
"type" : "string",
@@ -231588,7 +233966,7 @@
"x-cb-resource-id" : "offer_event",
"x-cb-resource-path-name" : "offer_events",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 152,
+ "x-cb-sort-order" : 155,
"example" : null
},
"OfferFulfillment" : {
@@ -231596,7 +233974,7 @@
"x-cb-resource-id" : "offer_fulfillment",
"x-cb-resource-path-name" : "offer_fulfillments",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 151,
+ "x-cb-sort-order" : 154,
"properties" : {
"id" : {
"type" : "string",
@@ -231724,7 +234102,7 @@
"x-cb-resource-id" : "omnichannel_one_time_order",
"x-cb-resource-path-name" : "omnichannel_one_time_orders",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 136,
+ "x-cb-sort-order" : 139,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -231752,7 +234130,7 @@
"type" : "string",
"deprecated" : false,
"x-cb-sort-order" : 3,
- "maxLength" : 100,
+ "maxLength" : 500,
"example" : null
},
"origin" : {
@@ -232054,7 +234432,7 @@
"x-cb-resource-id" : "omnichannel_one_time_order_item",
"x-cb-resource-path-name" : "omnichannel_one_time_order_items",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 137,
+ "x-cb-sort-order" : 140,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -232190,7 +234568,7 @@
"x-cb-resource-id" : "omnichannel_subscription",
"x-cb-resource-path-name" : "omnichannel_subscriptions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 132,
+ "x-cb-sort-order" : 135,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -232204,7 +234582,7 @@
"type" : "string",
"deprecated" : false,
"x-cb-sort-order" : 1,
- "maxLength" : 100,
+ "maxLength" : 500,
"example" : null
},
"app_id" : {
@@ -232836,7 +235214,7 @@
"x-cb-resource-id" : "omnichannel_subscription_item",
"x-cb-resource-path-name" : "omnichannel_subscription_items",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 134,
+ "x-cb-sort-order" : 137,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -233824,7 +236202,7 @@
"x-cb-resource-id" : "omnichannel_subscription_item_offer",
"x-cb-resource-path-name" : "omnichannel_subscription_item_offers",
"x-cb-is-dependent-resource" : true,
- "x-cb-sort-order" : 134,
+ "x-cb-sort-order" : 137,
"properties" : {
"id" : {
"type" : "string",
@@ -234447,7 +236825,7 @@
"x-cb-resource-id" : "omnichannel_subscription_item_scheduled_change",
"x-cb-resource-path-name" : "omnichannel_subscription_item_scheduled_change",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 131,
+ "x-cb-sort-order" : 134,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -234849,7 +237227,7 @@
"x-cb-resource-id" : "omnichannel_transaction",
"x-cb-resource-path-name" : "omnichannel_transactions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 133,
+ "x-cb-sort-order" : 136,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -235079,7 +237457,7 @@
"x-cb-resource-id" : "order",
"x-cb-resource-path-name" : "orders",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 26,
+ "x-cb-sort-order" : 28,
"properties" : {
"id" : {
"type" : "string",
@@ -236851,7 +239229,7 @@
"x-cb-resource-id" : "payment_intent",
"x-cb-resource-path-name" : "payment_intents",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 63,
+ "x-cb-sort-order" : 65,
"properties" : {
"id" : {
"type" : "string",
@@ -236915,7 +239293,7 @@
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : false,
@@ -236983,7 +239361,7 @@
"business_entity_id" : {
"type" : "string",
"deprecated" : false,
- "x-cb-sort-order" : 18,
+ "x-cb-sort-order" : 19,
"maxLength" : 50,
"example" : null
},
@@ -237017,7 +239395,7 @@
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -237199,7 +239577,7 @@
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "ideal", "sofort", "bancontact", "google_pay", "dotpay", "giropay", "apple_pay", "upi", "netbanking_emandates", "paypal_express_checkout", "direct_debit", "boleto", "venmo", "amazon_payments", "pay_to", "faster_payments", "sepa_instant_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "wechat_pay", "alipay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -237349,6 +239727,48 @@
"example" : null
},
"example" : null
+ },
+ "payment_intent_metadata" : {
+ "type" : "object",
+ "deprecated" : false,
+ "x-cb-is-sub-resource" : true,
+ "x-cb-sub-resource-name" : "PaymentIntentMetadata",
+ "x-cb-sub-resource-parent-name" : "PaymentIntent",
+ "x-cb-sort-order" : 18,
+ "properties" : {
+ "source" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "cb_js", "components_fields", "checkout_v3", "paynow_v3", "portal_v3", "gift_v3", "checkout_v4", "payment_component", "pc_inapp_v4", "pc_fpc_v4" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "Source",
+ "example" : null
+ },
+ "client_ip_address" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 50,
+ "example" : null
+ },
+ "user_agent" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 1000,
+ "example" : null
+ },
+ "created_at" : {
+ "type" : "integer",
+ "format" : "unix-time",
+ "deprecated" : false,
+ "example" : null
+ }
+ },
+ "required" : [ "source" ],
+ "example" : null
}
},
"required" : [ "amount", "created_at", "customer_id", "expires_at", "id", "modified_at", "status" ],
@@ -237464,7 +239884,7 @@
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "cash", "check", "bank_transfer", "other", "app_store", "play_store", "custom", "chargeback", "card", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "cash", "check", "bank_transfer", "other", "app_store", "play_store", "custom", "chargeback", "card", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-parameter-blank-option" : "not_allowed",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-sub-resource" : true,
@@ -237495,7 +239915,7 @@
"PaymentMethodType" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -237509,7 +239929,7 @@
"x-cb-resource-id" : "payment_reference_number",
"x-cb-resource-path-name" : "payment_reference_numbers",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 19,
+ "x-cb-sort-order" : 21,
"properties" : {
"id" : {
"type" : "string",
@@ -237622,7 +240042,7 @@
"x-cb-resource-id" : "payment_schedule",
"x-cb-resource-path-name" : "payment_schedules",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 20,
+ "x-cb-sort-order" : 22,
"properties" : {
"id" : {
"type" : "string",
@@ -237755,7 +240175,7 @@
"x-cb-resource-id" : "payment_schedule_estimate",
"x-cb-resource-path-name" : "payment_schedule_estimates",
"x-cb-is-dependent-resource" : true,
- "x-cb-sort-order" : 30,
+ "x-cb-sort-order" : 32,
"properties" : {
"id" : {
"type" : "string",
@@ -237867,7 +240287,7 @@
"x-cb-resource-id" : "payment_schedule_scheme",
"x-cb-resource-path-name" : "payment_schedule_schemes",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 123,
+ "x-cb-sort-order" : 126,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -238206,7 +240626,7 @@
"x-cb-resource-id" : "payment_source",
"x-cb-resource-path-name" : "payment_sources",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 13,
+ "x-cb-sort-order" : 15,
"properties" : {
"id" : {
"type" : "string",
@@ -238246,7 +240666,7 @@
"type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : false,
@@ -238897,6 +241317,62 @@
"required" : [ "api_version", "content", "event_type", "id", "object", "occurred_at", "source", "webhook_status" ],
"example" : null
},
+ "PaymentSourceBusinessEntityChangedEvent" : {
+ "type" : "object",
+ "properties" : {
+ "id" : {
+ "type" : "string",
+ "description" : "The ID of the event",
+ "example" : null
+ },
+ "occurred_at" : {
+ "type" : "integer",
+ "format" : "int64",
+ "description" : "Timestamp of the event",
+ "example" : null
+ },
+ "source" : {
+ "type" : "string",
+ "description" : "Source of the event",
+ "example" : null
+ },
+ "object" : {
+ "type" : "string",
+ "description" : "The object of the event",
+ "example" : null
+ },
+ "api_version" : {
+ "type" : "string",
+ "description" : "API version",
+ "example" : null
+ },
+ "event_type" : {
+ "type" : "string",
+ "description" : "Type of the event",
+ "example" : null
+ },
+ "webhook_status" : {
+ "type" : "string",
+ "description" : "Status of webhook",
+ "example" : null
+ },
+ "content" : {
+ "type" : "object",
+ "properties" : {
+ "business_entity_transfer" : {
+ "$ref" : "#/components/schemas/BusinessEntityTransfer"
+ },
+ "payment_source" : {
+ "$ref" : "#/components/schemas/PaymentSource"
+ }
+ },
+ "required" : [ "business_entity_transfer", "payment_source" ],
+ "example" : null
+ }
+ },
+ "required" : [ "api_version", "content", "event_type", "id", "object", "occurred_at", "source", "webhook_status" ],
+ "example" : null
+ },
"PaymentSourceDeletedEvent" : {
"type" : "object",
"properties" : {
@@ -239247,7 +241723,7 @@
"x-cb-resource-id" : "payment_voucher",
"x-cb-resource-path-name" : "payment_vouchers",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 111,
+ "x-cb-sort-order" : 114,
"properties" : {
"id" : {
"type" : "string",
@@ -239583,7 +242059,7 @@
"x-cb-resource-id" : "personalized_offer",
"x-cb-resource-path-name" : "personalized_offers",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 149,
+ "x-cb-sort-order" : 152,
"properties" : {
"id" : {
"type" : "string",
@@ -239693,7 +242169,7 @@
"x-cb-resource-id" : "plan",
"x-cb-resource-path-name" : "plans",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 42,
+ "x-cb-sort-order" : 44,
"x-cb-product-catalog-version" : 1,
"properties" : {
"id" : {
@@ -240393,7 +242869,7 @@
"x-cb-resource-id" : "portal_session",
"x-cb-resource-path-name" : "portal_sessions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 53,
+ "x-cb-sort-order" : 55,
"properties" : {
"id" : {
"type" : "string",
@@ -240557,7 +243033,7 @@
"x-cb-resource-id" : "price_variant",
"x-cb-resource-path-name" : "price_variants",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 70,
+ "x-cb-sort-order" : 72,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -240868,7 +243344,7 @@
"x-cb-resource-id" : "pricing_page_session",
"x-cb-resource-path-name" : "pricing_page_sessions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 129,
+ "x-cb-sort-order" : 132,
"properties" : {
"id" : {
"type" : "string",
@@ -240919,7 +243395,7 @@
"x-cb-resource-id" : "product",
"x-cb-resource-path-name" : "products",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 67,
+ "x-cb-sort-order" : 69,
"x-cb-hidden-from-client-sdk" : true,
"x-cb-product-catalog-version" : 2,
"properties" : {
@@ -241256,7 +243732,7 @@
"x-cb-resource-id" : "promotional_credit",
"x-cb-resource-path-name" : "promotional_credits",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 17,
+ "x-cb-sort-order" : 19,
"properties" : {
"id" : {
"type" : "string",
@@ -241489,7 +243965,7 @@
"x-cb-resource-id" : "promotional_grant",
"x-cb-resource-path-name" : "promotional_grants",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 171,
+ "x-cb-sort-order" : 174,
"x-cb-product-catalog-version" : 2,
"properties" : {
"subscription_id" : {
@@ -241521,10 +243997,10 @@
"example" : null
},
"metadata" : {
- "type" : "string",
+ "type" : "object",
+ "additionalProperties" : true,
"deprecated" : false,
"x-cb-sort-order" : 4,
- "maxLength" : 65000,
"example" : null
}
},
@@ -241548,7 +244024,7 @@
"x-cb-resource-id" : "purchase",
"x-cb-resource-path-name" : "purchases",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 106,
+ "x-cb-sort-order" : 109,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -241668,7 +244144,7 @@
"x-cb-resource-id" : "quote",
"x-cb-resource-path-name" : "quotes",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 31,
+ "x-cb-sort-order" : 33,
"properties" : {
"id" : {
"type" : "string",
@@ -242142,6 +244618,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -242858,7 +245346,7 @@
"x-cb-resource-id" : "quote_line_group",
"x-cb-resource-path-name" : "quote_line_groups",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 39,
+ "x-cb-sort-order" : 41,
"properties" : {
"version" : {
"type" : "integer",
@@ -243133,6 +245621,18 @@
"deprecated" : false,
"maxLength" : 100,
"example" : null
+ },
+ "proration_mode" : {
+ "type" : "string",
+ "deprecated" : false,
+ "enum" : [ "reset", "delta", "service_period_revision", "adjusted_term" ],
+ "x-cb-is-global-enum" : false,
+ "x-cb-is-api-column" : true,
+ "x-cb-is-external-enum" : false,
+ "x-cb-is-gen-separate" : false,
+ "x-cb-is-ignore-generation" : false,
+ "x-cb-sdk-enum-api-name" : "ProrationMode",
+ "example" : null
}
},
"required" : [ "date_from", "date_to", "description", "entity_type", "is_taxed", "unit_amount" ],
@@ -243492,7 +245992,7 @@
"x-cb-resource-id" : "quoted_charge",
"x-cb-resource-path-name" : "quoted_charges",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 34,
+ "x-cb-sort-order" : 36,
"properties" : {
"charges" : {
"type" : "array",
@@ -243525,6 +246025,12 @@
"maxLength" : 250,
"example" : null
},
+ "entity_description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 500,
+ "example" : null
+ },
"service_period_in_days" : {
"type" : "integer",
"format" : "int32",
@@ -243607,6 +246113,18 @@
"maxLength" : 39,
"example" : null
},
+ "description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 250,
+ "example" : null
+ },
+ "entity_description" : {
+ "type" : "string",
+ "deprecated" : false,
+ "maxLength" : 500,
+ "example" : null
+ },
"service_period_days" : {
"type" : "integer",
"format" : "int32",
@@ -243849,7 +246367,7 @@
"x-cb-resource-id" : "quoted_delta_ramp",
"x-cb-resource-path-name" : "quoted_delta_ramps",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 36,
+ "x-cb-sort-order" : 38,
"properties" : {
"line_items" : {
"type" : "array",
@@ -243883,7 +246401,7 @@
"x-cb-resource-id" : "quoted_ramp",
"x-cb-resource-path-name" : "quoted_ramps",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 35,
+ "x-cb-sort-order" : 37,
"properties" : {
"id" : {
"type" : "string",
@@ -244409,7 +246927,7 @@
"x-cb-resource-id" : "quoted_subscription",
"x-cb-resource-path-name" : "quoted_subscriptions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 33,
+ "x-cb-sort-order" : 35,
"properties" : {
"id" : {
"type" : "string",
@@ -245154,7 +247672,7 @@
"x-cb-resource-id" : "ramp",
"x-cb-resource-path-name" : "ramps",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 122,
+ "x-cb-sort-order" : 125,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -245601,7 +248119,7 @@
"type" : "string",
"default" : "percentage",
"deprecated" : false,
- "enum" : [ "fixed_amount", "percentage" ],
+ "enum" : [ "fixed_amount", "percentage", "offer_quantity" ],
"x-cb-is-global-enum" : false,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : false,
@@ -245626,6 +248144,13 @@
"minimum" : 0,
"example" : null
},
+ "quantity" : {
+ "type" : "integer",
+ "format" : "int32",
+ "deprecated" : false,
+ "minimum" : 1,
+ "example" : null
+ },
"duration_type" : {
"type" : "string",
"default" : "forever",
@@ -245910,7 +248435,7 @@
"x-cb-resource-id" : "recorded_purchase",
"x-cb-resource-path-name" : "recorded_purchases",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 135,
+ "x-cb-sort-order" : 138,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -246171,7 +248696,7 @@
"x-cb-resource-id" : "resource_migration",
"x-cb-resource-path-name" : "resource_migrations",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 59,
+ "x-cb-sort-order" : 61,
"properties" : {
"from_site" : {
"type" : "string",
@@ -246286,7 +248811,7 @@
"x-cb-resource-id" : "rule",
"x-cb-resource-path-name" : "rules",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 138,
+ "x-cb-sort-order" : 141,
"properties" : {
"id" : {
"type" : "string",
@@ -246532,7 +249057,7 @@
"x-cb-resource-id" : "sales_order",
"x-cb-resource-path-name" : "sales_orders",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 142,
+ "x-cb-sort-order" : 145,
"x-cb-hidden-from-client-sdk" : true,
"x-cb-product-catalog-version" : 2,
"properties" : {
@@ -247675,7 +250200,7 @@
"x-cb-resource-id" : "site_migration_detail",
"x-cb-resource-path-name" : "site_migration_details",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 58,
+ "x-cb-sort-order" : 60,
"properties" : {
"entity_id" : {
"type" : "string",
@@ -247750,12 +250275,11 @@
},
"Status" : {
"type" : "string",
- "default" : "available",
"deprecated" : false,
- "enum" : [ "available", "exhausted", "scheduled", "in_grace_period" ],
+ "enum" : [ "active", "archived", "deleted", "available", "exhausted", "scheduled", "in_grace_period" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
- "x-cb-is-external-enum" : false,
+ "x-cb-is-external-enum" : true,
"x-cb-is-gen-separate" : true,
"x-cb-is-ignore-generation" : false,
"x-cb-sdk-enum-api-name" : "Status",
@@ -247768,7 +250292,7 @@
"x-cb-resource-id" : "subscription",
"x-cb-resource-path-name" : "subscriptions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 0,
+ "x-cb-sort-order" : 2,
"properties" : {
"id" : {
"type" : "string",
@@ -250502,7 +253026,7 @@
"x-cb-resource-id" : "subscription_entitlement",
"x-cb-resource-path-name" : "subscription_entitlements",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 93,
+ "x-cb-sort-order" : 96,
"x-cb-product-catalog-version" : 2,
"properties" : {
"subscription_id" : {
@@ -250635,7 +253159,7 @@
"x-cb-resource-id" : "subscription_entitlements_created_detail",
"x-cb-resource-path-name" : "subscription_entitlements_created_details",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 175,
+ "x-cb-sort-order" : 178,
"properties" : {
"subscription_id" : {
"type" : "string",
@@ -250712,7 +253236,7 @@
"x-cb-resource-id" : "subscription_entitlements_updated_detail",
"x-cb-resource-path-name" : "subscription_entitlements_updated_details",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 174,
+ "x-cb-sort-order" : 177,
"properties" : {
"subscription_id" : {
"type" : "string",
@@ -250789,7 +253313,7 @@
"x-cb-resource-id" : "subscription_estimate",
"x-cb-resource-path-name" : "subscription_estimates",
"x-cb-is-dependent-resource" : true,
- "x-cb-sort-order" : 30,
+ "x-cb-sort-order" : 32,
"properties" : {
"id" : {
"type" : "string",
@@ -252629,7 +255153,7 @@
"TaxOverrideReason" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "id_exempt", "customer_exempt", "export" ],
+ "enum" : [ "zero_rated", "id_exempt", "customer_exempt", "region_non_taxable", "product_exempt", "export", "high_value_physical_goods", "zero_value_item", "tax_not_configured_external_provider" ],
"x-cb-parameter-blank-option" : "as_null",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-meta-model-name" : "invoices",
@@ -252646,7 +255170,7 @@
"x-cb-resource-id" : "tax_withheld",
"x-cb-resource-path-name" : "tax_withheld",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 22,
+ "x-cb-sort-order" : 24,
"properties" : {
"id" : {
"type" : "string",
@@ -252963,7 +255487,7 @@
"x-cb-resource-id" : "third_party_configuration",
"x-cb-resource-path-name" : "third_party_configurations",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 54,
+ "x-cb-sort-order" : 56,
"x-cb-is-third-party-resource" : true,
"properties" : {
"integration_name" : {
@@ -253003,7 +255527,7 @@
"x-cb-resource-id" : "third_party_entity_mapping",
"x-cb-resource-path-name" : "third_party_entity_mappings",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 56,
+ "x-cb-sort-order" : 58,
"x-cb-is-third-party-resource" : true,
"properties" : {
"entity_type" : {
@@ -253145,13 +255669,13 @@
"x-cb-resource-id" : "third_party_payment_method",
"x-cb-resource-path-name" : "third_party_payment_methods",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 14,
+ "x-cb-sort-order" : 16,
"properties" : {
"type" : {
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -253200,7 +255724,7 @@
"x-cb-resource-id" : "third_party_sync_detail",
"x-cb-resource-path-name" : "third_party_sync_details",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 55,
+ "x-cb-sort-order" : 57,
"x-cb-is-third-party-resource" : true,
"properties" : {
"integration_name" : {
@@ -253246,7 +255770,7 @@
"x-cb-resource-id" : "time_machine",
"x-cb-resource-path-name" : "time_machines",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 60,
+ "x-cb-sort-order" : 62,
"properties" : {
"name" : {
"type" : "string",
@@ -253314,7 +255838,7 @@
"x-cb-resource-id" : "token",
"x-cb-resource-path-name" : "tokens",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 12,
+ "x-cb-sort-order" : 14,
"properties" : {
"id" : {
"type" : "string",
@@ -253348,7 +255872,7 @@
"payment_method_type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
"x-cb-is-external-enum" : true,
@@ -253596,7 +256120,7 @@
"x-cb-resource-id" : "tp_site_user",
"x-cb-resource-path-name" : "tp_site_users",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 57,
+ "x-cb-sort-order" : 59,
"x-cb-is-third-party-resource" : true,
"properties" : {
"hosted_page_token" : {
@@ -253630,7 +256154,7 @@
"x-cb-resource-id" : "transaction",
"x-cb-resource-path-name" : "transactions",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 28,
+ "x-cb-sort-order" : 30,
"properties" : {
"id" : {
"type" : "string",
@@ -253675,7 +256199,7 @@
"type" : "string",
"default" : "card",
"deprecated" : false,
- "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards" ],
+ "enum" : [ "card", "cash", "check", "chargeback", "bank_transfer", "amazon_payments", "paypal_express_checkout", "direct_debit", "alipay", "unionpay", "apple_pay", "wechat_pay", "ach_credit", "sepa_credit", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "other", "app_store", "upi", "netbanking_emandates", "play_store", "custom", "boleto", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "pix", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay" ],
"x-cb-deprecated-enum-values" : "app_store,play_store",
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
@@ -254507,7 +257031,7 @@
"Type" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "free_trial", "pay_up_front", "pay_as_you_go", "usage_exceeded" ],
+ "enum" : [ "card", "paypal_express_checkout", "amazon_payments", "direct_debit", "generic", "alipay", "unionpay", "apple_pay", "wechat_pay", "ideal", "google_pay", "sofort", "bancontact", "giropay", "dotpay", "upi", "netbanking_emandates", "venmo", "pay_to", "faster_payments", "sepa_instant_transfer", "automated_bank_transfer", "klarna_pay_now", "online_banking_poland", "payconiq_by_bancontact", "electronic_payment_standard", "kbc_payment_button", "pay_by_bank", "trustly", "stablecoin", "kakao_pay", "naver_pay", "revolut_pay", "cash_app_pay", "twint", "go_pay", "grab_pay", "pay_co", "after_pay", "swish", "payme", "pix", "klarna", "alipay_hk", "paypay", "gcash", "south_korean_cards", "paynow", "bizum", "promptpay", "free_trial", "pay_up_front", "pay_as_you_go", "simple", "compound", "usage_exceeded", "spend_exceeded" ],
"x-cb-parameter-blank-option" : "not_allowed",
"x-cb-attribute-meta-comment" : "optional",
"x-cb-is-sub-resource" : true,
@@ -254525,7 +257049,7 @@
"x-cb-resource-id" : "unbilled_charge",
"x-cb-resource-path-name" : "unbilled_charges",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 24,
+ "x-cb-sort-order" : 26,
"properties" : {
"id" : {
"type" : "string",
@@ -255086,7 +257610,7 @@
"x-cb-resource-id" : "usage",
"x-cb-resource-path-name" : "usages",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 48,
+ "x-cb-sort-order" : 50,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -255201,7 +257725,7 @@
"x-cb-resource-id" : "usage_charge",
"x-cb-resource-path-name" : "usage_charges",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 163,
+ "x-cb-sort-order" : 166,
"x-cb-product-catalog-version" : 2,
"properties" : {
"subscription_id" : {
@@ -255283,7 +257807,7 @@
"x-cb-resource-id" : "usage_event",
"x-cb-resource-path-name" : "usage_events",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 140,
+ "x-cb-sort-order" : 143,
"x-cb-product-catalog-version" : 2,
"properties" : {
"subscription_id" : {
@@ -255324,7 +257848,7 @@
"x-cb-resource-id" : "usage_file",
"x-cb-resource-path-name" : "usage_files",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 143,
+ "x-cb-sort-order" : 146,
"x-cb-product-catalog-version" : 2,
"properties" : {
"id" : {
@@ -255532,7 +258056,7 @@
"x-cb-resource-id" : "usage_reminder_info",
"x-cb-resource-path-name" : "usage_reminder_infos",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 49,
+ "x-cb-sort-order" : 51,
"x-cb-hidden-from-client-sdk" : true,
"x-cb-product-catalog-version" : 2,
"properties" : {
@@ -255558,7 +258082,7 @@
"x-cb-resource-id" : "usage_summary",
"x-cb-resource-path-name" : "usage_summary",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 162,
+ "x-cb-sort-order" : 165,
"x-cb-product-catalog-version" : 2,
"properties" : {
"subscription_id" : {
@@ -255619,7 +258143,7 @@
"x-cb-resource-id" : "variant",
"x-cb-resource-path-name" : "variants",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 68,
+ "x-cb-sort-order" : 70,
"x-cb-hidden-from-client-sdk" : true,
"x-cb-product-catalog-version" : 2,
"properties" : {
@@ -255910,7 +258434,7 @@
"x-cb-resource-id" : "virtual_bank_account",
"x-cb-resource-path-name" : "virtual_bank_accounts",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 15,
+ "x-cb-sort-order" : 17,
"properties" : {
"id" : {
"type" : "string",
@@ -256387,7 +258911,7 @@
"x-cb-resource-id" : "webhook_endpoint",
"x-cb-resource-path-name" : "webhook_endpoints",
"x-cb-is-dependent-resource" : false,
- "x-cb-sort-order" : 153,
+ "x-cb-sort-order" : 156,
"properties" : {
"id" : {
"type" : "string",
@@ -256466,7 +258990,7 @@
"items" : {
"type" : "string",
"deprecated" : false,
- "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
+ "enum" : [ "coupon_created", "coupon_updated", "coupon_deleted", "coupon_set_created", "coupon_set_updated", "coupon_set_deleted", "coupon_codes_added", "coupon_codes_deleted", "coupon_codes_updated", "customer_created", "customer_changed", "customer_deleted", "customer_moved_out", "customer_moved_in", "promotional_credits_added", "promotional_credits_deducted", "subscription_created", "subscription_created_with_backdating", "subscription_started", "subscription_trial_end_reminder", "subscription_activated", "subscription_activated_with_backdating", "subscription_changed", "subscription_trial_extended", "mrr_updated", "subscription_changed_with_backdating", "subscription_cancellation_scheduled", "subscription_cancellation_reminder", "subscription_cancelled", "subscription_canceled_with_backdating", "subscription_reactivated", "subscription_reactivated_with_backdating", "subscription_renewed", "subscription_items_renewed", "subscription_scheduled_cancellation_removed", "subscription_changes_scheduled", "subscription_scheduled_changes_removed", "subscription_shipping_address_updated", "subscription_deleted", "subscription_paused", "subscription_pause_scheduled", "subscription_scheduled_pause_removed", "subscription_resumed", "subscription_resumption_scheduled", "subscription_scheduled_resumption_removed", "subscription_advance_invoice_schedule_added", "subscription_advance_invoice_schedule_updated", "subscription_advance_invoice_schedule_removed", "pending_invoice_created", "pending_invoice_updated", "invoice_generated", "invoice_generated_with_backdating", "invoice_updated", "invoice_deleted", "credit_note_created", "credit_note_created_with_backdating", "credit_note_updated", "credit_note_deleted", "payment_schedules_created", "payment_schedules_updated", "payment_schedule_scheme_created", "payment_schedule_scheme_deleted", "subscription_renewal_reminder", "add_usages_reminder", "payment_due_reminder", "transaction_created", "transaction_updated", "transaction_deleted", "payment_succeeded", "payment_failed", "dunning_updated", "payment_refunded", "payment_initiated", "refund_initiated", "netd_payment_due_reminder", "authorization_succeeded", "authorization_voided", "card_added", "card_updated", "card_expiry_reminder", "card_expired", "card_deleted", "payment_source_added", "payment_source_updated", "payment_source_deleted", "payment_source_expiring", "payment_source_expired", "payment_source_locally_deleted", "virtual_bank_account_added", "virtual_bank_account_updated", "virtual_bank_account_deleted", "token_created", "token_consumed", "token_expired", "unbilled_charges_created", "unbilled_charges_voided", "unbilled_charges_deleted", "unbilled_charges_invoiced", "order_created", "order_updated", "order_cancelled", "order_delivered", "order_returned", "order_ready_to_process", "order_ready_to_ship", "order_deleted", "order_resent", "quote_created", "quote_updated", "quote_deleted", "tax_withheld_recorded", "tax_withheld_deleted", "tax_withheld_refunded", "gift_scheduled", "gift_unclaimed", "gift_claimed", "gift_expired", "gift_cancelled", "gift_updated", "hierarchy_created", "hierarchy_deleted", "payment_intent_created", "payment_intent_updated", "contract_term_created", "contract_term_renewed", "contract_term_terminated", "contract_term_completed", "contract_term_cancelled", "item_family_created", "item_family_updated", "item_family_deleted", "item_created", "item_updated", "item_deleted", "item_price_created", "item_price_updated", "item_price_deleted", "attached_item_created", "attached_item_updated", "attached_item_deleted", "differential_price_created", "differential_price_updated", "differential_price_deleted", "feature_created", "feature_updated", "feature_deleted", "feature_activated", "feature_reactivated", "feature_archived", "item_entitlements_updated", "entitlement_overrides_updated", "entitlement_overrides_removed", "item_entitlements_removed", "entitlement_overrides_auto_removed", "subscription_entitlements_created", "subscription_entitlements_updated", "business_entity_created", "business_entity_updated", "business_entity_deleted", "customer_business_entity_changed", "subscription_business_entity_changed", "payment_source_business_entity_changed", "purchase_created", "voucher_created", "voucher_expired", "voucher_create_failed", "product_created", "product_updated", "product_deleted", "variant_created", "variant_updated", "variant_deleted", "item_price_entitlements_updated", "item_price_entitlements_removed", "subscription_ramp_created", "subscription_ramp_deleted", "subscription_ramp_applied", "subscription_ramp_drafted", "subscription_ramp_updated", "price_variant_created", "price_variant_updated", "price_variant_deleted", "customer_entitlements_updated", "subscription_moved_in", "subscription_moved_out", "subscription_movement_failed", "omnichannel_subscription_created", "omnichannel_subscription_item_renewed", "omnichannel_subscription_item_downgrade_scheduled", "omnichannel_subscription_item_scheduled_downgrade_removed", "omnichannel_subscription_item_downgraded", "omnichannel_subscription_item_expired", "omnichannel_subscription_item_cancellation_scheduled", "omnichannel_subscription_item_scheduled_cancellation_removed", "omnichannel_subscription_item_resubscribed", "omnichannel_subscription_item_upgraded", "omnichannel_subscription_item_cancelled", "omnichannel_subscription_imported", "omnichannel_subscription_item_grace_period_started", "omnichannel_subscription_item_grace_period_expired", "omnichannel_subscription_item_dunning_started", "omnichannel_subscription_item_dunning_expired", "rule_created", "rule_updated", "rule_deleted", "record_purchase_failed", "omnichannel_subscription_item_change_scheduled", "omnichannel_subscription_item_scheduled_change_removed", "omnichannel_subscription_item_reactivated", "sales_order_created", "sales_order_updated", "omnichannel_subscription_item_changed", "omnichannel_subscription_item_paused", "omnichannel_subscription_item_resumed", "omnichannel_one_time_order_created", "omnichannel_one_time_order_item_cancelled", "usage_file_ingested", "omnichannel_subscription_item_pause_scheduled", "omnichannel_subscription_moved_in", "omnichannel_transaction_created", "alert_status_changed", "omnichannel_subscription_item_updated", "omnichannel_subscription_item_recovered", "plan_created", "plan_updated", "plan_deleted", "addon_created", "addon_updated", "addon_deleted" ],
"x-cb-deprecated-enum-values" : "netd_payment_due_reminder,product_created,product_updated,product_deleted,variant_created,variant_updated,variant_deleted,omnichannel_subscription_item_downgrade_scheduled,omnichannel_subscription_item_scheduled_downgrade_removed",
"x-cb-is-global-enum" : true,
"x-cb-is-api-column" : true,
@@ -256950,6 +259474,16 @@
"description" : "Indicates whether to include deleted objects in the list. The deleted objects have the attribute `deleted` as `true`."
}
},
+ "credit-unit-id" : {
+ "name" : "credit-unit-id",
+ "in" : "path",
+ "required" : true,
+ "style" : "simple",
+ "explode" : false,
+ "schema" : {
+ "type" : "string"
+ }
+ },
"chargebee-request-origin-ip" : {
"name" : "chargebee-request-origin-ip",
"in" : "header",
@@ -257380,8 +259914,8 @@
"type" : "string"
}
},
- "invoice-id" : {
- "name" : "invoice-id",
+ "site-id" : {
+ "name" : "site-id",
"in" : "path",
"required" : true,
"style" : "simple",
@@ -257390,8 +259924,8 @@
"type" : "string"
}
},
- "feature-id" : {
- "name" : "feature-id",
+ "invoice-id" : {
+ "name" : "invoice-id",
"in" : "path",
"required" : true,
"style" : "simple",
@@ -257400,8 +259934,8 @@
"type" : "string"
}
},
- "transaction-id" : {
- "name" : "transaction-id",
+ "feature-id" : {
+ "name" : "feature-id",
"in" : "path",
"required" : true,
"style" : "simple",
@@ -257410,8 +259944,8 @@
"type" : "string"
}
},
- "business-rule-id" : {
- "name" : "business-rule-id",
+ "transaction-id" : {
+ "name" : "transaction-id",
"in" : "path",
"required" : true,
"style" : "simple",
@@ -257420,8 +259954,8 @@
"type" : "string"
}
},
- "platform-site-id" : {
- "name" : "platform-site-id",
+ "business-rule-id" : {
+ "name" : "business-rule-id",
"in" : "path",
"required" : true,
"style" : "simple",
@@ -262051,6 +264585,29 @@
"deprecated" : false
}
},
+ "payment_source_business_entity_changed" : {
+ "post" : {
+ "summary" : "Triggered when a payment source's business entity is changed",
+ "description" : " ",
+ "operationId" : "onPayment_source_business_entity_changedWebhook",
+ "requestBody" : {
+ "description" : "Payload for payment_source_business_entity_changed event",
+ "content" : {
+ "application/json" : {
+ "schema" : {
+ "$ref" : "#/components/schemas/PaymentSourceBusinessEntityChangedEvent"
+ }
+ }
+ }
+ },
+ "responses" : {
+ "200" : {
+ "description" : "Webhook received successfully"
+ }
+ },
+ "deprecated" : false
+ }
+ },
"promotional_credits_added" : {
"post" : {
"summary" : "Triggered when promotional credit is added.",
diff --git a/spec/chargebee_sdk_spec.yaml b/spec/chargebee_sdk_spec.yaml
index 354fb552..93f73150 100644
--- a/spec/chargebee_sdk_spec.yaml
+++ b/spec/chargebee_sdk_spec.yaml
@@ -5,9 +5,9 @@ info:
name: Chargebee Support
url: https://www.chargebee.com
email: support@chargebee.com
- version: 2026-06-12.a49b34edd262e3e190bd6d8616ff9e401c37bd21
- x-cb-api-version: 2
+ version: 2026-07-21.2a6a65b3e1a8ff29840466a7bfdb5cdd778d0634
x-cb-product-catalog-version: 2
+ x-cb-api-version: 2
servers:
- url: "{protocol}://{site}.{environment}:{port}/api/v2"
variables:
@@ -1009,6 +1009,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -1245,6 +1248,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -2994,6 +3000,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -4861,6 +4870,34 @@ paths:
pattern: "^\\[(web|app_store|play_store)(,(web|app_store|play_store))*\\\
]$"
example: null
+ - name: decommissioned
+ in: query
+ required: false
+ deprecated: false
+ style: deepObject
+ explode: true
+ schema:
+ type: object
+ deprecated: false
+ description: Specifies whether a cancelled subscription is decommissioned
+ or not
+ example: "true"
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-filter-parameter: true
+ x-cb-meta-model-name: subscriptions
+ x-cb-is-api-column: true
+ x-cb-sdk-filter-name: BooleanFilter
+ x-cb-is-multi-value-attribute: false
+ x-cb-sort-order: 25
+ properties:
+ is:
+ type: string
+ format: boolean
+ enum:
+ - "true"
+ - "false"
+ example: null
- name: plan_id
in: query
required: false
@@ -6397,6 +6434,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -6633,6 +6673,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -8615,6 +8658,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -11238,6 +11284,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -12976,6 +13025,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -15468,6 +15520,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -15704,6 +15759,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -19482,6 +19540,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: required
x-cb-is-sub-resource: true
@@ -22755,6 +22816,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -22991,6 +23055,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -24384,6 +24451,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -24728,6 +24798,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -26492,6 +26565,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: required
x-cb-meta-model-name: payment_sources
@@ -27708,6 +27784,9 @@ paths:
* `paypay` - Payments made via PayPay
* `gcash` - Payments made via GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- paypal_express_checkout
@@ -27756,6 +27835,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
@@ -27811,6 +27893,9 @@ paths:
* `paypay` - Payments made via PayPay
* `gcash` - Payments made via GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- paypal_express_checkout
@@ -27859,6 +27944,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
@@ -27914,6 +28002,9 @@ paths:
* `paypay` - Payments made via PayPay
* `gcash` - Payments made via GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- paypal_express_checkout
@@ -27962,11 +28053,14 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: Type
- pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\
+ pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\
]$"
example: null
not_in:
@@ -28019,6 +28113,9 @@ paths:
* `paypay` - Payments made via PayPay
* `gcash` - Payments made via GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- paypal_express_checkout
@@ -28067,11 +28164,14 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: Type
- pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\
+ pattern: "^\\[(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|paypal_express_checkout|amazon_payments|direct_debit|generic|alipay|unionpay|apple_pay|wechat_pay|ideal|google_pay|sofort|bancontact|giropay|dotpay|upi|netbanking_emandates|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|pix|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\
]$"
example: null
- name: status
@@ -28648,6 +28748,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -29316,6 +29419,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: required
x-cb-meta-model-name: payment_sources
@@ -38214,6 +38320,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -38450,6 +38559,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -40073,7 +40185,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 34
+ x-cb-sort-order: 37
maxLength: 2000
example: null
remove_general_note:
@@ -40083,7 +40195,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 35
+ x-cb-sort-order: 38
example: null
po_number:
type: string
@@ -40092,7 +40204,7 @@ paths:
x-cb-attribute-meta-comment: optional
x-cb-meta-model-name: invoices
x-cb-is-api-column: true
- x-cb-sort-order: 38
+ x-cb-sort-order: 41
maxLength: 100
example: null
coupon:
@@ -40101,7 +40213,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 39
+ x-cb-sort-order: 42
maxLength: 100
example: null
coupon_ids:
@@ -40110,7 +40222,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 40
+ x-cb-sort-order: 43
items:
type: string
deprecated: false
@@ -40126,7 +40238,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 41
+ x-cb-sort-order: 44
maxLength: 40
example: null
payment_source_id:
@@ -40135,7 +40247,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 42
+ x-cb-sort-order: 45
maxLength: 40
example: null
auto_collection:
@@ -40153,7 +40265,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: AutoCollection
x-cb-global-enum-reference: ./schemas/enums/AutoCollection.yaml
- x-cb-sort-order: 43
+ x-cb-sort-order: 46
example: null
net_term_days:
type: integer
@@ -40162,7 +40274,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 44
+ x-cb-sort-order: 47
example: null
invoice_date:
type: integer
@@ -40171,7 +40283,16 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 53
+ x-cb-sort-order: 56
+ example: null
+ create_pending_invoice:
+ type: boolean
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-meta-model-name: invoices
+ x-cb-is-api-column: true
+ x-cb-sort-order: 57
example: null
token_id:
type: string
@@ -40179,7 +40300,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 89
+ x-cb-sort-order: 93
maxLength: 40
example: null
replace_primary_payment_source:
@@ -40189,7 +40310,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 122
+ x-cb-sort-order: 126
example: null
retain_payment_source:
type: boolean
@@ -40198,7 +40319,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 123
+ x-cb-sort-order: 127
example: null
payment_initiator:
type: string
@@ -40215,7 +40336,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: PaymentInitiator
x-cb-global-enum-reference: ./schemas/enums/PaymentInitiator.yaml
- x-cb-sort-order: 126
+ x-cb-sort-order: 130
example: null
shipping_address:
type: object
@@ -40233,7 +40354,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 54
+ x-cb-sort-order: 58
maxLength: 150
example: null
last_name:
@@ -40244,7 +40365,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 55
+ x-cb-sort-order: 59
maxLength: 150
example: null
email:
@@ -40256,7 +40377,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 56
+ x-cb-sort-order: 60
maxLength: 70
example: null
company:
@@ -40267,7 +40388,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 57
+ x-cb-sort-order: 61
maxLength: 250
example: null
phone:
@@ -40278,7 +40399,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 58
+ x-cb-sort-order: 62
maxLength: 50
example: null
line1:
@@ -40289,7 +40410,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 59
+ x-cb-sort-order: 63
maxLength: 150
example: null
line2:
@@ -40300,7 +40421,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 60
+ x-cb-sort-order: 64
maxLength: 150
example: null
line3:
@@ -40311,7 +40432,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 61
+ x-cb-sort-order: 65
maxLength: 150
example: null
city:
@@ -40322,7 +40443,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 62
+ x-cb-sort-order: 66
maxLength: 50
example: null
state_code:
@@ -40333,7 +40454,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 63
+ x-cb-sort-order: 67
maxLength: 50
example: null
state:
@@ -40344,7 +40465,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 64
+ x-cb-sort-order: 68
maxLength: 50
example: null
zip:
@@ -40355,7 +40476,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 65
+ x-cb-sort-order: 69
maxLength: 20
example: null
country:
@@ -40366,7 +40487,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 66
+ x-cb-sort-order: 70
maxLength: 50
example: null
validation_status:
@@ -40389,7 +40510,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ValidationStatus
x-cb-global-enum-reference: ./schemas/enums/ValidationStatus.yaml
- x-cb-sort-order: 67
+ x-cb-sort-order: 71
example: null
example: null
statement_descriptor:
@@ -40408,7 +40529,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: statement_descriptors
x-cb-is-api-column: true
- x-cb-sort-order: 68
+ x-cb-sort-order: 72
maxLength: 65000
example: null
example: null
@@ -40494,7 +40615,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Gateway
x-cb-global-enum-reference: ./schemas/enums/Gateway.yaml
- x-cb-sort-order: 69
+ x-cb-sort-order: 73
example: null
gateway_account_id:
type: string
@@ -40504,7 +40625,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 70
+ x-cb-sort-order: 74
maxLength: 50
example: null
tmp_token:
@@ -40515,7 +40636,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 71
+ x-cb-sort-order: 75
maxLength: 300
example: null
first_name:
@@ -40526,7 +40647,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 97
+ x-cb-sort-order: 101
maxLength: 50
example: null
last_name:
@@ -40537,7 +40658,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 98
+ x-cb-sort-order: 102
maxLength: 50
example: null
number:
@@ -40548,7 +40669,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 99
+ x-cb-sort-order: 103
maxLength: 1500
example: null
expiry_month:
@@ -40560,7 +40681,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 100
+ x-cb-sort-order: 104
maximum: 12
minimum: 1
example: null
@@ -40573,7 +40694,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 101
+ x-cb-sort-order: 105
example: null
cvv:
type: string
@@ -40583,7 +40704,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 102
+ x-cb-sort-order: 106
maxLength: 520
example: null
preferred_scheme:
@@ -40603,7 +40724,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: PreferredScheme
- x-cb-sort-order: 103
+ x-cb-sort-order: 107
example: null
billing_addr1:
type: string
@@ -40613,7 +40734,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 104
+ x-cb-sort-order: 108
maxLength: 150
example: null
billing_addr2:
@@ -40624,7 +40745,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 105
+ x-cb-sort-order: 109
maxLength: 150
example: null
billing_city:
@@ -40635,7 +40756,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 106
+ x-cb-sort-order: 110
maxLength: 50
example: null
billing_state_code:
@@ -40646,7 +40767,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 107
+ x-cb-sort-order: 111
maxLength: 50
example: null
billing_state:
@@ -40657,7 +40778,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 108
+ x-cb-sort-order: 112
maxLength: 50
example: null
billing_zip:
@@ -40668,7 +40789,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 109
+ x-cb-sort-order: 113
maxLength: 20
example: null
billing_country:
@@ -40679,7 +40800,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 110
+ x-cb-sort-order: 114
maxLength: 50
example: null
ip_address:
@@ -40690,7 +40811,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 111
+ x-cb-sort-order: 115
maxLength: 50
example: null
additional_information:
@@ -40702,7 +40823,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: cards
x-cb-is-api-column: true
- x-cb-sort-order: 113
+ x-cb-sort-order: 117
example: null
example: null
bank_account:
@@ -40721,7 +40842,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 72
+ x-cb-sort-order: 76
maxLength: 50
example: null
iban:
@@ -40732,7 +40853,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 73
+ x-cb-sort-order: 77
maxLength: 50
minLength: 10
example: null
@@ -40744,7 +40865,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 74
+ x-cb-sort-order: 78
maxLength: 150
example: null
last_name:
@@ -40755,7 +40876,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 75
+ x-cb-sort-order: 79
maxLength: 150
example: null
company:
@@ -40766,7 +40887,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 76
+ x-cb-sort-order: 80
maxLength: 250
example: null
email:
@@ -40778,7 +40899,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 77
+ x-cb-sort-order: 81
maxLength: 70
example: null
phone:
@@ -40789,7 +40910,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 78
+ x-cb-sort-order: 82
maxLength: 50
example: null
bank_name:
@@ -40800,7 +40921,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 79
+ x-cb-sort-order: 83
maxLength: 100
example: null
account_number:
@@ -40811,7 +40932,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 80
+ x-cb-sort-order: 84
maxLength: 17
minLength: 4
example: null
@@ -40823,7 +40944,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 81
+ x-cb-sort-order: 85
maxLength: 9
minLength: 3
example: null
@@ -40835,7 +40956,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 82
+ x-cb-sort-order: 86
maxLength: 20
example: null
account_type:
@@ -40857,7 +40978,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: AccountType
x-cb-global-enum-reference: ./schemas/enums/AccountType.yaml
- x-cb-sort-order: 83
+ x-cb-sort-order: 87
example: null
account_holder_type:
type: string
@@ -40876,7 +40997,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: AccountHolderType
x-cb-global-enum-reference: ./schemas/enums/AccountHolderType.yaml
- x-cb-sort-order: 84
+ x-cb-sort-order: 88
example: null
echeck_type:
type: string
@@ -40896,7 +41017,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: EcheckType
x-cb-global-enum-reference: ./schemas/enums/EcheckType.yaml
- x-cb-sort-order: 85
+ x-cb-sort-order: 89
example: null
issuing_country:
type: string
@@ -40906,7 +41027,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 86
+ x-cb-sort-order: 90
maxLength: 50
example: null
swedish_identity_number:
@@ -40917,7 +41038,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 87
+ x-cb-sort-order: 91
maxLength: 12
minLength: 10
example: null
@@ -40930,7 +41051,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: bank_accounts
x-cb-is-api-column: true
- x-cb-sort-order: 88
+ x-cb-sort-order: 92
example: null
example: null
payment_method:
@@ -40992,6 +41113,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -41003,7 +41127,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Type
x-cb-global-enum-reference: ./schemas/enums/Type.yaml
- x-cb-sort-order: 90
+ x-cb-sort-order: 94
example: null
gateway:
type: string
@@ -41079,7 +41203,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Gateway
x-cb-global-enum-reference: ./schemas/enums/Gateway.yaml
- x-cb-sort-order: 91
+ x-cb-sort-order: 95
example: null
gateway_account_id:
type: string
@@ -41089,7 +41213,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_methods
x-cb-is-api-column: true
- x-cb-sort-order: 92
+ x-cb-sort-order: 96
maxLength: 50
example: null
reference_id:
@@ -41100,7 +41224,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_methods
x-cb-is-api-column: true
- x-cb-sort-order: 93
+ x-cb-sort-order: 97
maxLength: 200
example: null
tmp_token:
@@ -41111,7 +41235,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_methods
x-cb-is-api-column: true
- x-cb-sort-order: 94
+ x-cb-sort-order: 98
maxLength: 65000
example: null
issuing_country:
@@ -41122,7 +41246,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_methods
x-cb-is-api-column: true
- x-cb-sort-order: 95
+ x-cb-sort-order: 99
maxLength: 50
example: null
additional_information:
@@ -41134,7 +41258,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_methods
x-cb-is-api-column: true
- x-cb-sort-order: 96
+ x-cb-sort-order: 100
example: null
example: null
payment_intent:
@@ -41153,7 +41277,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_intents
x-cb-is-api-column: true
- x-cb-sort-order: 114
+ x-cb-sort-order: 118
maxLength: 150
example: null
gateway_account_id:
@@ -41165,7 +41289,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_intents
x-cb-is-api-column: true
- x-cb-sort-order: 115
+ x-cb-sort-order: 119
maxLength: 50
example: null
gw_token:
@@ -41176,7 +41300,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_intents
x-cb-is-api-column: true
- x-cb-sort-order: 116
+ x-cb-sort-order: 120
maxLength: 65000
example: null
payment_method_type:
@@ -41228,6 +41352,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -41238,7 +41365,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: PaymentMethodType
- x-cb-sort-order: 117
+ x-cb-sort-order: 121
example: null
reference_id:
type: string
@@ -41248,7 +41375,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_intents
x-cb-is-api-column: true
- x-cb-sort-order: 118
+ x-cb-sort-order: 122
maxLength: 65000
example: null
gw_payment_method_id:
@@ -41259,7 +41386,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_intents
x-cb-is-api-column: true
- x-cb-sort-order: 119
+ x-cb-sort-order: 123
maxLength: 65000
example: null
additional_information:
@@ -41271,7 +41398,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_intents
x-cb-is-api-column: true
- x-cb-sort-order: 121
+ x-cb-sort-order: 125
example: null
example: null
item_prices:
@@ -41382,6 +41509,34 @@ paths:
x-cb-sort-order: 9
example: null
example: null
+ description:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: item_prices
+ x-cb-is-api-column: true
+ x-cb-sort-order: 19
+ maxLength: 250
+ example: null
+ example: null
+ entity_description:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: item_prices
+ x-cb-is-api-column: true
+ x-cb-sort-order: 20
+ maxLength: 500
+ example: null
+ example: null
example: null
item_tiers:
type: object
@@ -41540,6 +41695,20 @@ paths:
x-cb-is-composite-array-request-body: true
x-cb-hidden-from-client-sdk: false
properties:
+ entity_description:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: charges
+ x-cb-is-api-column: true
+ x-cb-sort-order: 21
+ maxLength: 500
+ example: null
+ example: null
amount:
type: array
items:
@@ -41552,7 +41721,7 @@ paths:
x-cb-meta-model-name: charges
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 19
+ x-cb-sort-order: 22
minimum: 1
example: null
example: null
@@ -41566,7 +41735,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 20
+ x-cb-sort-order: 23
maxLength: 39
example: null
example: null
@@ -41580,7 +41749,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 21
+ x-cb-sort-order: 24
maxLength: 250
example: null
example: null
@@ -41595,7 +41764,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 22
+ x-cb-sort-order: 25
example: null
example: null
tax_profile_id:
@@ -41608,7 +41777,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 23
+ x-cb-sort-order: 26
maxLength: 50
example: null
example: null
@@ -41622,7 +41791,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 24
+ x-cb-sort-order: 27
maxLength: 50
example: null
example: null
@@ -41636,7 +41805,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 25
+ x-cb-sort-order: 28
maxLength: 50
example: null
example: null
@@ -41650,7 +41819,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 26
+ x-cb-sort-order: 29
maxLength: 50
example: null
example: null
@@ -41675,7 +41844,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: AvalaraSaleType
x-cb-global-enum-reference: ./schemas/enums/AvalaraSaleType.yaml
- x-cb-sort-order: 27
+ x-cb-sort-order: 30
example: null
example: null
avalara_transaction_type:
@@ -41689,7 +41858,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 28
+ x-cb-sort-order: 31
example: null
example: null
avalara_service_type:
@@ -41703,7 +41872,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 29
+ x-cb-sort-order: 32
example: null
example: null
date_from:
@@ -41717,7 +41886,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 30
+ x-cb-sort-order: 33
example: null
example: null
date_to:
@@ -41731,7 +41900,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: charges
x-cb-is-api-column: true
- x-cb-sort-order: 31
+ x-cb-sort-order: 34
example: null
example: null
example: null
@@ -41765,7 +41934,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: EntityType
x-cb-global-enum-reference: ./schemas/enums/EntityType.yaml
- x-cb-sort-order: 36
+ x-cb-sort-order: 39
example: null
example: null
entity_id:
@@ -41778,7 +41947,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: notes_to_remove
x-cb-is-api-column: true
- x-cb-sort-order: 37
+ x-cb-sort-order: 40
maxLength: 100
example: null
example: null
@@ -41800,7 +41969,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: tax_providers_fields
x-cb-is-api-column: true
- x-cb-sort-order: 45
+ x-cb-sort-order: 48
maxLength: 50
example: null
example: null
@@ -41814,7 +41983,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: tax_providers_fields
x-cb-is-api-column: true
- x-cb-sort-order: 46
+ x-cb-sort-order: 49
maxLength: 50
example: null
example: null
@@ -41828,7 +41997,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: tax_providers_fields
x-cb-is-api-column: true
- x-cb-sort-order: 47
+ x-cb-sort-order: 50
maxLength: 50
example: null
example: null
@@ -41851,7 +42020,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 48
+ x-cb-sort-order: 51
maximum: 100
minimum: 0.01
example: null
@@ -41868,7 +42037,7 @@ paths:
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 49
+ x-cb-sort-order: 52
minimum: 0
example: null
example: null
@@ -41883,7 +42052,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 50
+ x-cb-sort-order: 53
minimum: 1
example: null
example: null
@@ -41906,7 +42075,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ApplyOn
x-cb-global-enum-reference: ./schemas/enums/ApplyOn.yaml
- x-cb-sort-order: 51
+ x-cb-sort-order: 54
example: null
example: null
item_price_id:
@@ -41919,7 +42088,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 52
+ x-cb-sort-order: 55
maxLength: 100
example: null
example: null
@@ -43351,9 +43520,15 @@ paths:
type: string
deprecated: false
enum:
+ - zero_rated
- id_exempt
- customer_exempt
+ - region_non_taxable
+ - product_exempt
- export
+ - high_value_physical_goods
+ - zero_value_item
+ - tax_not_configured_external_provider
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-meta-model-name: invoices
@@ -43533,6 +43708,16 @@ paths:
x-cb-is-api-column: true
x-cb-sort-order: 21
example: null
+ paid_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-meta-model-name: invoices
+ x-cb-is-api-column: true
+ x-cb-sort-order: 22
+ example: null
credit_note:
type: object
deprecated: false
@@ -43549,7 +43734,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: credit_notes
x-cb-is-api-column: true
- x-cb-sort-order: 85
+ x-cb-sort-order: 87
maxLength: 50
example: null
example: null
@@ -43569,7 +43754,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 94
+ x-cb-sort-order: 96
maxLength: 150
example: null
last_name:
@@ -43580,7 +43765,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 95
+ x-cb-sort-order: 97
maxLength: 150
example: null
email:
@@ -43592,7 +43777,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 96
+ x-cb-sort-order: 98
maxLength: 70
example: null
company:
@@ -43603,7 +43788,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 97
+ x-cb-sort-order: 99
maxLength: 250
example: null
phone:
@@ -43614,7 +43799,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 98
+ x-cb-sort-order: 100
maxLength: 50
example: null
line1:
@@ -43625,7 +43810,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 99
+ x-cb-sort-order: 101
maxLength: 150
example: null
line2:
@@ -43636,7 +43821,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 100
+ x-cb-sort-order: 102
maxLength: 150
example: null
line3:
@@ -43647,7 +43832,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 101
+ x-cb-sort-order: 103
maxLength: 150
example: null
city:
@@ -43658,7 +43843,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 102
+ x-cb-sort-order: 104
maxLength: 50
example: null
state_code:
@@ -43669,7 +43854,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 103
+ x-cb-sort-order: 105
maxLength: 50
example: null
state:
@@ -43680,7 +43865,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 104
+ x-cb-sort-order: 106
maxLength: 50
example: null
zip:
@@ -43691,7 +43876,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 105
+ x-cb-sort-order: 107
maxLength: 20
example: null
country:
@@ -43702,7 +43887,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 106
+ x-cb-sort-order: 108
maxLength: 50
example: null
validation_status:
@@ -43725,7 +43910,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ValidationStatus
x-cb-global-enum-reference: ./schemas/enums/ValidationStatus.yaml
- x-cb-sort-order: 107
+ x-cb-sort-order: 109
example: null
example: null
shipping_address:
@@ -43744,7 +43929,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 108
+ x-cb-sort-order: 110
maxLength: 150
example: null
last_name:
@@ -43755,7 +43940,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 109
+ x-cb-sort-order: 111
maxLength: 150
example: null
email:
@@ -43767,7 +43952,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 110
+ x-cb-sort-order: 112
maxLength: 70
example: null
company:
@@ -43778,7 +43963,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 111
+ x-cb-sort-order: 113
maxLength: 250
example: null
phone:
@@ -43789,7 +43974,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 112
+ x-cb-sort-order: 114
maxLength: 50
example: null
line1:
@@ -43800,7 +43985,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 113
+ x-cb-sort-order: 115
maxLength: 150
example: null
line2:
@@ -43811,7 +43996,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 114
+ x-cb-sort-order: 116
maxLength: 150
example: null
line3:
@@ -43822,7 +44007,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 115
+ x-cb-sort-order: 117
maxLength: 150
example: null
city:
@@ -43833,7 +44018,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 116
+ x-cb-sort-order: 118
maxLength: 50
example: null
state_code:
@@ -43844,7 +44029,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 117
+ x-cb-sort-order: 119
maxLength: 50
example: null
state:
@@ -43855,7 +44040,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 118
+ x-cb-sort-order: 120
maxLength: 50
example: null
zip:
@@ -43866,7 +44051,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 119
+ x-cb-sort-order: 121
maxLength: 20
example: null
country:
@@ -43877,7 +44062,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 120
+ x-cb-sort-order: 122
maxLength: 50
example: null
validation_status:
@@ -43900,7 +44085,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ValidationStatus
x-cb-global-enum-reference: ./schemas/enums/ValidationStatus.yaml
- x-cb-sort-order: 121
+ x-cb-sort-order: 123
example: null
example: null
line_items:
@@ -43920,7 +44105,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 23
+ x-cb-sort-order: 24
maxLength: 40
example: null
example: null
@@ -43935,7 +44120,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 24
+ x-cb-sort-order: 25
example: null
example: null
date_to:
@@ -43949,7 +44134,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 25
+ x-cb-sort-order: 26
example: null
example: null
subscription_id:
@@ -43962,7 +44147,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 26
+ x-cb-sort-order: 27
maxLength: 50
example: null
example: null
@@ -43976,7 +44161,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 27
+ x-cb-sort-order: 28
maxLength: 250
example: null
example: null
@@ -43992,7 +44177,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 28
+ x-cb-sort-order: 29
example: null
example: null
quantity:
@@ -44007,7 +44192,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 29
+ x-cb-sort-order: 30
example: null
example: null
amount:
@@ -44022,7 +44207,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 30
+ x-cb-sort-order: 31
example: null
example: null
unit_amount_in_decimal:
@@ -44035,7 +44220,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 31
+ x-cb-sort-order: 32
maxLength: 39
example: null
example: null
@@ -44049,7 +44234,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 32
+ x-cb-sort-order: 33
maxLength: 33
example: null
example: null
@@ -44063,7 +44248,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 33
+ x-cb-sort-order: 34
maxLength: 39
example: null
example: null
@@ -44090,7 +44275,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: EntityType
- x-cb-sort-order: 34
+ x-cb-sort-order: 35
example: null
example: null
entity_id:
@@ -44103,7 +44288,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 35
+ x-cb-sort-order: 36
maxLength: 100
example: null
example: null
@@ -44117,7 +44302,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 36
+ x-cb-sort-order: 37
maxLength: 100
example: null
example: null
@@ -44133,7 +44318,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 37
+ x-cb-sort-order: 38
minimum: 0
example: null
example: null
@@ -44147,7 +44332,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 38
+ x-cb-sort-order: 39
maxLength: 100
example: null
example: null
@@ -44163,7 +44348,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 39
+ x-cb-sort-order: 40
minimum: 0
example: null
example: null
@@ -44177,7 +44362,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 40
+ x-cb-sort-order: 41
maxLength: 50
example: null
example: null
@@ -44193,7 +44378,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 41
+ x-cb-sort-order: 42
minimum: 0
example: null
example: null
@@ -44207,7 +44392,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 42
+ x-cb-sort-order: 43
maxLength: 50
example: null
example: null
@@ -44223,7 +44408,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 43
+ x-cb-sort-order: 44
minimum: 0
example: null
example: null
@@ -44237,7 +44422,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 44
+ x-cb-sort-order: 45
maxLength: 50
example: null
example: null
@@ -44253,7 +44438,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 45
+ x-cb-sort-order: 46
minimum: 0
example: null
example: null
@@ -44267,7 +44452,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 46
+ x-cb-sort-order: 47
maxLength: 50
example: null
example: null
@@ -44283,7 +44468,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 47
+ x-cb-sort-order: 48
minimum: 0
example: null
example: null
@@ -44297,7 +44482,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 48
+ x-cb-sort-order: 49
maxLength: 50
example: null
example: null
@@ -44313,7 +44498,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 49
+ x-cb-sort-order: 50
minimum: 0
example: null
example: null
@@ -44327,7 +44512,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 50
+ x-cb-sort-order: 51
maxLength: 50
example: null
example: null
@@ -44343,7 +44528,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 51
+ x-cb-sort-order: 52
minimum: 0
example: null
example: null
@@ -44357,7 +44542,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 52
+ x-cb-sort-order: 53
maxLength: 50
example: null
example: null
@@ -44373,7 +44558,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 53
+ x-cb-sort-order: 54
minimum: 0
example: null
example: null
@@ -44387,7 +44572,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 54
+ x-cb-sort-order: 55
maxLength: 50
example: null
example: null
@@ -44403,7 +44588,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 55
+ x-cb-sort-order: 56
minimum: 0
example: null
example: null
@@ -44417,7 +44602,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 56
+ x-cb-sort-order: 57
maxLength: 50
example: null
example: null
@@ -44433,7 +44618,7 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 57
+ x-cb-sort-order: 58
minimum: 0
example: null
example: null
@@ -44447,7 +44632,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 58
+ x-cb-sort-order: 59
maxLength: 50
example: null
example: null
@@ -44463,10 +44648,33 @@ paths:
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 59
+ x-cb-sort-order: 60
minimum: 0
example: null
example: null
+ proration_mode:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: line_items
+ x-cb-is-api-column: true
+ x-cb-is-global-enum: false
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ x-cb-sort-order: 61
+ example: null
+ example: null
created_at:
type: array
items:
@@ -44478,7 +44686,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_items
x-cb-is-api-column: true
- x-cb-sort-order: 60
+ x-cb-sort-order: 62
example: null
example: null
required:
@@ -44501,7 +44709,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_reference_numbers
x-cb-is-api-column: true
- x-cb-sort-order: 61
+ x-cb-sort-order: 63
maxLength: 40
example: null
example: null
@@ -44526,7 +44734,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Type
- x-cb-sort-order: 62
+ x-cb-sort-order: 64
example: null
example: null
number:
@@ -44539,7 +44747,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payment_reference_numbers
x-cb-is-api-column: true
- x-cb-sort-order: 63
+ x-cb-sort-order: 65
maxLength: 100
example: null
example: null
@@ -44564,7 +44772,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 64
+ x-cb-sort-order: 66
maxLength: 40
example: null
example: null
@@ -44579,7 +44787,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 65
+ x-cb-sort-order: 67
minimum: 0
example: null
example: null
@@ -44594,7 +44802,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 66
+ x-cb-sort-order: 68
example: null
example: null
quantity_used:
@@ -44608,7 +44816,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 67
+ x-cb-sort-order: 69
minimum: 0
example: null
example: null
@@ -44624,7 +44832,7 @@ paths:
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 68
+ x-cb-sort-order: 70
minimum: 0
example: null
example: null
@@ -44638,7 +44846,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 69
+ x-cb-sort-order: 71
maxLength: 33
example: null
example: null
@@ -44652,7 +44860,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 70
+ x-cb-sort-order: 72
maxLength: 33
example: null
example: null
@@ -44666,7 +44874,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 71
+ x-cb-sort-order: 73
maxLength: 33
example: null
example: null
@@ -44680,7 +44888,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 72
+ x-cb-sort-order: 74
maxLength: 40
example: null
example: null
@@ -44704,7 +44912,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 73
+ x-cb-sort-order: 75
maxLength: 40
example: null
example: null
@@ -44729,7 +44937,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: EntityType
- x-cb-sort-order: 74
+ x-cb-sort-order: 76
example: null
example: null
entity_id:
@@ -44742,7 +44950,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 75
+ x-cb-sort-order: 77
maxLength: 100
example: null
example: null
@@ -44756,7 +44964,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 76
+ x-cb-sort-order: 78
maxLength: 250
example: null
example: null
@@ -44772,7 +44980,7 @@ paths:
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 77
+ x-cb-sort-order: 79
minimum: 0
example: null
example: null
@@ -44797,7 +45005,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 78
+ x-cb-sort-order: 80
maxLength: 100
example: null
example: null
@@ -44813,7 +45021,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 79
+ x-cb-sort-order: 81
maximum: 100
minimum: 0
example: null
@@ -44830,7 +45038,7 @@ paths:
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 80
+ x-cb-sort-order: 82
minimum: 0
example: null
example: null
@@ -44844,7 +45052,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 81
+ x-cb-sort-order: 83
maxLength: 50
example: null
example: null
@@ -44873,7 +45081,7 @@ paths:
x-cb-is-gen-separate: true
x-cb-is-ignore-generation: true
x-cb-sdk-enum-api-name: JurisType
- x-cb-sort-order: 82
+ x-cb-sort-order: 84
example: null
example: null
juris_name:
@@ -44886,7 +45094,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 83
+ x-cb-sort-order: 85
maxLength: 250
example: null
example: null
@@ -44900,7 +45108,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 84
+ x-cb-sort-order: 86
maxLength: 250
example: null
example: null
@@ -44925,7 +45133,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payments
x-cb-is-api-column: true
- x-cb-sort-order: 86
+ x-cb-sort-order: 88
maxLength: 40
example: null
example: null
@@ -44941,7 +45149,7 @@ paths:
x-cb-meta-model-name: payments
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 87
+ x-cb-sort-order: 89
minimum: 1
example: null
example: null
@@ -44970,7 +45178,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: PaymentMethod
x-cb-global-enum-reference: ./schemas/enums/PaymentMethod.yaml
- x-cb-sort-order: 88
+ x-cb-sort-order: 90
example: null
example: null
date:
@@ -44984,7 +45192,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payments
x-cb-is-api-column: true
- x-cb-sort-order: 89
+ x-cb-sort-order: 91
example: null
example: null
reference_number:
@@ -44997,7 +45205,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: payments
x-cb-is-api-column: true
- x-cb-sort-order: 90
+ x-cb-sort-order: 92
maxLength: 100
minLength: 1
example: null
@@ -45035,7 +45243,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: EntityType
- x-cb-sort-order: 91
+ x-cb-sort-order: 93
example: null
example: null
entity_id:
@@ -45048,7 +45256,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: notes
x-cb-is-api-column: true
- x-cb-sort-order: 92
+ x-cb-sort-order: 94
maxLength: 50
example: null
example: null
@@ -45062,7 +45270,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: notes
x-cb-is-api-column: true
- x-cb-sort-order: 93
+ x-cb-sort-order: 95
maxLength: 65000
example: null
example: null
@@ -45084,7 +45292,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 122
+ x-cb-sort-order: 124
maxLength: 40
example: null
example: null
@@ -45098,7 +45306,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 123
+ x-cb-sort-order: 125
maxLength: 150
example: null
example: null
@@ -45112,7 +45320,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 124
+ x-cb-sort-order: 126
maxLength: 150
example: null
example: null
@@ -45127,7 +45335,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 125
+ x-cb-sort-order: 127
maxLength: 70
example: null
example: null
@@ -45141,7 +45349,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 126
+ x-cb-sort-order: 128
maxLength: 250
example: null
example: null
@@ -45155,7 +45363,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 127
+ x-cb-sort-order: 129
maxLength: 50
example: null
example: null
@@ -45169,7 +45377,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 128
+ x-cb-sort-order: 130
maxLength: 150
example: null
example: null
@@ -45183,7 +45391,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 129
+ x-cb-sort-order: 131
maxLength: 150
example: null
example: null
@@ -45197,7 +45405,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 130
+ x-cb-sort-order: 132
maxLength: 150
example: null
example: null
@@ -45211,7 +45419,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 131
+ x-cb-sort-order: 133
maxLength: 50
example: null
example: null
@@ -45225,7 +45433,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 132
+ x-cb-sort-order: 134
maxLength: 50
example: null
example: null
@@ -45239,7 +45447,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 133
+ x-cb-sort-order: 135
maxLength: 50
example: null
example: null
@@ -45253,7 +45461,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 134
+ x-cb-sort-order: 136
maxLength: 20
example: null
example: null
@@ -45267,7 +45475,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 135
+ x-cb-sort-order: 137
maxLength: 50
example: null
example: null
@@ -45293,7 +45501,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ValidationStatus
x-cb-global-enum-reference: ./schemas/enums/ValidationStatus.yaml
- x-cb-sort-order: 136
+ x-cb-sort-order: 138
example: null
example: null
example: null
@@ -48344,6 +48552,29 @@ paths:
minimum: 0
example: null
example: null
+ proration_mode:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: line_items
+ x-cb-is-api-column: true
+ x-cb-is-global-enum: false
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ x-cb-sort-order: 54
+ example: null
+ example: null
required:
- description
example: null
@@ -48364,7 +48595,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 55
+ x-cb-sort-order: 56
maxLength: 40
example: null
example: null
@@ -48379,7 +48610,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 56
+ x-cb-sort-order: 57
minimum: 0
example: null
example: null
@@ -48394,7 +48625,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 57
+ x-cb-sort-order: 58
example: null
example: null
quantity_used:
@@ -48408,7 +48639,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 58
+ x-cb-sort-order: 59
minimum: 0
example: null
example: null
@@ -48424,7 +48655,7 @@ paths:
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 59
+ x-cb-sort-order: 60
minimum: 0
example: null
example: null
@@ -48438,7 +48669,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 60
+ x-cb-sort-order: 61
maxLength: 33
example: null
example: null
@@ -48452,7 +48683,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 61
+ x-cb-sort-order: 62
maxLength: 33
example: null
example: null
@@ -48466,7 +48697,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 62
+ x-cb-sort-order: 63
maxLength: 33
example: null
example: null
@@ -48480,7 +48711,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: line_item_tiers
x-cb-is-api-column: true
- x-cb-sort-order: 63
+ x-cb-sort-order: 64
maxLength: 40
example: null
example: null
@@ -48504,7 +48735,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 64
+ x-cb-sort-order: 65
maxLength: 40
example: null
example: null
@@ -48529,7 +48760,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: EntityType
- x-cb-sort-order: 65
+ x-cb-sort-order: 66
example: null
example: null
entity_id:
@@ -48542,7 +48773,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 66
+ x-cb-sort-order: 67
maxLength: 100
example: null
example: null
@@ -48556,7 +48787,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 67
+ x-cb-sort-order: 68
maxLength: 250
example: null
example: null
@@ -48572,7 +48803,7 @@ paths:
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 68
+ x-cb-sort-order: 69
minimum: 0
example: null
example: null
@@ -48597,7 +48828,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 69
+ x-cb-sort-order: 70
maxLength: 100
example: null
example: null
@@ -48613,7 +48844,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 70
+ x-cb-sort-order: 71
maximum: 100
minimum: 0
example: null
@@ -48630,7 +48861,7 @@ paths:
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 71
+ x-cb-sort-order: 72
minimum: 0
example: null
example: null
@@ -48644,7 +48875,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 72
+ x-cb-sort-order: 73
maxLength: 50
example: null
example: null
@@ -48673,7 +48904,7 @@ paths:
x-cb-is-gen-separate: true
x-cb-is-ignore-generation: true
x-cb-sdk-enum-api-name: JurisType
- x-cb-sort-order: 73
+ x-cb-sort-order: 74
example: null
example: null
juris_name:
@@ -48686,7 +48917,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 74
+ x-cb-sort-order: 75
maxLength: 250
example: null
example: null
@@ -48700,7 +48931,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: taxes
x-cb-is-api-column: true
- x-cb-sort-order: 75
+ x-cb-sort-order: 76
maxLength: 250
example: null
example: null
@@ -48725,7 +48956,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: allocations
x-cb-is-api-column: true
- x-cb-sort-order: 76
+ x-cb-sort-order: 77
maxLength: 50
example: null
example: null
@@ -48741,7 +48972,7 @@ paths:
x-cb-meta-model-name: allocations
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 77
+ x-cb-sort-order: 78
minimum: 1
example: null
example: null
@@ -48756,7 +48987,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: allocations
x-cb-is-api-column: true
- x-cb-sort-order: 78
+ x-cb-sort-order: 79
example: null
example: null
required:
@@ -48781,7 +49012,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: linked_refunds
x-cb-is-api-column: true
- x-cb-sort-order: 79
+ x-cb-sort-order: 80
maxLength: 40
example: null
example: null
@@ -48797,7 +49028,7 @@ paths:
x-cb-meta-model-name: linked_refunds
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 80
+ x-cb-sort-order: 81
minimum: 1
example: null
example: null
@@ -48826,7 +49057,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: PaymentMethod
x-cb-global-enum-reference: ./schemas/enums/PaymentMethod.yaml
- x-cb-sort-order: 81
+ x-cb-sort-order: 82
example: null
example: null
date:
@@ -48840,7 +49071,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: linked_refunds
x-cb-is-api-column: true
- x-cb-sort-order: 82
+ x-cb-sort-order: 83
example: null
example: null
reference_number:
@@ -48853,7 +49084,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: linked_refunds
x-cb-is-api-column: true
- x-cb-sort-order: 83
+ x-cb-sort-order: 84
maxLength: 100
minLength: 1
example: null
@@ -57249,6 +57480,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -58696,6 +58930,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -59652,6 +59889,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -59710,6 +59950,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
@@ -59776,6 +60019,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -59834,6 +60080,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
@@ -59900,6 +60149,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -59958,12 +60210,15 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: PaymentMethod
- pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\
+ pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\
]$"
example: null
not_in:
@@ -60026,6 +60281,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -60084,12 +60342,15 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: PaymentMethod
- pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\
+ pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\
]$"
example: null
- name: gateway
@@ -73057,7 +73318,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 34
+ x-cb-sort-order: 37
maxLength: 2000
example: null
remove_general_note:
@@ -73067,7 +73328,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 35
+ x-cb-sort-order: 38
example: null
coupon:
type: string
@@ -73075,7 +73336,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 39
+ x-cb-sort-order: 42
maxLength: 100
example: null
coupon_ids:
@@ -73084,7 +73345,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 40
+ x-cb-sort-order: 43
items:
type: string
deprecated: false
@@ -73100,7 +73361,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 41
+ x-cb-sort-order: 44
maxLength: 40
example: null
payment_source_id:
@@ -73109,7 +73370,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 42
+ x-cb-sort-order: 45
maxLength: 40
example: null
auto_collection:
@@ -73127,7 +73388,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: AutoCollection
x-cb-global-enum-reference: ./schemas/enums/AutoCollection.yaml
- x-cb-sort-order: 43
+ x-cb-sort-order: 46
example: null
invoice_date:
type: integer
@@ -73136,7 +73397,7 @@ paths:
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-api-column: true
- x-cb-sort-order: 66
+ x-cb-sort-order: 69
example: null
invoice:
type: object
@@ -73178,7 +73439,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: invoices
x-cb-is-api-column: true
- x-cb-sort-order: 38
+ x-cb-sort-order: 41
maxLength: 100
example: null
example: null
@@ -73198,7 +73459,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 49
+ x-cb-sort-order: 52
maxLength: 150
example: null
last_name:
@@ -73209,7 +73470,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 50
+ x-cb-sort-order: 53
maxLength: 150
example: null
email:
@@ -73221,7 +73482,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 51
+ x-cb-sort-order: 54
maxLength: 70
example: null
company:
@@ -73232,7 +73493,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 52
+ x-cb-sort-order: 55
maxLength: 250
example: null
phone:
@@ -73243,7 +73504,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 53
+ x-cb-sort-order: 56
maxLength: 50
example: null
line1:
@@ -73254,7 +73515,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 54
+ x-cb-sort-order: 57
maxLength: 150
example: null
line2:
@@ -73265,7 +73526,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 55
+ x-cb-sort-order: 58
maxLength: 150
example: null
line3:
@@ -73276,7 +73537,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 56
+ x-cb-sort-order: 59
maxLength: 150
example: null
city:
@@ -73287,7 +73548,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 57
+ x-cb-sort-order: 60
maxLength: 50
example: null
state_code:
@@ -73298,7 +73559,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 58
+ x-cb-sort-order: 61
maxLength: 50
example: null
state:
@@ -73309,7 +73570,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 59
+ x-cb-sort-order: 62
maxLength: 50
example: null
zip:
@@ -73320,7 +73581,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 60
+ x-cb-sort-order: 63
maxLength: 20
example: null
country:
@@ -73331,7 +73592,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: shipping_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 61
+ x-cb-sort-order: 64
maxLength: 50
example: null
validation_status:
@@ -73354,7 +73615,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ValidationStatus
x-cb-global-enum-reference: ./schemas/enums/ValidationStatus.yaml
- x-cb-sort-order: 62
+ x-cb-sort-order: 65
example: null
example: null
billing_address:
@@ -73373,7 +73634,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 70
+ x-cb-sort-order: 73
maxLength: 150
example: null
line2:
@@ -73384,7 +73645,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 71
+ x-cb-sort-order: 74
maxLength: 150
example: null
line3:
@@ -73395,7 +73656,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 72
+ x-cb-sort-order: 75
maxLength: 150
example: null
city:
@@ -73406,7 +73667,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 73
+ x-cb-sort-order: 76
maxLength: 50
example: null
state_code:
@@ -73417,7 +73678,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 74
+ x-cb-sort-order: 77
maxLength: 50
example: null
zip:
@@ -73428,7 +73689,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 75
+ x-cb-sort-order: 78
maxLength: 20
example: null
country:
@@ -73439,7 +73700,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: billing_addresses
x-cb-is-api-column: true
- x-cb-sort-order: 76
+ x-cb-sort-order: 79
maxLength: 50
example: null
validation_status:
@@ -73462,7 +73723,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ValidationStatus
x-cb-global-enum-reference: ./schemas/enums/ValidationStatus.yaml
- x-cb-sort-order: 77
+ x-cb-sort-order: 80
example: null
example: null
item_prices:
@@ -73573,6 +73834,34 @@ paths:
x-cb-sort-order: 9
example: null
example: null
+ description:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: item_prices
+ x-cb-is-api-column: true
+ x-cb-sort-order: 34
+ maxLength: 250
+ example: null
+ example: null
+ entity_description:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: item_prices
+ x-cb-is-api-column: true
+ x-cb-sort-order: 35
+ maxLength: 500
+ example: null
+ example: null
example: null
item_tiers:
type: object
@@ -73925,6 +74214,20 @@ paths:
x-cb-sort-order: 33
example: null
example: null
+ entity_description:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: charges
+ x-cb-is-api-column: true
+ x-cb-sort-order: 36
+ maxLength: 500
+ example: null
+ example: null
example: null
notes_to_remove:
type: object
@@ -73956,7 +74259,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: EntityType
x-cb-global-enum-reference: ./schemas/enums/EntityType.yaml
- x-cb-sort-order: 36
+ x-cb-sort-order: 39
example: null
example: null
entity_id:
@@ -73969,7 +74272,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: notes_to_remove
x-cb-is-api-column: true
- x-cb-sort-order: 37
+ x-cb-sort-order: 40
maxLength: 100
example: null
example: null
@@ -73992,7 +74295,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 44
+ x-cb-sort-order: 47
maximum: 100
minimum: 0.01
example: null
@@ -74009,7 +74312,7 @@ paths:
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
x-cb-is-money-column: true
- x-cb-sort-order: 45
+ x-cb-sort-order: 48
minimum: 0
example: null
example: null
@@ -74024,7 +74327,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 46
+ x-cb-sort-order: 49
minimum: 1
example: null
example: null
@@ -74047,7 +74350,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ApplyOn
x-cb-global-enum-reference: ./schemas/enums/ApplyOn.yaml
- x-cb-sort-order: 47
+ x-cb-sort-order: 50
example: null
example: null
item_price_id:
@@ -74060,7 +74363,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts
x-cb-is-api-column: true
- x-cb-sort-order: 48
+ x-cb-sort-order: 51
maxLength: 100
example: null
example: null
@@ -74084,7 +74387,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: tax_providers_fields
x-cb-is-api-column: true
- x-cb-sort-order: 63
+ x-cb-sort-order: 66
maxLength: 50
example: null
example: null
@@ -74098,7 +74401,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: tax_providers_fields
x-cb-is-api-column: true
- x-cb-sort-order: 64
+ x-cb-sort-order: 67
maxLength: 50
example: null
example: null
@@ -74112,7 +74415,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: tax_providers_fields
x-cb-is-api-column: true
- x-cb-sort-order: 65
+ x-cb-sort-order: 68
maxLength: 50
example: null
example: null
@@ -74540,6 +74843,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -102718,7 +103024,8 @@ paths:
\ when a business entity is updated. \n* `business_entity_deleted`\
\ - Sent when a business entity is deleted. \n* `customer_business_entity_changed`\
\ - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed`\
- \ - Sent when a subscription's business entity is changed. \n* `purchase_created`\
+ \ - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed`\
+ \ - Sent when a payment source's business entity is changed.\n* `purchase_created`\
\ - Triggered when purchase action is completed successfully\n* `voucher_created`\
\ - Triggered when a payment voucher is created\n* `voucher_expired`\
\ - Triggered when a payment voucher is expired\n* `voucher_create_failed`\
@@ -102965,6 +103272,7 @@ paths:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -103235,7 +103543,8 @@ paths:
\ when a business entity is updated. \n* `business_entity_deleted`\
\ - Sent when a business entity is deleted. \n* `customer_business_entity_changed`\
\ - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed`\
- \ - Sent when a subscription's business entity is changed. \n* `purchase_created`\
+ \ - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed`\
+ \ - Sent when a payment source's business entity is changed.\n* `purchase_created`\
\ - Triggered when purchase action is completed successfully\n* `voucher_created`\
\ - Triggered when a payment voucher is created\n* `voucher_expired`\
\ - Triggered when a payment voucher is expired\n* `voucher_create_failed`\
@@ -103482,6 +103791,7 @@ paths:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -103752,7 +104062,8 @@ paths:
\ when a business entity is updated. \n* `business_entity_deleted`\
\ - Sent when a business entity is deleted. \n* `customer_business_entity_changed`\
\ - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed`\
- \ - Sent when a subscription's business entity is changed. \n* `purchase_created`\
+ \ - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed`\
+ \ - Sent when a payment source's business entity is changed.\n* `purchase_created`\
\ - Triggered when purchase action is completed successfully\n* `voucher_created`\
\ - Triggered when a payment voucher is created\n* `voucher_expired`\
\ - Triggered when a payment voucher is expired\n* `voucher_create_failed`\
@@ -103999,6 +104310,7 @@ paths:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -104065,7 +104377,7 @@ paths:
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: EventType
- pattern: "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\\
+ pattern: "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\\
]$"
example: null
not_in:
@@ -104271,7 +104583,8 @@ paths:
\ when a business entity is updated. \n* `business_entity_deleted`\
\ - Sent when a business entity is deleted. \n* `customer_business_entity_changed`\
\ - Sent when a customer's business entity is changed.\n* `subscription_business_entity_changed`\
- \ - Sent when a subscription's business entity is changed. \n* `purchase_created`\
+ \ - Sent when a subscription's business entity is changed. \n* `payment_source_business_entity_changed`\
+ \ - Sent when a payment source's business entity is changed.\n* `purchase_created`\
\ - Triggered when purchase action is completed successfully\n* `voucher_created`\
\ - Triggered when a payment voucher is created\n* `voucher_expired`\
\ - Triggered when a payment voucher is expired\n* `voucher_create_failed`\
@@ -104518,6 +104831,7 @@ paths:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -104584,7 +104898,7 @@ paths:
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: EventType
- pattern: "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\\
+ pattern: "^\\[(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered)(,(coupon_created|coupon_updated|coupon_deleted|coupon_set_created|coupon_set_updated|coupon_set_deleted|coupon_codes_added|coupon_codes_deleted|coupon_codes_updated|customer_created|customer_changed|customer_deleted|customer_moved_out|customer_moved_in|promotional_credits_added|promotional_credits_deducted|subscription_created|subscription_created_with_backdating|subscription_started|subscription_trial_end_reminder|subscription_activated|subscription_activated_with_backdating|subscription_changed|subscription_trial_extended|mrr_updated|subscription_changed_with_backdating|subscription_cancellation_scheduled|subscription_cancellation_reminder|subscription_cancelled|subscription_canceled_with_backdating|subscription_reactivated|subscription_reactivated_with_backdating|subscription_renewed|subscription_items_renewed|subscription_scheduled_cancellation_removed|subscription_changes_scheduled|subscription_scheduled_changes_removed|subscription_shipping_address_updated|subscription_deleted|subscription_paused|subscription_pause_scheduled|subscription_scheduled_pause_removed|subscription_resumed|subscription_resumption_scheduled|subscription_scheduled_resumption_removed|subscription_advance_invoice_schedule_added|subscription_advance_invoice_schedule_updated|subscription_advance_invoice_schedule_removed|pending_invoice_created|pending_invoice_updated|invoice_generated|invoice_generated_with_backdating|invoice_updated|invoice_deleted|credit_note_created|credit_note_created_with_backdating|credit_note_updated|credit_note_deleted|payment_schedules_created|payment_schedules_updated|payment_schedule_scheme_created|payment_schedule_scheme_deleted|subscription_renewal_reminder|add_usages_reminder|payment_due_reminder|transaction_created|transaction_updated|transaction_deleted|payment_succeeded|payment_failed|dunning_updated|payment_refunded|payment_initiated|refund_initiated|netd_payment_due_reminder|authorization_succeeded|authorization_voided|card_added|card_updated|card_expiry_reminder|card_expired|card_deleted|payment_source_added|payment_source_updated|payment_source_deleted|payment_source_expiring|payment_source_expired|payment_source_locally_deleted|virtual_bank_account_added|virtual_bank_account_updated|virtual_bank_account_deleted|token_created|token_consumed|token_expired|unbilled_charges_created|unbilled_charges_voided|unbilled_charges_deleted|unbilled_charges_invoiced|order_created|order_updated|order_cancelled|order_delivered|order_returned|order_ready_to_process|order_ready_to_ship|order_deleted|order_resent|quote_created|quote_updated|quote_deleted|tax_withheld_recorded|tax_withheld_deleted|tax_withheld_refunded|gift_scheduled|gift_unclaimed|gift_claimed|gift_expired|gift_cancelled|gift_updated|hierarchy_created|hierarchy_deleted|payment_intent_created|payment_intent_updated|contract_term_created|contract_term_renewed|contract_term_terminated|contract_term_completed|contract_term_cancelled|item_family_created|item_family_updated|item_family_deleted|item_created|item_updated|item_deleted|item_price_created|item_price_updated|item_price_deleted|attached_item_created|attached_item_updated|attached_item_deleted|differential_price_created|differential_price_updated|differential_price_deleted|feature_created|feature_updated|feature_deleted|feature_activated|feature_reactivated|feature_archived|item_entitlements_updated|entitlement_overrides_updated|entitlement_overrides_removed|item_entitlements_removed|entitlement_overrides_auto_removed|subscription_entitlements_created|subscription_entitlements_updated|business_entity_created|business_entity_updated|business_entity_deleted|customer_business_entity_changed|subscription_business_entity_changed|payment_source_business_entity_changed|purchase_created|voucher_created|voucher_expired|voucher_create_failed|product_created|product_updated|product_deleted|variant_created|variant_updated|variant_deleted|item_price_entitlements_updated|item_price_entitlements_removed|subscription_ramp_created|subscription_ramp_deleted|subscription_ramp_applied|subscription_ramp_drafted|subscription_ramp_updated|price_variant_created|price_variant_updated|price_variant_deleted|customer_entitlements_updated|subscription_moved_in|subscription_moved_out|subscription_movement_failed|omnichannel_subscription_created|omnichannel_subscription_item_renewed|omnichannel_subscription_item_downgrade_scheduled|omnichannel_subscription_item_scheduled_downgrade_removed|omnichannel_subscription_item_downgraded|omnichannel_subscription_item_expired|omnichannel_subscription_item_cancellation_scheduled|omnichannel_subscription_item_scheduled_cancellation_removed|omnichannel_subscription_item_resubscribed|omnichannel_subscription_item_upgraded|omnichannel_subscription_item_cancelled|omnichannel_subscription_imported|omnichannel_subscription_item_grace_period_started|omnichannel_subscription_item_grace_period_expired|omnichannel_subscription_item_dunning_started|omnichannel_subscription_item_dunning_expired|rule_created|rule_updated|rule_deleted|record_purchase_failed|omnichannel_subscription_item_change_scheduled|omnichannel_subscription_item_scheduled_change_removed|omnichannel_subscription_item_reactivated|sales_order_created|sales_order_updated|omnichannel_subscription_item_changed|omnichannel_subscription_item_paused|omnichannel_subscription_item_resumed|omnichannel_one_time_order_created|omnichannel_one_time_order_item_cancelled|usage_file_ingested|omnichannel_subscription_item_pause_scheduled|omnichannel_subscription_moved_in|omnichannel_transaction_created|alert_status_changed|omnichannel_subscription_item_updated|omnichannel_subscription_item_recovered))*\\\
]$"
example: null
- name: source
@@ -111701,6 +112015,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -111759,6 +112076,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
@@ -111825,6 +112145,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -111883,6 +112206,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
@@ -111949,6 +112275,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -112007,12 +112336,15 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: PaymentMethod
- pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\
+ pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\
]$"
example: null
not_in:
@@ -112075,6 +112407,9 @@ paths:
* `paypay` - PayPay
* `gcash` - GCash
* `south_korean_cards` - Payments made via South Korean Cards
+ * `paynow` - Payments made via PayNow
+ * `bizum` - Payments made via Bizum
+ * `promptpay` - Payments made via PromptPay
enum:
- card
- cash
@@ -112133,12 +112468,15 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-external-enum: false
x-cb-is-api-column: true
x-cb-is-gen-separate: true
x-cb-sdk-enum-api-name: PaymentMethod
- pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards))*\\\
+ pattern: "^\\[(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay)(,(card|cash|check|chargeback|bank_transfer|amazon_payments|paypal_express_checkout|direct_debit|alipay|unionpay|apple_pay|wechat_pay|ach_credit|sepa_credit|ideal|google_pay|sofort|bancontact|giropay|dotpay|other|app_store|upi|netbanking_emandates|play_store|custom|boleto|venmo|pay_to|faster_payments|sepa_instant_transfer|automated_bank_transfer|klarna_pay_now|online_banking_poland|payconiq_by_bancontact|electronic_payment_standard|kbc_payment_button|pay_by_bank|trustly|stablecoin|kakao_pay|naver_pay|revolut_pay|cash_app_pay|pix|twint|go_pay|grab_pay|pay_co|after_pay|swish|payme|klarna|alipay_hk|paypay|gcash|south_korean_cards|paynow|bizum|promptpay))*\\\
]$"
example: null
gateway:
@@ -113579,10 +113917,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 3
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -113590,6 +113924,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
include_site_level_resources:
type: object
deprecated: false
@@ -114994,10 +115332,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 5
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -115005,6 +115339,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
include_site_level_resources:
type: object
deprecated: false
@@ -115387,10 +115725,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 14
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -115398,6 +115732,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
include_site_level_resources:
type: object
deprecated: false
@@ -124950,10 +125288,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 12
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -124961,6 +125295,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
include_site_level_resources:
type: object
deprecated: false
@@ -126791,6 +127129,29 @@ paths:
pattern: "^\\[(web|app_store|play_store)(,(web|app_store|play_store))*\\\
]$"
example: null
+ decommissioned:
+ type: object
+ deprecated: false
+ description: Specifies whether a cancelled subscription is decommissioned
+ or not
+ example: "true"
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-is-filter-parameter: true
+ x-cb-meta-model-name: subscriptions
+ x-cb-is-api-column: true
+ x-cb-sdk-filter-name: BooleanFilter
+ x-cb-is-multi-value-attribute: false
+ x-cb-sort-order: 19
+ properties:
+ is:
+ type: string
+ format: boolean
+ enum:
+ - "true"
+ - "false"
+ example: null
plan_id:
type: object
deprecated: false
@@ -127262,6 +127623,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-meta-model-name: payment_intents
@@ -127528,6 +127892,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-meta-model-name: payment_intents
@@ -127922,10 +128289,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 5
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -127933,6 +128296,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
- name: include_site_level_resources
in: query
required: false
@@ -131542,10 +131909,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 16
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -131553,6 +131916,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
- name: include_site_level_resources
in: query
required: false
@@ -133406,10 +133773,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 7
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -133417,6 +133780,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
- name: include_site_level_resources
in: query
required: false
@@ -136187,10 +136554,6 @@ paths:
x-cb-is-multi-value-attribute: false
x-cb-sort-order: 14
properties:
- is:
- type: string
- minLength: 1
- example: null
is_present:
type: string
format: boolean
@@ -136198,6 +136561,10 @@ paths:
- "true"
- "false"
example: null
+ is:
+ type: string
+ minLength: 1
+ example: null
- name: include_site_level_resources
in: query
required: false
@@ -140260,6 +140627,33 @@ paths:
pattern: "^\\[(switch|custom|quantity|range)(,(switch|custom|quantity|range))*\\\
]$"
example: null
+ - name: metered
+ in: query
+ required: false
+ deprecated: false
+ style: deepObject
+ explode: true
+ schema:
+ type: object
+ deprecated: false
+ description: Determines if feature is metered or not
+ example: "true"
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-filter-parameter: true
+ x-cb-meta-model-name: features
+ x-cb-is-api-column: true
+ x-cb-sdk-filter-name: BooleanFilter
+ x-cb-is-multi-value-attribute: false
+ x-cb-sort-order: 6
+ properties:
+ is:
+ type: string
+ format: boolean
+ enum:
+ - "true"
+ - "false"
+ example: null
responses:
"200":
description: OK
@@ -145314,6 +145708,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -150194,7 +150591,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ActionAtTermEnd
- x-cb-sort-order: 44
+ x-cb-sort-order: 45
example: null
cancellation_cutoff_period:
type: integer
@@ -150205,7 +150602,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: contract_term
x-cb-is-api-column: true
- x-cb-sort-order: 45
+ x-cb-sort-order: 46
example: null
renewal_billing_cycles:
type: integer
@@ -150216,7 +150613,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: contract_term
x-cb-is-api-column: true
- x-cb-sort-order: 46
+ x-cb-sort-order: 47
example: null
example: null
items_to_add:
@@ -150837,7 +151234,7 @@ paths:
minimum: 0
example: null
example: null
- period:
+ quantity:
type: array
items:
type: integer
@@ -150852,6 +151249,21 @@ paths:
minimum: 1
example: null
example: null
+ period:
+ type: array
+ items:
+ type: integer
+ format: int32
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: discounts_to_add
+ x-cb-is-api-column: true
+ x-cb-sort-order: 41
+ minimum: 1
+ example: null
+ example: null
period_unit:
type: array
items:
@@ -150873,7 +151285,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: PeriodUnit
x-cb-global-enum-reference: ./schemas/enums/PeriodUnit.yaml
- x-cb-sort-order: 41
+ x-cb-sort-order: 42
example: null
example: null
included_in_mrr:
@@ -150886,7 +151298,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts_to_add
x-cb-is-api-column: true
- x-cb-sort-order: 42
+ x-cb-sort-order: 43
example: null
example: null
item_price_id:
@@ -150899,7 +151311,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts_to_add
x-cb-is-api-column: true
- x-cb-sort-order: 43
+ x-cb-sort-order: 44
maxLength: 100
example: null
example: null
@@ -150920,6 +151332,15 @@ paths:
discounts_to_add:
style: deepObject
explode: true
+ entitlement_overrides_to_add:
+ style: deepObject
+ explode: true
+ entitlement_overrides_to_remove:
+ style: deepObject
+ explode: true
+ entitlement_overrides_to_update:
+ style: deepObject
+ explode: true
item_tiers:
style: deepObject
explode: true
@@ -151459,7 +151880,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ActionAtTermEnd
- x-cb-sort-order: 44
+ x-cb-sort-order: 45
example: null
cancellation_cutoff_period:
type: integer
@@ -151470,7 +151891,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: contract_term
x-cb-is-api-column: true
- x-cb-sort-order: 45
+ x-cb-sort-order: 46
example: null
renewal_billing_cycles:
type: integer
@@ -151481,7 +151902,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: contract_term
x-cb-is-api-column: true
- x-cb-sort-order: 46
+ x-cb-sort-order: 47
example: null
example: null
items_to_add:
@@ -152102,7 +152523,7 @@ paths:
minimum: 0
example: null
example: null
- period:
+ quantity:
type: array
items:
type: integer
@@ -152117,6 +152538,21 @@ paths:
minimum: 1
example: null
example: null
+ period:
+ type: array
+ items:
+ type: integer
+ format: int32
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: discounts_to_add
+ x-cb-is-api-column: true
+ x-cb-sort-order: 41
+ minimum: 1
+ example: null
+ example: null
period_unit:
type: array
items:
@@ -152138,7 +152574,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: PeriodUnit
x-cb-global-enum-reference: ./schemas/enums/PeriodUnit.yaml
- x-cb-sort-order: 41
+ x-cb-sort-order: 42
example: null
example: null
included_in_mrr:
@@ -152151,7 +152587,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts_to_add
x-cb-is-api-column: true
- x-cb-sort-order: 42
+ x-cb-sort-order: 43
example: null
example: null
item_price_id:
@@ -152164,7 +152600,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: discounts_to_add
x-cb-is-api-column: true
- x-cb-sort-order: 43
+ x-cb-sort-order: 44
maxLength: 100
example: null
example: null
@@ -152185,6 +152621,15 @@ paths:
discounts_to_add:
style: deepObject
explode: true
+ entitlement_overrides_to_add:
+ style: deepObject
+ explode: true
+ entitlement_overrides_to_remove:
+ style: deepObject
+ explode: true
+ entitlement_overrides_to_update:
+ style: deepObject
+ explode: true
item_tiers:
style: deepObject
explode: true
@@ -158324,6 +158769,40 @@ paths:
x-cb-sort-order: 1
maxLength: 50
example: null
+ email:
+ type: string
+ format: email
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: customers
+ x-cb-is-api-column: true
+ x-cb-sort-order: 2
+ maxLength: 70
+ example: null
+ first_name:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: customers
+ x-cb-is-api-column: true
+ x-cb-sort-order: 3
+ maxLength: 150
+ example: null
+ last_name:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: customers
+ x-cb-is-api-column: true
+ x-cb-sort-order: 4
+ maxLength: 150
+ example: null
required:
- id
example: null
@@ -158344,7 +158823,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: apple_app_stores
x-cb-is-api-column: true
- x-cb-sort-order: 2
+ x-cb-sort-order: 5
maxLength: 100
example: null
receipt:
@@ -158356,7 +158835,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: apple_app_stores
x-cb-is-api-column: true
- x-cb-sort-order: 3
+ x-cb-sort-order: 6
maxLength: 65000
example: null
product_id:
@@ -158368,7 +158847,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: apple_app_stores
x-cb-is-api-column: true
- x-cb-sort-order: 4
+ x-cb-sort-order: 7
maxLength: 255
example: null
example: null
@@ -158389,7 +158868,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: google_play_stores
x-cb-is-api-column: true
- x-cb-sort-order: 5
+ x-cb-sort-order: 8
maxLength: 500
example: null
product_id:
@@ -158402,7 +158881,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: google_play_stores
x-cb-is-api-column: true
- x-cb-sort-order: 6
+ x-cb-sort-order: 9
maxLength: 255
example: null
order_id:
@@ -158414,7 +158893,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: google_play_stores
x-cb-is-api-column: true
- x-cb-sort-order: 7
+ x-cb-sort-order: 10
maxLength: 100
example: null
example: null
@@ -158434,7 +158913,7 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: omnichannel_subscriptions
x-cb-is-api-column: true
- x-cb-sort-order: 8
+ x-cb-sort-order: 11
maxLength: 50
example: null
example: null
@@ -158977,10 +159456,10 @@ paths:
x-cb-module: gateway
x-cb-operation-method-name: retrieve
x-cb-sdk-method-name: retrieve
- /usage_events:
- post:
- summary: Create a usage event
- operationId: create_a_usage_event
+ /meters:
+ get:
+ summary: List all available meters
+ operationId: list_all_available_meters
parameters:
- description: The device from which the customer has made the request
$ref: "#/components/parameters/chargebee-request-origin-device"
@@ -158993,69 +159472,67 @@ paths:
$ref: "#/components/parameters/chargebee-request-origin-user-encoded"
- description: The IP address of the customer where the request originated
$ref: "#/components/parameters/chargebee-request-origin-ip"
- - description: skip all actions to be done on the events
- $ref: "#/components/parameters/chargebee-event-actions"
- - description: skip only emails
- $ref: "#/components/parameters/chargebee-event-email"
- - description: ' skip only webhooks'
- $ref: "#/components/parameters/chargebee-event-webhook"
- description: "If the site has multiple business entities, you can use this\
\ custom HTTP header to specify the business entity for which Chargebee\
\ should perform the operation."
$ref: "#/components/parameters/chargebee-business-entity-id"
- requestBody:
- content:
- application/x-www-form-urlencoded:
- schema:
- type: object
- properties:
- deduplication_id:
- type: string
- deprecated: false
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
- x-cb-meta-model-name: usage_events
- x-cb-is-api-column: true
- x-cb-sort-order: 0
- maxLength: 36
- example: null
- subscription_id:
- type: string
- deprecated: false
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
- x-cb-meta-model-name: usage_events
- x-cb-is-api-column: true
- x-cb-is-foreign-column: true
- x-cb-sort-order: 1
- maxLength: 50
- example: null
- usage_timestamp:
- type: integer
- format: int64
- deprecated: false
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
- x-cb-meta-model-name: usage_events
- x-cb-is-api-column: true
- x-cb-sort-order: 2
- example: null
- properties:
- type: object
- additionalProperties: true
- deprecated: false
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
- x-cb-is-api-column: true
- x-cb-sort-order: 3
- example: null
- required:
- - deduplication_id
- - properties
- - subscription_id
- - usage_timestamp
+ - $ref: "#/components/parameters/limit"
+ - $ref: "#/components/parameters/offset"
+ - name: name
+ in: query
+ required: false
+ deprecated: false
+ style: deepObject
+ explode: true
+ schema:
+ type: object
+ deprecated: false
+ description: "A case-sensitive unique name. For example: User Licence"
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-filter-parameter: true
+ x-cb-meta-model-name: meters
+ x-cb-is-api-column: true
+ x-cb-sdk-filter-name: StringFilter
+ x-cb-is-multi-value-attribute: false
+ x-cb-sort-order: 2
+ properties:
+ is:
+ type: string
+ minLength: 1
example: null
- encoding: {}
+ starts_with:
+ type: string
+ minLength: 1
+ example: null
+ example: null
+ - name: sort_by
+ in: query
+ required: false
+ style: deepObject
+ explode: true
+ schema:
+ type: object
+ additionalProperties: true
+ x-cb-sort-order: 3
+ properties:
+ asc:
+ type: string
+ enum:
+ - id
+ - name
+ - created_at
+ - updated_at
+ example: null
+ desc:
+ type: string
+ enum:
+ - id
+ - name
+ - created_at
+ - updated_at
+ example: null
+ example: null
responses:
"200":
description: OK
@@ -159064,11 +159541,190 @@ paths:
schema:
type: object
properties:
- usage_event:
- $ref: "#/components/schemas/UsageEvent"
- description: Resource object representing usage_event
+ list:
+ type: array
+ items:
+ type: object
+ properties:
+ meter:
+ $ref: "#/components/schemas/Meter"
+ description: Resource object representing meter
+ required:
+ - meter
+ example: null
+ example: null
+ next_offset:
+ type: string
+ description: This attribute is returned only if more resources
+ are present. To fetch the next set of resources use this value
+ for the input parameter `offset`.
+ maxLength: 1000
+ example: null
required:
- - usage_event
+ - list
+ example: null
+ "400":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/400"
+ "401":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/401"
+ "403":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/403"
+ "404":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/404"
+ "405":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/405"
+ "409":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/409"
+ "422":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/422"
+ "429":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/429"
+ "500":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/500"
+ "503":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/503"
+ deprecated: false
+ security:
+ - BasicAuth: []
+ x-cb-resource-id: meter
+ x-cb-sort-order: 1
+ x-cb-module: entitlements
+ x-cb-operation-is-list: true
+ x-cb-operation-method-name: list
+ x-cb-is-operation-needs-input-object: true
+ x-cb-sdk-method-name: list
+ /usage_events:
+ post:
+ summary: Create a usage event
+ operationId: create_a_usage_event
+ parameters:
+ - description: The device from which the customer has made the request
+ $ref: "#/components/parameters/chargebee-request-origin-device"
+ - description: The email address of your customer/user. Use this when the email
+ address has only ASCII characters.
+ $ref: "#/components/parameters/chargebee-request-origin-user"
+ - description: "The Base64-encoded email address of your customer/user. Use\
+ \ this if the email address has UTF-8 characters. When this header is provided,\
+ \ the header chargebee-request-origin-user is ignored."
+ $ref: "#/components/parameters/chargebee-request-origin-user-encoded"
+ - description: The IP address of the customer where the request originated
+ $ref: "#/components/parameters/chargebee-request-origin-ip"
+ - description: skip all actions to be done on the events
+ $ref: "#/components/parameters/chargebee-event-actions"
+ - description: skip only emails
+ $ref: "#/components/parameters/chargebee-event-email"
+ - description: ' skip only webhooks'
+ $ref: "#/components/parameters/chargebee-event-webhook"
+ - description: "If the site has multiple business entities, you can use this\
+ \ custom HTTP header to specify the business entity for which Chargebee\
+ \ should perform the operation."
+ $ref: "#/components/parameters/chargebee-business-entity-id"
+ requestBody:
+ content:
+ application/x-www-form-urlencoded:
+ schema:
+ type: object
+ properties:
+ deduplication_id:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-meta-model-name: usage_events
+ x-cb-is-api-column: true
+ x-cb-sort-order: 0
+ maxLength: 36
+ example: null
+ subscription_id:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-meta-model-name: usage_events
+ x-cb-is-api-column: true
+ x-cb-is-foreign-column: true
+ x-cb-sort-order: 1
+ maxLength: 50
+ example: null
+ usage_timestamp:
+ type: integer
+ format: int64
+ deprecated: false
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-meta-model-name: usage_events
+ x-cb-is-api-column: true
+ x-cb-sort-order: 2
+ example: null
+ properties:
+ type: object
+ additionalProperties: true
+ deprecated: false
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-is-api-column: true
+ x-cb-sort-order: 3
+ example: null
+ required:
+ - deduplication_id
+ - properties
+ - subscription_id
+ - usage_timestamp
+ example: null
+ encoding: {}
+ responses:
+ "200":
+ description: OK
+ content:
+ application/json:
+ schema:
+ type: object
+ properties:
+ usage_event:
+ $ref: "#/components/schemas/UsageEvent"
+ description: Resource object representing usage_event
+ required:
+ - usage_event
example: null
"400":
description: on error
@@ -159249,7 +159905,7 @@ paths:
type: array
items:
type: integer
- format: unix-time
+ format: int64
deprecated: false
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: required
@@ -159418,10 +160074,10 @@ paths:
x-cb-operation-sub-domain-name: ingest
x-cb-is-operation-needs-json-input: true
x-cb-sdk-method-name: batchIngest
- /usage_files/{usage-file-id}/processing_status:
- get:
- summary: Get uploaded file processing status
- operationId: get_uploaded_file_processing_status
+ /metered_features/{metered-feature-id}/reactivate_command:
+ post:
+ summary: Reactivate a metered feature
+ operationId: reactivate_a_metered_feature
parameters:
- description: The device from which the customer has made the request
$ref: "#/components/parameters/chargebee-request-origin-device"
@@ -159434,11 +160090,17 @@ paths:
$ref: "#/components/parameters/chargebee-request-origin-user-encoded"
- description: The IP address of the customer where the request originated
$ref: "#/components/parameters/chargebee-request-origin-ip"
+ - description: skip all actions to be done on the events
+ $ref: "#/components/parameters/chargebee-event-actions"
+ - description: skip only emails
+ $ref: "#/components/parameters/chargebee-event-email"
+ - description: ' skip only webhooks'
+ $ref: "#/components/parameters/chargebee-event-webhook"
- description: "If the site has multiple business entities, you can use this\
\ custom HTTP header to specify the business entity for which Chargebee\
\ should perform the operation."
$ref: "#/components/parameters/chargebee-business-entity-id"
- - $ref: "#/components/parameters/usage-file-id"
+ - $ref: "#/components/parameters/metered-feature-id"
responses:
"200":
description: OK
@@ -159447,11 +160109,11 @@ paths:
schema:
type: object
properties:
- usage_file:
- $ref: "#/components/schemas/UsageFile"
- description: Resource object representing usage_file
+ meter:
+ $ref: "#/components/schemas/Meter"
+ description: Resource object representing meter
required:
- - usage_file
+ - meter
example: null
"400":
description: on error
@@ -159516,53 +160178,16 @@ paths:
deprecated: false
security:
- BasicAuth: []
- servers:
- - url: "{protocol}://{site}.file-ingest.{environment}:{port}/api/v2"
- variables:
- protocol:
- default: https
- enum:
- - http
- - https
- site:
- default: demo
- environment:
- default: chargebee.com
- enum:
- - chargebee.com
- port:
- default: "443"
- enum:
- - "443"
- - "8080"
- - url: "{protocol}://{site}-test.file-ingest.{environment}:{port}/api/v2"
- variables:
- protocol:
- default: https
- enum:
- - http
- - https
- site:
- default: demo
- environment:
- default: chargebee.com
- enum:
- - chargebee.com
- port:
- default: "443"
- enum:
- - "443"
- - "8080"
- x-cb-resource-id: usage_file
- x-cb-sort-order: 3
- x-cb-module: usage-based-billing
- x-cb-operation-method-name: processingStatus
- x-cb-operation-sub-domain-name: file-ingest
- x-cb-sdk-method-name: processingStatus
- /usage_files/upload_url:
+ x-cb-resource-id: metered_feature
+ x-cb-sort-order: 2
+ x-cb-module: entitlements
+ x-cb-operation-is-idempotent: true
+ x-cb-operation-method-name: reactivate
+ x-cb-sdk-method-name: reactivate
+ /metered_features/{metered-feature-id}/delete:
post:
- summary: Get usages file upload URL
- operationId: get_usages_file_upload_url
+ summary: Delete a metered feature
+ operationId: delete_a_metered_feature
parameters:
- description: The device from which the customer has made the request
$ref: "#/components/parameters/chargebee-request-origin-device"
@@ -159585,35 +160210,7 @@ paths:
\ custom HTTP header to specify the business entity for which Chargebee\
\ should perform the operation."
$ref: "#/components/parameters/chargebee-business-entity-id"
- requestBody:
- content:
- application/x-www-form-urlencoded:
- schema:
- type: object
- properties:
- file_name:
- type: string
- deprecated: false
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
- x-cb-is-api-column: true
- x-cb-sort-order: 0
- maxLength: 150
- example: null
- mime_type:
- type: string
- deprecated: false
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
- x-cb-is-api-column: true
- x-cb-sort-order: 1
- maxLength: 100
- example: null
- required:
- - file_name
- - mime_type
- example: null
- encoding: {}
+ - $ref: "#/components/parameters/metered-feature-id"
responses:
"200":
description: OK
@@ -159622,11 +160219,607 @@ paths:
schema:
type: object
properties:
- usage_file:
- $ref: "#/components/schemas/UsageFile"
- description: Resource object representing usage_file
+ meter:
+ $ref: "#/components/schemas/Meter"
+ description: Resource object representing meter
required:
- - usage_file
+ - meter
+ example: null
+ "400":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/400"
+ "401":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/401"
+ "403":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/403"
+ "404":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/404"
+ "405":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/405"
+ "409":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/409"
+ "422":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/422"
+ "429":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/429"
+ "500":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/500"
+ "503":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/503"
+ deprecated: false
+ security:
+ - BasicAuth: []
+ x-cb-resource-id: metered_feature
+ x-cb-sort-order: 3
+ x-cb-module: entitlements
+ x-cb-operation-is-idempotent: true
+ x-cb-operation-method-name: delete
+ x-cb-sdk-method-name: delete
+ /metered_features:
+ post:
+ summary: Create a metered feature
+ operationId: create_a_metered_feature
+ parameters:
+ - description: The device from which the customer has made the request
+ $ref: "#/components/parameters/chargebee-request-origin-device"
+ - description: The email address of your customer/user. Use this when the email
+ address has only ASCII characters.
+ $ref: "#/components/parameters/chargebee-request-origin-user"
+ - description: "The Base64-encoded email address of your customer/user. Use\
+ \ this if the email address has UTF-8 characters. When this header is provided,\
+ \ the header chargebee-request-origin-user is ignored."
+ $ref: "#/components/parameters/chargebee-request-origin-user-encoded"
+ - description: The IP address of the customer where the request originated
+ $ref: "#/components/parameters/chargebee-request-origin-ip"
+ - description: skip all actions to be done on the events
+ $ref: "#/components/parameters/chargebee-event-actions"
+ - description: skip only emails
+ $ref: "#/components/parameters/chargebee-event-email"
+ - description: ' skip only webhooks'
+ $ref: "#/components/parameters/chargebee-event-webhook"
+ - description: "If the site has multiple business entities, you can use this\
+ \ custom HTTP header to specify the business entity for which Chargebee\
+ \ should perform the operation."
+ $ref: "#/components/parameters/chargebee-business-entity-id"
+ requestBody:
+ content:
+ application/x-www-form-urlencoded:
+ schema:
+ type: object
+ properties:
+ name:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: required
+ x-cb-is-api-column: true
+ x-cb-sort-order: 0
+ maxLength: 50
+ example: null
+ description:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-is-api-column: true
+ x-cb-sort-order: 1
+ maxLength: 250
+ example: null
+ feature_unit:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: required
+ x-cb-is-api-column: true
+ x-cb-sort-order: 2
+ maxLength: 50
+ example: null
+ query:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: required
+ x-cb-is-api-column: true
+ x-cb-sort-order: 3
+ maxLength: 500
+ example: null
+ column_definitions:
+ type: object
+ deprecated: false
+ x-cb-sort-order: -1
+ x-cb-is-composite-array-request-body: true
+ x-cb-hidden-from-client-sdk: false
+ properties:
+ column_name:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: column_definitions
+ x-cb-is-api-column: true
+ x-cb-sort-order: 6
+ maxLength: 100
+ example: null
+ example: null
+ data_type:
+ type: array
+ items:
+ type: string
+ deprecated: false
+ enum:
+ - number
+ - string
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-is-sub-resource: true
+ x-cb-meta-model-name: column_definitions
+ x-cb-is-api-column: true
+ x-cb-is-global-enum: false
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: DataType
+ x-cb-sort-order: 8
+ example: null
+ example: null
+ required:
+ - column_name
+ - data_type
+ example: null
+ required:
+ - feature_unit
+ - name
+ - query
+ example: null
+ encoding:
+ column_definitions:
+ style: deepObject
+ explode: true
+ responses:
+ "200":
+ description: OK
+ content:
+ application/json:
+ schema:
+ type: object
+ properties:
+ meter:
+ $ref: "#/components/schemas/Meter"
+ description: Resource object representing meter
+ required:
+ - meter
+ example: null
+ "400":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/400"
+ "401":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/401"
+ "403":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/403"
+ "404":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/404"
+ "405":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/405"
+ "409":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/409"
+ "422":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/422"
+ "429":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/429"
+ "500":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/500"
+ "503":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/503"
+ deprecated: false
+ security:
+ - BasicAuth: []
+ x-cb-resource-id: metered_feature
+ x-cb-sort-order: 0
+ x-cb-module: entitlements
+ x-cb-operation-is-idempotent: true
+ x-cb-operation-method-name: create
+ x-cb-is-operation-needs-input-object: true
+ x-cb-sdk-method-name: create
+ /metered_features/{metered-feature-id}/archive_command:
+ post:
+ summary: Archive a metered feature
+ operationId: archive_a_metered_feature
+ parameters:
+ - description: The device from which the customer has made the request
+ $ref: "#/components/parameters/chargebee-request-origin-device"
+ - description: The email address of your customer/user. Use this when the email
+ address has only ASCII characters.
+ $ref: "#/components/parameters/chargebee-request-origin-user"
+ - description: "The Base64-encoded email address of your customer/user. Use\
+ \ this if the email address has UTF-8 characters. When this header is provided,\
+ \ the header chargebee-request-origin-user is ignored."
+ $ref: "#/components/parameters/chargebee-request-origin-user-encoded"
+ - description: The IP address of the customer where the request originated
+ $ref: "#/components/parameters/chargebee-request-origin-ip"
+ - description: skip all actions to be done on the events
+ $ref: "#/components/parameters/chargebee-event-actions"
+ - description: skip only emails
+ $ref: "#/components/parameters/chargebee-event-email"
+ - description: ' skip only webhooks'
+ $ref: "#/components/parameters/chargebee-event-webhook"
+ - description: "If the site has multiple business entities, you can use this\
+ \ custom HTTP header to specify the business entity for which Chargebee\
+ \ should perform the operation."
+ $ref: "#/components/parameters/chargebee-business-entity-id"
+ - $ref: "#/components/parameters/metered-feature-id"
+ responses:
+ "200":
+ description: OK
+ content:
+ application/json:
+ schema:
+ type: object
+ properties:
+ meter:
+ $ref: "#/components/schemas/Meter"
+ description: Resource object representing meter
+ required:
+ - meter
+ example: null
+ "400":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/400"
+ "401":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/401"
+ "403":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/403"
+ "404":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/404"
+ "405":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/405"
+ "409":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/409"
+ "422":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/422"
+ "429":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/429"
+ "500":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/500"
+ "503":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/503"
+ deprecated: false
+ security:
+ - BasicAuth: []
+ x-cb-resource-id: metered_feature
+ x-cb-sort-order: 1
+ x-cb-module: entitlements
+ x-cb-operation-is-idempotent: true
+ x-cb-operation-method-name: archive
+ x-cb-sdk-method-name: archive
+ /usage_files/{usage-file-id}/processing_status:
+ get:
+ summary: Get uploaded file processing status
+ operationId: get_uploaded_file_processing_status
+ parameters:
+ - description: The device from which the customer has made the request
+ $ref: "#/components/parameters/chargebee-request-origin-device"
+ - description: The email address of your customer/user. Use this when the email
+ address has only ASCII characters.
+ $ref: "#/components/parameters/chargebee-request-origin-user"
+ - description: "The Base64-encoded email address of your customer/user. Use\
+ \ this if the email address has UTF-8 characters. When this header is provided,\
+ \ the header chargebee-request-origin-user is ignored."
+ $ref: "#/components/parameters/chargebee-request-origin-user-encoded"
+ - description: The IP address of the customer where the request originated
+ $ref: "#/components/parameters/chargebee-request-origin-ip"
+ - description: "If the site has multiple business entities, you can use this\
+ \ custom HTTP header to specify the business entity for which Chargebee\
+ \ should perform the operation."
+ $ref: "#/components/parameters/chargebee-business-entity-id"
+ - $ref: "#/components/parameters/usage-file-id"
+ responses:
+ "200":
+ description: OK
+ content:
+ application/json:
+ schema:
+ type: object
+ properties:
+ usage_file:
+ $ref: "#/components/schemas/UsageFile"
+ description: Resource object representing usage_file
+ required:
+ - usage_file
+ example: null
+ "400":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/400"
+ "401":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/401"
+ "403":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/403"
+ "404":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/404"
+ "405":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/405"
+ "409":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/409"
+ "422":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/422"
+ "429":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/429"
+ "500":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/500"
+ "503":
+ description: on error
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/503"
+ deprecated: false
+ security:
+ - BasicAuth: []
+ servers:
+ - url: "{protocol}://{site}.file-ingest.{environment}:{port}/api/v2"
+ variables:
+ protocol:
+ default: https
+ enum:
+ - http
+ - https
+ site:
+ default: demo
+ environment:
+ default: chargebee.com
+ enum:
+ - chargebee.com
+ port:
+ default: "443"
+ enum:
+ - "443"
+ - "8080"
+ - url: "{protocol}://{site}-test.file-ingest.{environment}:{port}/api/v2"
+ variables:
+ protocol:
+ default: https
+ enum:
+ - http
+ - https
+ site:
+ default: demo
+ environment:
+ default: chargebee.com
+ enum:
+ - chargebee.com
+ port:
+ default: "443"
+ enum:
+ - "443"
+ - "8080"
+ x-cb-resource-id: usage_file
+ x-cb-sort-order: 3
+ x-cb-module: usage-based-billing
+ x-cb-operation-method-name: processingStatus
+ x-cb-operation-sub-domain-name: file-ingest
+ x-cb-sdk-method-name: processingStatus
+ /usage_files/upload_url:
+ post:
+ summary: Get usages file upload URL
+ operationId: get_usages_file_upload_url
+ parameters:
+ - description: The device from which the customer has made the request
+ $ref: "#/components/parameters/chargebee-request-origin-device"
+ - description: The email address of your customer/user. Use this when the email
+ address has only ASCII characters.
+ $ref: "#/components/parameters/chargebee-request-origin-user"
+ - description: "The Base64-encoded email address of your customer/user. Use\
+ \ this if the email address has UTF-8 characters. When this header is provided,\
+ \ the header chargebee-request-origin-user is ignored."
+ $ref: "#/components/parameters/chargebee-request-origin-user-encoded"
+ - description: The IP address of the customer where the request originated
+ $ref: "#/components/parameters/chargebee-request-origin-ip"
+ - description: skip all actions to be done on the events
+ $ref: "#/components/parameters/chargebee-event-actions"
+ - description: skip only emails
+ $ref: "#/components/parameters/chargebee-event-email"
+ - description: ' skip only webhooks'
+ $ref: "#/components/parameters/chargebee-event-webhook"
+ - description: "If the site has multiple business entities, you can use this\
+ \ custom HTTP header to specify the business entity for which Chargebee\
+ \ should perform the operation."
+ $ref: "#/components/parameters/chargebee-business-entity-id"
+ requestBody:
+ content:
+ application/x-www-form-urlencoded:
+ schema:
+ type: object
+ properties:
+ file_name:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-is-api-column: true
+ x-cb-sort-order: 0
+ maxLength: 150
+ example: null
+ mime_type:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: not_allowed
+ x-cb-attribute-meta-comment: required
+ x-cb-is-api-column: true
+ x-cb-sort-order: 1
+ maxLength: 100
+ example: null
+ required:
+ - file_name
+ - mime_type
+ example: null
+ encoding: {}
+ responses:
+ "200":
+ description: OK
+ content:
+ application/json:
+ schema:
+ type: object
+ properties:
+ usage_file:
+ $ref: "#/components/schemas/UsageFile"
+ description: Resource object representing usage_file
+ required:
+ - usage_file
example: null
"400":
description: on error
@@ -161247,6 +162440,7 @@ paths:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -161840,6 +163034,7 @@ paths:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -162423,9 +163618,12 @@ paths:
properties:
is:
type: string
- description: '* `usage_exceeded` - usage_exceeded'
+ description: |-
+ * `usage_exceeded` - usage_exceeded
+ * `spend_exceeded` - spend_exceeded
enum:
- usage_exceeded
+ - spend_exceeded
x-cb-is-external-enum: true
x-cb-is-api-column: true
x-cb-is-gen-separate: true
@@ -162989,9 +164187,12 @@ paths:
properties:
is:
type: string
- description: '* `usage_exceeded` - usage_exceeded'
+ description: |-
+ * `usage_exceeded` - usage_exceeded
+ * `spend_exceeded` - spend_exceeded
enum:
- usage_exceeded
+ - spend_exceeded
x-cb-is-external-enum: true
x-cb-is-api-column: true
x-cb-is-gen-separate: true
@@ -163189,6 +164390,7 @@ paths:
deprecated: false
enum:
- usage_exceeded
+ - spend_exceeded
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: required
x-cb-meta-model-name: alerts
@@ -163224,14 +164426,14 @@ paths:
metered_feature_id:
type: string
deprecated: false
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
x-cb-meta-model-name: alerts
x-cb-is-api-column: true
x-cb-sort-order: 3
maxLength: 50
example: null
- subscription_id:
+ currency_code:
type: string
deprecated: false
x-cb-parameter-blank-option: as_null
@@ -163239,6 +164441,16 @@ paths:
x-cb-meta-model-name: alerts
x-cb-is-api-column: true
x-cb-sort-order: 4
+ maxLength: 3
+ example: null
+ subscription_id:
+ type: string
+ deprecated: false
+ x-cb-parameter-blank-option: as_null
+ x-cb-attribute-meta-comment: optional
+ x-cb-meta-model-name: alerts
+ x-cb-is-api-column: true
+ x-cb-sort-order: 5
maxLength: 50
example: null
meta:
@@ -163248,7 +164460,7 @@ paths:
x-cb-attribute-meta-comment: optional
x-cb-meta-model-name: alerts
x-cb-is-api-column: true
- x-cb-sort-order: 7
+ x-cb-sort-order: 8
maxLength: 65000
example: null
threshold:
@@ -163266,7 +164478,7 @@ paths:
- absolute
- percentage
x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: required
+ x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
x-cb-meta-model-name: thresholds
x-cb-is-api-column: true
@@ -163276,7 +164488,7 @@ paths:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Mode
x-cb-global-enum-reference: ./schemas/enums/Mode.yaml
- x-cb-sort-order: 5
+ x-cb-sort-order: 6
example: null
value:
type: number
@@ -163287,10 +164499,9 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: thresholds
x-cb-is-api-column: true
- x-cb-sort-order: 6
+ x-cb-sort-order: 7
example: null
required:
- - mode
- value
example: null
filter_conditions:
@@ -163317,7 +164528,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Field
- x-cb-sort-order: 8
+ x-cb-sort-order: 9
example: null
example: null
operator:
@@ -163338,7 +164549,7 @@ paths:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Operator
- x-cb-sort-order: 9
+ x-cb-sort-order: 10
example: null
example: null
value:
@@ -163351,13 +164562,12 @@ paths:
x-cb-is-sub-resource: true
x-cb-meta-model-name: filter_conditions
x-cb-is-api-column: true
- x-cb-sort-order: 10
+ x-cb-sort-order: 11
maxLength: 50
example: null
example: null
example: null
required:
- - metered_feature_id
- name
- type
example: null
@@ -163952,7 +165162,6 @@ paths:
x-cb-operation-is-list: true
x-cb-operation-method-name: listLedgerAccountBalances
x-cb-is-operation-needs-input-object: true
- x-cb-is-operation-needs-json-input: true
x-cb-sdk-method-name: listLedgerAccountBalances
/ledger_operations/release_authorization:
post:
@@ -164788,7 +165997,6 @@ paths:
x-cb-operation-is-list: true
x-cb-operation-method-name: listLedgerOperations
x-cb-is-operation-needs-input-object: true
- x-cb-is-operation-needs-json-input: true
x-cb-sdk-method-name: listLedgerOperations
/ledger_operations/capture_authorization:
post:
@@ -165370,7 +166578,6 @@ paths:
x-cb-operation-is-list: true
x-cb-operation-method-name: listGrantBlocks
x-cb-is-operation-needs-input-object: true
- x-cb-is-operation-needs-json-input: true
x-cb-sdk-method-name: listGrantBlocks
/promotional_grants:
post:
@@ -167745,6 +168952,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -175813,6 +177023,9 @@ paths:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -186958,7 +188171,7 @@ components:
x-cb-resource-id: addon
x-cb-resource-path-name: addons
x-cb-is-dependent-resource: false
- x-cb-sort-order: 43
+ x-cb-sort-order: 45
x-cb-product-catalog-version: 1
properties:
id:
@@ -187433,7 +188646,7 @@ components:
x-cb-resource-id: address
x-cb-resource-path-name: addresses
x-cb-is-dependent-resource: false
- x-cb-sort-order: 47
+ x-cb-sort-order: 49
properties:
label:
type: string
@@ -187553,7 +188766,7 @@ components:
x-cb-resource-id: advance_invoice_schedule
x-cb-resource-path-name: advance_invoice_schedules
x-cb-is-dependent-resource: false
- x-cb-sort-order: 7
+ x-cb-sort-order: 9
properties:
id:
type: string
@@ -187676,7 +188889,7 @@ components:
x-cb-resource-id: alert
x-cb-resource-path-name: alerts
x-cb-is-dependent-resource: false
- x-cb-sort-order: 164
+ x-cb-sort-order: 167
x-cb-product-catalog-version: 2
properties:
id:
@@ -187690,6 +188903,7 @@ components:
deprecated: false
enum:
- usage_exceeded
+ - spend_exceeded
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -187717,10 +188931,16 @@ components:
x-cb-sort-order: 4
maxLength: 50
example: null
- subscription_id:
+ currency_code:
type: string
deprecated: false
x-cb-sort-order: 5
+ maxLength: 3
+ example: null
+ subscription_id:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 6
maxLength: 50
example: null
status:
@@ -187736,30 +188956,110 @@ components:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Status
- x-cb-sort-order: 6
+ x-cb-sort-order: 7
example: null
meta:
type: string
deprecated: false
- x-cb-sort-order: 7
+ x-cb-sort-order: 8
maxLength: 65000
example: null
created_at:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 8
+ x-cb-sort-order: 9
example: null
updated_at:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 9
+ x-cb-sort-order: 10
+ example: null
+ threshold:
+ type: array
+ deprecated: false
+ x-cb-sort-order: 11
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: Threshold
+ x-cb-sub-resource-parent-name: Alert
+ properties:
+ mode:
+ type: string
+ deprecated: false
+ enum:
+ - absolute
+ - percentage
+ x-cb-is-global-enum: true
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: true
+ x-cb-is-gen-separate: true
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Mode
+ example: null
+ value:
+ type: number
+ format: double
+ deprecated: false
+ example: null
+ required:
+ - mode
+ - value
+ example: null
+ example: null
+ filter_conditions:
+ type: array
+ deprecated: false
+ x-cb-sort-order: 12
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: FilterCondition
+ x-cb-sub-resource-parent-name: Alert
+ properties:
+ field:
+ type: string
+ deprecated: false
+ enum:
+ - plan_price_id
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Field
+ example: null
+ operator:
+ type: string
+ deprecated: false
+ enum:
+ - equals
+ - not_equals
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Operator
+ example: null
+ value:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ required:
+ - field
+ - operator
+ - value
+ example: null
example: null
required:
- created_at
- id
- - metered_feature_id
- name
- type
- updated_at
@@ -187769,7 +189069,7 @@ components:
x-cb-resource-id: alert_status
x-cb-resource-path-name: alert_statuses
x-cb-is-dependent-resource: false
- x-cb-sort-order: 166
+ x-cb-sort-order: 169
x-cb-product-catalog-version: 2
properties:
alert_id:
@@ -187890,12 +189190,275 @@ components:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ApplyOn
example: null
+ AsyncResponse:
+ type: object
+ x-cb-resource-id: async_response
+ x-cb-resource-path-name: async_response
+ x-cb-is-dependent-resource: false
+ x-cb-sort-order: 1
+ properties:
+ api_version:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 0
+ maxLength: 10
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ x-cb-sort-order: 1
+ example: null
+ completed_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ x-cb-sort-order: 2
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - success
+ - failed
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Status
+ x-cb-sort-order: 3
+ example: null
+ result:
+ type: object
+ additionalProperties: true
+ deprecated: false
+ x-cb-sort-order: 6
+ example: null
+ request:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: RequestAsyncApi
+ x-cb-sub-resource-parent-name: AsyncResponse
+ x-cb-sort-order: 4
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ resource:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ operation_type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ method:
+ type: string
+ deprecated: false
+ maxLength: 10
+ example: null
+ uri:
+ type: string
+ deprecated: false
+ maxLength: 512
+ example: null
+ idempotency_key:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ required:
+ - id
+ example: null
+ error_detail:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: Error
+ x-cb-sub-resource-parent-name: AsyncResponse
+ x-cb-sort-order: 5
+ properties:
+ message:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
+ type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ api_error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_msg:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ http_status_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ example: null
+ required:
+ - status
+ example: null
+ AsyncResponseList:
+ type: object
+ x-cb-resource-id: async_response_list
+ x-cb-resource-path-name: async_response_list
+ x-cb-is-dependent-resource: false
+ x-cb-sort-order: 0
+ properties:
+ list:
+ type: array
+ deprecated: false
+ x-cb-is-dependent-attribute: true
+ x-cb-sort-order: 0
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: AsyncResponse
+ x-cb-is-global-resource-reference: true
+ properties:
+ api_version:
+ type: string
+ deprecated: false
+ maxLength: 10
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ completed_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - success
+ - failed
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Status
+ example: null
+ request:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: RequestAsyncApi
+ x-cb-sub-resource-parent-name: AsyncResponseList
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ resource:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ operation_type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ method:
+ type: string
+ deprecated: false
+ maxLength: 10
+ example: null
+ uri:
+ type: string
+ deprecated: false
+ maxLength: 512
+ example: null
+ idempotency_key:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ required:
+ - id
+ example: null
+ error_detail:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: Error
+ x-cb-sub-resource-parent-name: AsyncResponseList
+ properties:
+ message:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
+ type:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ api_error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ error_msg:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ http_status_code:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ example: null
+ result:
+ type: object
+ additionalProperties: true
+ deprecated: false
+ example: null
+ required:
+ - status
+ example: null
+ example: null
+ example: null
AttachedItem:
type: object
x-cb-resource-id: attached_item
x-cb-resource-path-name: attached_items
x-cb-is-dependent-resource: false
- x-cb-sort-order: 79
+ x-cb-sort-order: 81
x-cb-product-catalog-version: 2
properties:
id:
@@ -188200,7 +189763,7 @@ components:
x-cb-resource-id: attribute
x-cb-resource-path-name: attributes
x-cb-is-dependent-resource: false
- x-cb-sort-order: 71
+ x-cb-sort-order: 73
x-cb-product-catalog-version: 2
properties:
name:
@@ -188369,7 +189932,7 @@ components:
x-cb-resource-id: billing_configuration
x-cb-resource-path-name: billing_configurations
x-cb-is-dependent-resource: false
- x-cb-sort-order: 38
+ x-cb-sort-order: 40
properties:
is_calendar_billing_enabled:
type: boolean
@@ -188464,7 +190027,7 @@ components:
x-cb-resource-id: brand
x-cb-resource-path-name: brands
x-cb-is-dependent-resource: false
- x-cb-sort-order: 150
+ x-cb-sort-order: 153
properties:
id:
type: string
@@ -188487,7 +190050,7 @@ components:
x-cb-resource-id: business_entity
x-cb-resource-path-name: business_entities
x-cb-is-dependent-resource: false
- x-cb-sort-order: 105
+ x-cb-sort-order: 108
x-cb-product-catalog-version: 2
properties:
id:
@@ -188652,7 +190215,7 @@ components:
x-cb-resource-id: business_entity_transfer
x-cb-resource-path-name: business_entity_transfers
x-cb-is-dependent-resource: false
- x-cb-sort-order: 11
+ x-cb-sort-order: 13
x-cb-product-catalog-version: 2
properties:
id:
@@ -188800,7 +190363,7 @@ components:
x-cb-resource-id: card
x-cb-resource-path-name: cards
x-cb-is-dependent-resource: false
- x-cb-sort-order: 16
+ x-cb-sort-order: 18
properties:
payment_source_id:
type: string
@@ -189503,12 +191066,44 @@ components:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: ChargesHandling
example: null
+ ColumnDefinition:
+ type: object
+ x-cb-resource-id: column_definition
+ x-cb-resource-path-name: column_definitions
+ x-cb-is-dependent-resource: true
+ x-cb-sort-order: 144
+ properties:
+ column_name:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 0
+ maxLength: 100
+ example: null
+ data_type:
+ type: string
+ deprecated: false
+ enum:
+ - number
+ - string
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: DataType
+ x-cb-sort-order: 2
+ example: null
+ required:
+ - column_name
+ - data_type
+ - property_data_type
+ example: null
Comment:
type: object
x-cb-resource-id: comment
x-cb-resource-path-name: comments
x-cb-is-dependent-resource: false
- x-cb-sort-order: 51
+ x-cb-sort-order: 53
properties:
id:
type: string
@@ -189602,7 +191197,7 @@ components:
x-cb-resource-id: configuration
x-cb-resource-path-name: configurations
x-cb-is-dependent-resource: false
- x-cb-sort-order: 81
+ x-cb-sort-order: 83
properties:
domain:
type: string
@@ -189647,7 +191242,7 @@ components:
x-cb-resource-id: contact
x-cb-resource-path-name: contacts
x-cb-is-dependent-resource: false
- x-cb-sort-order: 10
+ x-cb-sort-order: 12
properties:
id:
type: string
@@ -189716,7 +191311,7 @@ components:
x-cb-resource-id: contract_term
x-cb-resource-path-name: contract_terms
x-cb-is-dependent-resource: false
- x-cb-sort-order: 2
+ x-cb-sort-order: 4
properties:
id:
type: string
@@ -190107,7 +191702,7 @@ components:
x-cb-resource-id: coupon
x-cb-resource-path-name: coupons
x-cb-is-dependent-resource: false
- x-cb-sort-order: 44
+ x-cb-sort-order: 46
properties:
id:
type: string
@@ -190568,7 +192163,7 @@ components:
x-cb-resource-id: coupon_code
x-cb-resource-path-name: coupon_codes
x-cb-is-dependent-resource: false
- x-cb-sort-order: 46
+ x-cb-sort-order: 48
properties:
code:
type: string
@@ -190884,7 +192479,7 @@ components:
x-cb-resource-id: coupon_set
x-cb-resource-path-name: coupon_sets
x-cb-is-dependent-resource: false
- x-cb-sort-order: 45
+ x-cb-sort-order: 47
properties:
id:
type: string
@@ -191148,7 +192743,7 @@ components:
x-cb-resource-id: cpq_quote_signature
x-cb-resource-path-name: cpq_quote_signatures
x-cb-is-dependent-resource: false
- x-cb-sort-order: 41
+ x-cb-sort-order: 43
properties:
id:
type: string
@@ -191270,7 +192865,7 @@ components:
x-cb-resource-id: credit_note
x-cb-resource-path-name: credit_notes
x-cb-is-dependent-resource: false
- x-cb-sort-order: 23
+ x-cb-sort-order: 25
properties:
id:
type: string
@@ -191555,19 +193150,19 @@ components:
create_reason_code:
type: string
deprecated: false
- x-cb-sort-order: 49
+ x-cb-sort-order: 50
maxLength: 100
example: null
vat_number_prefix:
type: string
deprecated: false
- x-cb-sort-order: 50
+ x-cb-sort-order: 51
maxLength: 10
example: null
business_entity_id:
type: string
deprecated: false
- x-cb-sort-order: 51
+ x-cb-sort-order: 52
maxLength: 50
example: null
line_items:
@@ -191757,6 +193352,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -192395,13 +194005,41 @@ components:
- invoice_status
example: null
example: null
+ exchange_rates:
+ type: array
+ deprecated: false
+ x-cb-sort-order: 49
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: ExchangeRate
+ x-cb-sub-resource-parent-name: CreditNote
+ properties:
+ currency_code:
+ type: string
+ deprecated: false
+ maxLength: 3
+ example: null
+ rate:
+ type: number
+ format: decimal
+ deprecated: false
+ maximum: 1000000000
+ minimum: 0.0000000010
+ example: null
+ required:
+ - currency_code
+ - rate
+ example: null
+ example: null
shipping_address:
type: object
deprecated: false
x-cb-is-sub-resource: true
x-cb-sub-resource-name: ShippingAddress
x-cb-sub-resource-parent-name: CreditNote
- x-cb-sort-order: 52
+ x-cb-sort-order: 53
properties:
first_name:
type: string
@@ -192493,7 +194131,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: BillingAddress
x-cb-sub-resource-parent-name: CreditNote
- x-cb-sort-order: 53
+ x-cb-sort-order: 54
properties:
first_name:
type: string
@@ -192585,7 +194223,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: Einvoice
x-cb-sub-resource-parent-name: CreditNote
- x-cb-sort-order: 54
+ x-cb-sort-order: 55
properties:
id:
type: string
@@ -192647,7 +194285,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: SiteDetailsAtCreation
x-cb-sub-resource-parent-name: CreditNote
- x-cb-sort-order: 55
+ x-cb-sort-order: 56
properties:
timezone:
type: string
@@ -192825,7 +194463,7 @@ components:
x-cb-resource-id: credit_note_estimate
x-cb-resource-path-name: credit_note_estimates
x-cb-is-dependent-resource: true
- x-cb-sort-order: 30
+ x-cb-sort-order: 32
properties:
reference_invoice_id:
type: string
@@ -193103,6 +194741,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -193579,7 +195232,7 @@ components:
x-cb-resource-id: currency
x-cb-resource-path-name: currencies
x-cb-is-dependent-resource: false
- x-cb-sort-order: 121
+ x-cb-sort-order: 124
properties:
id:
type: string
@@ -193639,7 +195292,7 @@ components:
x-cb-resource-id: customer
x-cb-resource-path-name: customers
x-cb-is-dependent-resource: false
- x-cb-sort-order: 8
+ x-cb-sort-order: 10
properties:
id:
type: string
@@ -194440,6 +196093,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: false
@@ -195058,7 +196714,7 @@ components:
x-cb-resource-id: customer_entitlement
x-cb-resource-path-name: customer_entitlements
x-cb-is-dependent-resource: false
- x-cb-sort-order: 95
+ x-cb-sort-order: 98
x-cb-product-catalog-version: 2
properties:
customer_id:
@@ -195291,7 +196947,7 @@ components:
x-cb-resource-id: differential_price
x-cb-resource-path-name: differential_prices
x-cb-is-dependent-resource: false
- x-cb-sort-order: 80
+ x-cb-sort-order: 82
x-cb-product-catalog-version: 2
properties:
id:
@@ -195675,7 +197331,7 @@ components:
x-cb-resource-id: discount
x-cb-resource-path-name: discounts
x-cb-is-dependent-resource: false
- x-cb-sort-order: 5
+ x-cb-sort-order: 7
x-cb-product-catalog-version: 2
properties:
id:
@@ -195878,7 +197534,7 @@ components:
x-cb-resource-id: download
x-cb-resource-path-name: downloads
x-cb-is-dependent-resource: false
- x-cb-sort-order: 52
+ x-cb-sort-order: 54
properties:
download_url:
type: string
@@ -195910,6 +197566,7 @@ components:
- auto_collect
- offline
- direct_debit
+ - real_time_payments
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -196005,7 +197662,7 @@ components:
x-cb-resource-id: einvoice
x-cb-resource-path-name: einvoices
x-cb-is-dependent-resource: false
- x-cb-sort-order: 21
+ x-cb-sort-order: 23
properties:
id:
type: string
@@ -196108,7 +197765,7 @@ components:
x-cb-resource-id: entitlement
x-cb-resource-path-name: entitlements
x-cb-is-dependent-resource: false
- x-cb-sort-order: 97
+ x-cb-sort-order: 100
x-cb-product-catalog-version: 2
properties:
id:
@@ -196172,7 +197829,7 @@ components:
x-cb-resource-id: entitlement_override
x-cb-resource-path-name: entitlement_overrides
x-cb-is-dependent-resource: false
- x-cb-sort-order: 104
+ x-cb-sort-order: 107
x-cb-product-catalog-version: 2
properties:
id:
@@ -196516,7 +198173,7 @@ components:
x-cb-resource-id: estimate
x-cb-resource-path-name: estimates
x-cb-is-dependent-resource: false
- x-cb-sort-order: 30
+ x-cb-sort-order: 32
properties:
created_at:
type: integer
@@ -197327,6 +198984,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -198108,6 +199780,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -198996,6 +200683,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -199781,6 +201483,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -200442,7 +202159,7 @@ components:
x-cb-resource-id: event
x-cb-resource-path-name: events
x-cb-is-dependent-resource: false
- x-cb-sort-order: 50
+ x-cb-sort-order: 52
properties:
id:
type: string
@@ -200679,6 +202396,7 @@ components:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -201010,6 +202728,7 @@ components:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -201106,7 +202825,7 @@ components:
x-cb-resource-id: export
x-cb-resource-path-name: exports
x-cb-is-dependent-resource: false
- x-cb-sort-order: 61
+ x-cb-sort-order: 63
properties:
id:
type: string
@@ -201214,7 +202933,7 @@ components:
x-cb-resource-id: feature
x-cb-resource-path-name: features
x-cb-is-dependent-resource: false
- x-cb-sort-order: 82
+ x-cb-sort-order: 84
x-cb-product-catalog-version: 2
properties:
id:
@@ -201290,6 +203009,11 @@ components:
deprecated: false
x-cb-sort-order: 9
example: null
+ metered:
+ type: boolean
+ deprecated: false
+ x-cb-sort-order: 10
+ example: null
levels:
type: array
deprecated: false
@@ -201673,7 +203397,7 @@ components:
x-cb-resource-id: filter_condition
x-cb-resource-path-name: filter_conditions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 165
+ x-cb-sort-order: 168
x-cb-product-catalog-version: 2
properties:
field:
@@ -201824,7 +203548,7 @@ components:
x-cb-resource-id: gateway_error_detail
x-cb-resource-path-name: gateway_error_details
x-cb-is-dependent-resource: false
- x-cb-sort-order: 64
+ x-cb-sort-order: 66
properties:
request_id:
type: string
@@ -201922,7 +203646,7 @@ components:
x-cb-resource-id: gift
x-cb-resource-path-name: gifts
x-cb-is-dependent-resource: false
- x-cb-sort-order: 27
+ x-cb-sort-order: 29
properties:
id:
type: string
@@ -202404,7 +204128,7 @@ components:
x-cb-resource-id: grant_block
x-cb-resource-path-name: grant_blocks
x-cb-is-dependent-resource: false
- x-cb-sort-order: 170
+ x-cb-sort-order: 173
properties:
id:
type: string
@@ -202490,12 +204214,6 @@ components:
x-cb-global-enum-reference: ./schemas/enums/Status.yaml
x-cb-sort-order: 11
example: null
- metadata:
- type: string
- deprecated: false
- x-cb-sort-order: 12
- maxLength: 65000
- example: null
grant_source:
type: string
deprecated: false
@@ -202511,13 +204229,13 @@ components:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: GrantSource
- x-cb-sort-order: 13
+ x-cb-sort-order: 12
example: null
created_at:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 14
+ x-cb-sort-order: 13
example: null
account_type:
type: string
@@ -202531,12 +204249,12 @@ components:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: AccountType
- x-cb-sort-order: 15
+ x-cb-sort-order: 14
example: null
unit_id:
type: string
deprecated: false
- x-cb-sort-order: 16
+ x-cb-sort-order: 15
maxLength: 50
example: null
unit_type:
@@ -202550,6 +204268,12 @@ components:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: UnitType
+ x-cb-sort-order: 16
+ example: null
+ metadata:
+ type: object
+ additionalProperties: true
+ deprecated: false
x-cb-sort-order: 17
example: null
required:
@@ -202571,7 +204295,7 @@ components:
x-cb-resource-id: hierarchy
x-cb-resource-path-name: hierarchies
x-cb-is-dependent-resource: false
- x-cb-sort-order: 9
+ x-cb-sort-order: 11
properties:
customer_id:
type: string
@@ -202741,7 +204465,7 @@ components:
x-cb-resource-id: hosted_page
x-cb-resource-path-name: hosted_pages
x-cb-is-dependent-resource: false
- x-cb-sort-order: 29
+ x-cb-sort-order: 31
properties:
id:
type: string
@@ -202894,7 +204618,7 @@ components:
x-cb-resource-id: impacted_customer
x-cb-resource-path-name: impacted_customers
x-cb-is-dependent-resource: false
- x-cb-sort-order: 173
+ x-cb-sort-order: 176
properties:
action_type:
type: string
@@ -202935,7 +204659,7 @@ components:
x-cb-resource-id: impacted_item
x-cb-resource-path-name: impacted_items
x-cb-is-dependent-resource: false
- x-cb-sort-order: 84
+ x-cb-sort-order: 86
x-cb-product-catalog-version: 2
properties:
count:
@@ -202984,7 +204708,7 @@ components:
x-cb-resource-id: impacted_item_price
x-cb-resource-path-name: impacted_item_prices
x-cb-is-dependent-resource: false
- x-cb-sort-order: 85
+ x-cb-sort-order: 87
x-cb-product-catalog-version: 2
properties:
count:
@@ -203033,7 +204757,7 @@ components:
x-cb-resource-id: impacted_subscription
x-cb-resource-path-name: impacted_subscriptions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 83
+ x-cb-sort-order: 85
x-cb-product-catalog-version: 2
properties:
count:
@@ -203082,7 +204806,7 @@ components:
x-cb-resource-id: in_app_subscription
x-cb-resource-path-name: in_app_subscriptions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 102
+ x-cb-sort-order: 105
properties:
app_id:
type: string
@@ -203141,7 +204865,7 @@ components:
x-cb-resource-id: invoice
x-cb-resource-path-name: invoices
x-cb-is-dependent-resource: false
- x-cb-sort-order: 18
+ x-cb-sort-order: 20
properties:
id:
type: string
@@ -203406,51 +205130,51 @@ components:
first_invoice:
type: boolean
deprecated: false
- x-cb-sort-order: 35
+ x-cb-sort-order: 36
example: null
new_sales_amount:
type: integer
format: int64
deprecated: false
x-cb-is-money-column: true
- x-cb-sort-order: 36
+ x-cb-sort-order: 37
minimum: 0
example: null
has_advance_charges:
type: boolean
deprecated: false
- x-cb-sort-order: 37
+ x-cb-sort-order: 38
example: null
term_finalized:
type: boolean
default: true
deprecated: false
- x-cb-sort-order: 39
+ x-cb-sort-order: 40
example: null
is_gifted:
type: boolean
default: false
deprecated: false
- x-cb-sort-order: 40
+ x-cb-sort-order: 41
example: null
generated_at:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 41
+ x-cb-sort-order: 42
example: null
expected_payment_date:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 42
+ x-cb-sort-order: 43
example: null
amount_to_collect:
type: integer
format: int64
deprecated: false
x-cb-is-money-column: true
- x-cb-sort-order: 43
+ x-cb-sort-order: 44
minimum: 0
example: null
round_off_amount:
@@ -203458,29 +205182,29 @@ components:
format: int64
deprecated: false
x-cb-is-money-column: true
- x-cb-sort-order: 44
+ x-cb-sort-order: 45
minimum: 0
example: null
void_reason_code:
type: string
deprecated: false
- x-cb-sort-order: 68
+ x-cb-sort-order: 69
maxLength: 100
example: null
deleted:
type: boolean
deprecated: false
- x-cb-sort-order: 69
+ x-cb-sort-order: 70
example: null
tax_category:
type: string
deprecated: false
- x-cb-sort-order: 72
+ x-cb-sort-order: 73
example: null
vat_number_prefix:
type: string
deprecated: false
- x-cb-sort-order: 73
+ x-cb-sort-order: 74
maxLength: 10
example: null
channel:
@@ -203497,18 +205221,46 @@ components:
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Channel
x-cb-global-enum-reference: ./schemas/enums/Channel.yaml
- x-cb-sort-order: 74
+ x-cb-sort-order: 75
example: null
business_entity_id:
type: string
deprecated: false
- x-cb-sort-order: 75
+ x-cb-sort-order: 76
maxLength: 50
example: null
+ exchange_rates:
+ type: array
+ deprecated: false
+ x-cb-sort-order: 35
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: ExchangeRate
+ x-cb-sub-resource-parent-name: Invoice
+ properties:
+ currency_code:
+ type: string
+ deprecated: false
+ maxLength: 3
+ example: null
+ rate:
+ type: number
+ format: decimal
+ deprecated: false
+ maximum: 1000000000
+ minimum: 0.0000000010
+ example: null
+ required:
+ - currency_code
+ - rate
+ example: null
+ example: null
line_items:
type: array
deprecated: false
- x-cb-sort-order: 45
+ x-cb-sort-order: 46
items:
type: object
deprecated: false
@@ -203692,6 +205444,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -203704,7 +205471,7 @@ components:
line_item_tiers:
type: array
deprecated: false
- x-cb-sort-order: 46
+ x-cb-sort-order: 47
items:
type: object
deprecated: false
@@ -203792,7 +205559,7 @@ components:
line_item_discounts:
type: array
deprecated: false
- x-cb-sort-order: 47
+ x-cb-sort-order: 48
items:
type: object
deprecated: false
@@ -203850,7 +205617,7 @@ components:
line_item_taxes:
type: array
deprecated: false
- x-cb-sort-order: 48
+ x-cb-sort-order: 49
items:
type: object
deprecated: false
@@ -203966,7 +205733,7 @@ components:
line_item_credits:
type: array
deprecated: false
- x-cb-sort-order: 49
+ x-cb-sort-order: 50
items:
type: object
deprecated: false
@@ -203998,7 +205765,7 @@ components:
line_item_addresses:
type: array
deprecated: false
- x-cb-sort-order: 51
+ x-cb-sort-order: 52
items:
type: object
deprecated: false
@@ -204098,7 +205865,7 @@ components:
discounts:
type: array
deprecated: false
- x-cb-sort-order: 52
+ x-cb-sort-order: 53
items:
type: object
deprecated: false
@@ -204172,7 +205939,7 @@ components:
taxes:
type: array
deprecated: false
- x-cb-sort-order: 53
+ x-cb-sort-order: 54
items:
type: object
deprecated: false
@@ -204208,7 +205975,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: TaxOrigin
x-cb-sub-resource-parent-name: Invoice
- x-cb-sort-order: 54
+ x-cb-sort-order: 55
properties:
country:
type: string
@@ -204224,7 +205991,7 @@ components:
linked_payments:
type: array
deprecated: false
- x-cb-sort-order: 56
+ x-cb-sort-order: 57
items:
type: object
deprecated: false
@@ -204289,7 +206056,7 @@ components:
reference_transactions:
type: array
deprecated: false
- x-cb-sort-order: 57
+ x-cb-sort-order: 58
items:
type: object
deprecated: false
@@ -204392,7 +206159,7 @@ components:
dunning_attempts:
type: array
deprecated: false
- x-cb-sort-order: 58
+ x-cb-sort-order: 59
items:
type: object
deprecated: false
@@ -204419,6 +206186,7 @@ components:
- auto_collect
- offline
- direct_debit
+ - real_time_payments
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -204479,7 +206247,7 @@ components:
applied_credits:
type: array
deprecated: false
- x-cb-sort-order: 59
+ x-cb-sort-order: 60
items:
type: object
deprecated: false
@@ -204576,7 +206344,7 @@ components:
adjustment_credit_notes:
type: array
deprecated: false
- x-cb-sort-order: 60
+ x-cb-sort-order: 61
items:
type: object
deprecated: false
@@ -204653,7 +206421,7 @@ components:
issued_credit_notes:
type: array
deprecated: false
- x-cb-sort-order: 61
+ x-cb-sort-order: 62
items:
type: object
deprecated: false
@@ -204730,7 +206498,7 @@ components:
linked_orders:
type: array
deprecated: false
- x-cb-sort-order: 62
+ x-cb-sort-order: 63
items:
type: object
deprecated: false
@@ -204813,7 +206581,7 @@ components:
notes:
type: array
deprecated: false
- x-cb-sort-order: 63
+ x-cb-sort-order: 64
items:
type: object
deprecated: false
@@ -204861,7 +206629,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: ShippingAddress
x-cb-sub-resource-parent-name: Invoice
- x-cb-sort-order: 64
+ x-cb-sort-order: 65
properties:
first_name:
type: string
@@ -204953,7 +206721,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: BillingAddress
x-cb-sub-resource-parent-name: Invoice
- x-cb-sort-order: 65
+ x-cb-sort-order: 66
properties:
first_name:
type: string
@@ -205045,7 +206813,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: StatementDescriptor
x-cb-sub-resource-parent-name: Invoice
- x-cb-sort-order: 66
+ x-cb-sort-order: 67
properties:
id:
type: string
@@ -205066,7 +206834,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: Einvoice
x-cb-sub-resource-parent-name: Invoice
- x-cb-sort-order: 67
+ x-cb-sort-order: 68
properties:
id:
type: string
@@ -205128,7 +206896,7 @@ components:
x-cb-is-sub-resource: true
x-cb-sub-resource-name: SiteDetailsAtCreation
x-cb-sub-resource-parent-name: Invoice
- x-cb-sort-order: 76
+ x-cb-sort-order: 77
properties:
timezone:
type: string
@@ -205224,7 +206992,7 @@ components:
x-cb-resource-id: invoice_estimate
x-cb-resource-path-name: invoice_estimates
x-cb-is-dependent-resource: true
- x-cb-sort-order: 30
+ x-cb-sort-order: 32
properties:
recurring:
type: boolean
@@ -205499,6 +207267,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -206172,7 +207955,7 @@ components:
x-cb-resource-id: item
x-cb-resource-path-name: items
x-cb-is-dependent-resource: false
- x-cb-sort-order: 69
+ x-cb-sort-order: 71
x-cb-product-catalog-version: 2
properties:
id:
@@ -206578,7 +208361,7 @@ components:
x-cb-resource-id: item_entitlement
x-cb-resource-path-name: item_entitlements
x-cb-is-dependent-resource: false
- x-cb-sort-order: 96
+ x-cb-sort-order: 99
x-cb-product-catalog-version: 2
properties:
id:
@@ -206762,7 +208545,7 @@ components:
x-cb-resource-id: item_family
x-cb-resource-path-name: item_families
x-cb-is-dependent-resource: false
- x-cb-sort-order: 66
+ x-cb-sort-order: 68
x-cb-product-catalog-version: 2
properties:
id:
@@ -206998,7 +208781,7 @@ components:
x-cb-resource-id: item_price
x-cb-resource-path-name: item_prices
x-cb-is-dependent-resource: false
- x-cb-sort-order: 72
+ x-cb-sort-order: 74
x-cb-product-catalog-version: 2
properties:
id:
@@ -207898,7 +209681,7 @@ components:
x-cb-resource-id: ledger_account_balance
x-cb-resource-path-name: ledger_account_balances
x-cb-is-dependent-resource: false
- x-cb-sort-order: 168
+ x-cb-sort-order: 171
x-cb-product-catalog-version: 2
properties:
subscription_id:
@@ -208013,7 +209796,7 @@ components:
x-cb-resource-id: ledger_operation
x-cb-resource-path-name: ledger_operations
x-cb-is-dependent-resource: false
- x-cb-sort-order: 169
+ x-cb-sort-order: 172
x-cb-product-catalog-version: 2
properties:
id:
@@ -208049,88 +209832,70 @@ components:
x-cb-sort-order: 2
maxLength: 36
example: null
- start_balance:
- type: string
- deprecated: false
- x-cb-sort-order: 3
- maxLength: 36
- example: null
- end_balance:
- type: string
- deprecated: false
- x-cb-sort-order: 4
- maxLength: 36
- example: null
provisioned_start_balance:
type: string
deprecated: false
- x-cb-sort-order: 5
+ x-cb-sort-order: 3
maxLength: 36
example: null
provisioned_end_balance:
type: string
deprecated: false
- x-cb-sort-order: 6
+ x-cb-sort-order: 4
maxLength: 36
example: null
overdraft_start_balance:
type: string
deprecated: false
- x-cb-sort-order: 7
+ x-cb-sort-order: 5
maxLength: 36
example: null
overdraft_end_balance:
type: string
deprecated: false
- x-cb-sort-order: 8
+ x-cb-sort-order: 6
maxLength: 36
example: null
parent_ledger_operation_id:
type: string
deprecated: false
- x-cb-sort-order: 9
+ x-cb-sort-order: 7
maxLength: 50
example: null
ledger_operation_timestamp:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 10
+ x-cb-sort-order: 8
example: null
auto_release_timestamp:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 11
- example: null
- metadata:
- type: string
- deprecated: false
- x-cb-sort-order: 12
- maxLength: 65000
+ x-cb-sort-order: 9
example: null
created_at:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 13
+ x-cb-sort-order: 10
example: null
modified_at:
type: integer
format: unix-time
deprecated: false
- x-cb-sort-order: 14
+ x-cb-sort-order: 11
example: null
subscription_id:
type: string
deprecated: false
- x-cb-sort-order: 15
+ x-cb-sort-order: 12
maxLength: 50
example: null
unit_id:
type: string
deprecated: false
- x-cb-sort-order: 16
+ x-cb-sort-order: 13
maxLength: 100
example: null
unit_type:
@@ -208144,17 +209909,21 @@ components:
x-cb-is-gen-separate: false
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: UnitType
- x-cb-sort-order: 17
+ x-cb-sort-order: 14
+ example: null
+ metadata:
+ type: object
+ additionalProperties: true
+ deprecated: false
+ x-cb-sort-order: 15
example: null
required:
- amount
- - end_balance
- id
- overdraft_end_balance
- overdraft_start_balance
- provisioned_end_balance
- provisioned_start_balance
- - start_balance
- type
example: null
Media:
@@ -208162,7 +209931,7 @@ components:
x-cb-resource-id: media
x-cb-resource-path-name: medias
x-cb-is-dependent-resource: false
- x-cb-sort-order: 107
+ x-cb-sort-order: 110
x-cb-product-catalog-version: 2
properties:
id:
@@ -208200,7 +209969,7 @@ components:
x-cb-resource-id: metadata
x-cb-resource-path-name: metadatas
x-cb-is-dependent-resource: false
- x-cb-sort-order: 88
+ x-cb-sort-order: 90
x-cb-product-catalog-version: 2
properties:
change_type:
@@ -208210,18 +209979,476 @@ components:
maxLength: 100
example: null
example: null
+ Meter:
+ type: object
+ x-cb-resource-id: meter
+ x-cb-resource-path-name: meters
+ x-cb-is-dependent-resource: false
+ x-cb-sort-order: 142
+ x-cb-product-catalog-version: 2
+ properties:
+ id:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 0
+ maxLength: 50
+ example: null
+ name:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 1
+ maxLength: 50
+ example: null
+ description:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 2
+ maxLength: 500
+ example: null
+ type:
+ type: string
+ deprecated: false
+ enum:
+ - simple
+ - compound
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Type
+ x-cb-sort-order: 3
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - active
+ - archived
+ - deleted
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Status
+ x-cb-sort-order: 4
+ example: null
+ query:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 5
+ maxLength: 500
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ x-cb-sort-order: 7
+ example: null
+ updated_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ x-cb-sort-order: 8
+ example: null
+ column_definitions:
+ type: array
+ deprecated: false
+ x-cb-is-dependent-attribute: true
+ x-cb-sort-order: 9
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: ColumnDefinition
+ x-cb-is-global-resource-reference: true
+ properties:
+ column_name:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ data_type:
+ type: string
+ deprecated: false
+ enum:
+ - number
+ - string
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: DataType
+ example: null
+ required:
+ - column_name
+ - data_type
+ - property_data_type
+ example: null
+ example: null
+ features:
+ type: array
+ deprecated: false
+ x-cb-is-dependent-attribute: true
+ x-cb-sort-order: 10
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: Feature
+ x-cb-is-global-resource-reference: true
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ name:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ description:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - active
+ - archived
+ - draft
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Status
+ example: null
+ type:
+ type: string
+ deprecated: false
+ enum:
+ - switch
+ - custom
+ - quantity
+ - range
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Type
+ example: null
+ unit:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ resource_version:
+ type: integer
+ format: int64
+ deprecated: false
+ example: null
+ updated_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ metered:
+ type: boolean
+ deprecated: false
+ example: null
+ levels:
+ type: array
+ deprecated: false
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: Level
+ x-cb-sub-resource-parent-name: Meter
+ properties:
+ name:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ value:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ level:
+ type: integer
+ format: int32
+ deprecated: false
+ example: null
+ is_unlimited:
+ type: boolean
+ deprecated: false
+ example: null
+ required:
+ - is_unlimited
+ - level
+ - value
+ example: null
+ example: null
+ required:
+ - created_at
+ - id
+ - metered
+ - name
+ example: null
+ example: null
+ required:
+ - created_at
+ - id
+ - name
+ - query
+ - type
+ example: null
+ MeteredFeature:
+ type: object
+ x-cb-resource-id: metered_feature
+ x-cb-resource-path-name: metered_features
+ x-cb-is-dependent-resource: false
+ x-cb-sort-order: 144
+ x-cb-product-catalog-version: 2
+ properties:
+ id:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 0
+ maxLength: 50
+ example: null
+ name:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 1
+ maxLength: 50
+ example: null
+ description:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 2
+ maxLength: 250
+ example: null
+ type:
+ type: string
+ deprecated: false
+ enum:
+ - simple
+ - compound
+ x-cb-is-global-enum: true
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: true
+ x-cb-is-gen-separate: true
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Type
+ x-cb-global-enum-reference: ./schemas/enums/Type.yaml
+ x-cb-sort-order: 3
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - active
+ - archived
+ - deleted
+ x-cb-is-global-enum: true
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: true
+ x-cb-is-gen-separate: true
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Status
+ x-cb-global-enum-reference: ./schemas/enums/Status.yaml
+ x-cb-sort-order: 4
+ example: null
+ query:
+ type: string
+ deprecated: false
+ x-cb-sort-order: 5
+ maxLength: 500
+ example: null
+ column_definitions:
+ type: array
+ deprecated: false
+ x-cb-is-dependent-attribute: true
+ x-cb-sort-order: 6
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: ColumnDefinition
+ x-cb-is-global-resource-reference: true
+ properties:
+ column_name:
+ type: string
+ deprecated: false
+ maxLength: 100
+ example: null
+ data_type:
+ type: string
+ deprecated: false
+ enum:
+ - number
+ - string
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: DataType
+ example: null
+ required:
+ - column_name
+ - data_type
+ - property_data_type
+ example: null
+ example: null
+ features:
+ type: array
+ deprecated: false
+ x-cb-is-dependent-attribute: true
+ x-cb-sort-order: 7
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: Feature
+ x-cb-is-global-resource-reference: true
+ properties:
+ id:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ name:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ description:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
+ status:
+ type: string
+ deprecated: false
+ enum:
+ - active
+ - archived
+ - draft
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Status
+ example: null
+ type:
+ type: string
+ deprecated: false
+ enum:
+ - switch
+ - custom
+ - quantity
+ - range
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Type
+ example: null
+ unit:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ resource_version:
+ type: integer
+ format: int64
+ deprecated: false
+ example: null
+ updated_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ metered:
+ type: boolean
+ deprecated: false
+ example: null
+ levels:
+ type: array
+ deprecated: false
+ items:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: Level
+ x-cb-sub-resource-parent-name: MeteredFeature
+ properties:
+ name:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ value:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ level:
+ type: integer
+ format: int32
+ deprecated: false
+ example: null
+ is_unlimited:
+ type: boolean
+ deprecated: false
+ example: null
+ required:
+ - is_unlimited
+ - level
+ - value
+ example: null
+ example: null
+ required:
+ - created_at
+ - id
+ - metered
+ - name
+ example: null
+ example: null
+ required:
+ - id
+ example: null
Mode:
type: string
deprecated: false
enum:
- absolute
- percentage
- x-cb-parameter-blank-option: not_allowed
- x-cb-attribute-meta-comment: optional
- x-cb-is-sub-resource: true
- x-cb-meta-model-name: thresholds
- x-cb-is-api-column: true
x-cb-is-global-enum: true
+ x-cb-is-api-column: true
x-cb-is-external-enum: true
x-cb-is-gen-separate: true
x-cb-is-ignore-generation: false
@@ -208332,7 +210559,7 @@ components:
x-cb-resource-id: non_subscription
x-cb-resource-path-name: non_subscriptions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 103
+ x-cb-sort-order: 106
properties:
app_id:
type: string
@@ -208382,14 +210609,14 @@ components:
x-cb-resource-id: offer_event
x-cb-resource-path-name: offer_events
x-cb-is-dependent-resource: false
- x-cb-sort-order: 152
+ x-cb-sort-order: 155
example: null
OfferFulfillment:
type: object
x-cb-resource-id: offer_fulfillment
x-cb-resource-path-name: offer_fulfillments
x-cb-is-dependent-resource: false
- x-cb-sort-order: 151
+ x-cb-sort-order: 154
properties:
id:
type: string
@@ -208535,7 +210762,7 @@ components:
x-cb-resource-id: omnichannel_one_time_order
x-cb-resource-path-name: omnichannel_one_time_orders
x-cb-is-dependent-resource: false
- x-cb-sort-order: 136
+ x-cb-sort-order: 139
x-cb-product-catalog-version: 2
properties:
id:
@@ -208560,7 +210787,7 @@ components:
type: string
deprecated: false
x-cb-sort-order: 3
- maxLength: 100
+ maxLength: 500
example: null
origin:
type: string
@@ -208844,7 +211071,7 @@ components:
x-cb-resource-id: omnichannel_one_time_order_item
x-cb-resource-path-name: omnichannel_one_time_order_items
x-cb-is-dependent-resource: false
- x-cb-sort-order: 137
+ x-cb-sort-order: 140
x-cb-product-catalog-version: 2
properties:
id:
@@ -208975,7 +211202,7 @@ components:
x-cb-resource-id: omnichannel_subscription
x-cb-resource-path-name: omnichannel_subscriptions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 132
+ x-cb-sort-order: 135
x-cb-product-catalog-version: 2
properties:
id:
@@ -208988,7 +211215,7 @@ components:
type: string
deprecated: false
x-cb-sort-order: 1
- maxLength: 100
+ maxLength: 500
example: null
app_id:
type: string
@@ -209589,7 +211816,7 @@ components:
x-cb-resource-id: omnichannel_subscription_item
x-cb-resource-path-name: omnichannel_subscription_items
x-cb-is-dependent-resource: false
- x-cb-sort-order: 134
+ x-cb-sort-order: 137
x-cb-product-catalog-version: 2
properties:
id:
@@ -210534,7 +212761,7 @@ components:
x-cb-resource-id: omnichannel_subscription_item_offer
x-cb-resource-path-name: omnichannel_subscription_item_offers
x-cb-is-dependent-resource: true
- x-cb-sort-order: 134
+ x-cb-sort-order: 137
properties:
id:
type: string
@@ -211129,7 +213356,7 @@ components:
x-cb-resource-id: omnichannel_subscription_item_scheduled_change
x-cb-resource-path-name: omnichannel_subscription_item_scheduled_change
x-cb-is-dependent-resource: false
- x-cb-sort-order: 131
+ x-cb-sort-order: 134
x-cb-product-catalog-version: 2
properties:
id:
@@ -211507,7 +213734,7 @@ components:
x-cb-resource-id: omnichannel_transaction
x-cb-resource-path-name: omnichannel_transactions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 133
+ x-cb-sort-order: 136
x-cb-product-catalog-version: 2
properties:
id:
@@ -211728,7 +213955,7 @@ components:
x-cb-resource-id: order
x-cb-resource-path-name: orders
x-cb-is-dependent-resource: false
- x-cb-sort-order: 26
+ x-cb-sort-order: 28
properties:
id:
type: string
@@ -213421,7 +215648,7 @@ components:
x-cb-resource-id: payment_intent
x-cb-resource-path-name: payment_intents
x-cb-is-dependent-resource: false
- x-cb-sort-order: 63
+ x-cb-sort-order: 65
properties:
id:
type: string
@@ -213529,6 +215756,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: false
x-cb-is-api-column: true
x-cb-is-external-enum: false
@@ -213587,7 +215817,7 @@ components:
business_entity_id:
type: string
deprecated: false
- x-cb-sort-order: 18
+ x-cb-sort-order: 19
maxLength: 50
example: null
active_payment_attempt:
@@ -213671,6 +215901,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: false
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -213880,6 +216113,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: false
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -214006,6 +216242,53 @@ components:
- status
example: null
example: null
+ payment_intent_metadata:
+ type: object
+ deprecated: false
+ x-cb-is-sub-resource: true
+ x-cb-sub-resource-name: PaymentIntentMetadata
+ x-cb-sub-resource-parent-name: PaymentIntent
+ x-cb-sort-order: 18
+ properties:
+ source:
+ type: string
+ deprecated: false
+ enum:
+ - cb_js
+ - components_fields
+ - checkout_v3
+ - paynow_v3
+ - portal_v3
+ - gift_v3
+ - checkout_v4
+ - payment_component
+ - pc_inapp_v4
+ - pc_fpc_v4
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: Source
+ example: null
+ client_ip_address:
+ type: string
+ deprecated: false
+ maxLength: 50
+ example: null
+ user_agent:
+ type: string
+ deprecated: false
+ maxLength: 1000
+ example: null
+ created_at:
+ type: integer
+ format: unix-time
+ deprecated: false
+ example: null
+ required:
+ - source
+ example: null
required:
- amount
- created_at
@@ -214177,6 +216460,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -214256,6 +216542,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -214268,7 +216557,7 @@ components:
x-cb-resource-id: payment_reference_number
x-cb-resource-path-name: payment_reference_numbers
x-cb-is-dependent-resource: false
- x-cb-sort-order: 19
+ x-cb-sort-order: 21
properties:
id:
type: string
@@ -214380,7 +216669,7 @@ components:
x-cb-resource-id: payment_schedule
x-cb-resource-path-name: payment_schedules
x-cb-is-dependent-resource: false
- x-cb-sort-order: 20
+ x-cb-sort-order: 22
properties:
id:
type: string
@@ -214508,7 +216797,7 @@ components:
x-cb-resource-id: payment_schedule_estimate
x-cb-resource-path-name: payment_schedule_estimates
x-cb-is-dependent-resource: true
- x-cb-sort-order: 30
+ x-cb-sort-order: 32
properties:
id:
type: string
@@ -214617,7 +216906,7 @@ components:
x-cb-resource-id: payment_schedule_scheme
x-cb-resource-path-name: payment_schedule_schemes
x-cb-is-dependent-resource: false
- x-cb-sort-order: 123
+ x-cb-sort-order: 126
x-cb-product-catalog-version: 2
properties:
id:
@@ -214935,7 +217224,7 @@ components:
x-cb-resource-id: payment_source
x-cb-resource-path-name: payment_sources
x-cb-is-dependent-resource: false
- x-cb-sort-order: 13
+ x-cb-sort-order: 15
properties:
id:
type: string
@@ -215018,6 +217307,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: false
@@ -215712,6 +218004,59 @@ components:
- source
- webhook_status
example: null
+ PaymentSourceBusinessEntityChangedEvent:
+ type: object
+ properties:
+ id:
+ type: string
+ description: The ID of the event
+ example: null
+ occurred_at:
+ type: integer
+ format: int64
+ description: Timestamp of the event
+ example: null
+ source:
+ type: string
+ description: Source of the event
+ example: null
+ object:
+ type: string
+ description: The object of the event
+ example: null
+ api_version:
+ type: string
+ description: API version
+ example: null
+ event_type:
+ type: string
+ description: Type of the event
+ example: null
+ webhook_status:
+ type: string
+ description: Status of webhook
+ example: null
+ content:
+ type: object
+ properties:
+ business_entity_transfer:
+ $ref: "#/components/schemas/BusinessEntityTransfer"
+ payment_source:
+ $ref: "#/components/schemas/PaymentSource"
+ required:
+ - business_entity_transfer
+ - payment_source
+ example: null
+ required:
+ - api_version
+ - content
+ - event_type
+ - id
+ - object
+ - occurred_at
+ - source
+ - webhook_status
+ example: null
PaymentSourceDeletedEvent:
type: object
properties:
@@ -216044,7 +218389,7 @@ components:
x-cb-resource-id: payment_voucher
x-cb-resource-path-name: payment_vouchers
x-cb-is-dependent-resource: false
- x-cb-sort-order: 111
+ x-cb-sort-order: 114
properties:
id:
type: string
@@ -216424,7 +218769,7 @@ components:
x-cb-resource-id: personalized_offer
x-cb-resource-path-name: personalized_offers
x-cb-is-dependent-resource: false
- x-cb-sort-order: 149
+ x-cb-sort-order: 152
properties:
id:
type: string
@@ -216536,7 +218881,7 @@ components:
x-cb-resource-id: plan
x-cb-resource-path-name: plans
x-cb-is-dependent-resource: false
- x-cb-sort-order: 42
+ x-cb-sort-order: 44
x-cb-product-catalog-version: 1
properties:
id:
@@ -217217,7 +219562,7 @@ components:
x-cb-resource-id: portal_session
x-cb-resource-path-name: portal_sessions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 53
+ x-cb-sort-order: 55
properties:
id:
type: string
@@ -217375,7 +219720,7 @@ components:
x-cb-resource-id: price_variant
x-cb-resource-path-name: price_variants
x-cb-is-dependent-resource: false
- x-cb-sort-order: 70
+ x-cb-sort-order: 72
x-cb-product-catalog-version: 2
properties:
id:
@@ -217671,7 +220016,7 @@ components:
x-cb-resource-id: pricing_page_session
x-cb-resource-path-name: pricing_page_sessions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 129
+ x-cb-sort-order: 132
properties:
id:
type: string
@@ -217718,7 +220063,7 @@ components:
x-cb-resource-id: product
x-cb-resource-path-name: products
x-cb-is-dependent-resource: false
- x-cb-sort-order: 67
+ x-cb-sort-order: 69
x-cb-hidden-from-client-sdk: true
x-cb-product-catalog-version: 2
properties:
@@ -218034,7 +220379,7 @@ components:
x-cb-resource-id: promotional_credit
x-cb-resource-path-name: promotional_credits
x-cb-is-dependent-resource: false
- x-cb-sort-order: 17
+ x-cb-sort-order: 19
properties:
id:
type: string
@@ -218260,7 +220605,7 @@ components:
x-cb-resource-id: promotional_grant
x-cb-resource-path-name: promotional_grants
x-cb-is-dependent-resource: false
- x-cb-sort-order: 171
+ x-cb-sort-order: 174
x-cb-product-catalog-version: 2
properties:
subscription_id:
@@ -218288,10 +220633,10 @@ components:
x-cb-sort-order: 3
example: null
metadata:
- type: string
+ type: object
+ additionalProperties: true
deprecated: false
x-cb-sort-order: 4
- maxLength: 65000
example: null
required:
- amount
@@ -218318,7 +220663,7 @@ components:
x-cb-resource-id: purchase
x-cb-resource-path-name: purchases
x-cb-is-dependent-resource: false
- x-cb-sort-order: 106
+ x-cb-sort-order: 109
x-cb-product-catalog-version: 2
properties:
id:
@@ -218426,7 +220771,7 @@ components:
x-cb-resource-id: quote
x-cb-resource-path-name: quotes
x-cb-is-dependent-resource: false
- x-cb-sort-order: 31
+ x-cb-sort-order: 33
properties:
id:
type: string
@@ -218880,6 +221225,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -219559,7 +221919,7 @@ components:
x-cb-resource-id: quote_line_group
x-cb-resource-path-name: quote_line_groups
x-cb-is-dependent-resource: false
- x-cb-sort-order: 39
+ x-cb-sort-order: 41
properties:
version:
type: integer
@@ -219829,6 +222189,21 @@ components:
deprecated: false
maxLength: 100
example: null
+ proration_mode:
+ type: string
+ deprecated: false
+ enum:
+ - reset
+ - delta
+ - service_period_revision
+ - adjusted_term
+ x-cb-is-global-enum: false
+ x-cb-is-api-column: true
+ x-cb-is-external-enum: false
+ x-cb-is-gen-separate: false
+ x-cb-is-ignore-generation: false
+ x-cb-sdk-enum-api-name: ProrationMode
+ example: null
required:
- date_from
- date_to
@@ -220177,7 +222552,7 @@ components:
x-cb-resource-id: quoted_charge
x-cb-resource-path-name: quoted_charges
x-cb-is-dependent-resource: false
- x-cb-sort-order: 34
+ x-cb-sort-order: 36
properties:
charges:
type: array
@@ -220207,6 +222582,11 @@ components:
deprecated: false
maxLength: 250
example: null
+ entity_description:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
service_period_in_days:
type: integer
format: int32
@@ -220281,6 +222661,16 @@ components:
deprecated: false
maxLength: 39
example: null
+ description:
+ type: string
+ deprecated: false
+ maxLength: 250
+ example: null
+ entity_description:
+ type: string
+ deprecated: false
+ maxLength: 500
+ example: null
service_period_days:
type: integer
format: int32
@@ -220499,7 +222889,7 @@ components:
x-cb-resource-id: quoted_delta_ramp
x-cb-resource-path-name: quoted_delta_ramps
x-cb-is-dependent-resource: false
- x-cb-sort-order: 36
+ x-cb-sort-order: 38
properties:
line_items:
type: array
@@ -220531,7 +222921,7 @@ components:
x-cb-resource-id: quoted_ramp
x-cb-resource-path-name: quoted_ramps
x-cb-is-dependent-resource: false
- x-cb-sort-order: 35
+ x-cb-sort-order: 37
properties:
id:
type: string
@@ -221028,7 +223418,7 @@ components:
x-cb-resource-id: quoted_subscription
x-cb-resource-path-name: quoted_subscriptions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 33
+ x-cb-sort-order: 35
properties:
id:
type: string
@@ -221745,7 +224135,7 @@ components:
x-cb-resource-id: ramp
x-cb-resource-path-name: ramps
x-cb-is-dependent-resource: false
- x-cb-sort-order: 122
+ x-cb-sort-order: 125
x-cb-product-catalog-version: 2
properties:
id:
@@ -222162,6 +224552,7 @@ components:
enum:
- fixed_amount
- percentage
+ - offer_quantity
x-cb-is-global-enum: false
x-cb-is-api-column: true
x-cb-is-external-enum: false
@@ -222183,6 +224574,12 @@ components:
x-cb-is-money-column: true
minimum: 0
example: null
+ quantity:
+ type: integer
+ format: int32
+ deprecated: false
+ minimum: 1
+ example: null
duration_type:
type: string
default: forever
@@ -222463,7 +224860,7 @@ components:
x-cb-resource-id: recorded_purchase
x-cb-resource-path-name: recorded_purchases
x-cb-is-dependent-resource: false
- x-cb-sort-order: 135
+ x-cb-sort-order: 138
x-cb-product-catalog-version: 2
properties:
id:
@@ -222721,7 +225118,7 @@ components:
x-cb-resource-id: resource_migration
x-cb-resource-path-name: resource_migrations
x-cb-is-dependent-resource: false
- x-cb-sort-order: 59
+ x-cb-sort-order: 61
properties:
from_site:
type: string
@@ -222842,7 +225239,7 @@ components:
x-cb-resource-id: rule
x-cb-resource-path-name: rules
x-cb-is-dependent-resource: false
- x-cb-sort-order: 138
+ x-cb-sort-order: 141
properties:
id:
type: string
@@ -223076,7 +225473,7 @@ components:
x-cb-resource-id: sales_order
x-cb-resource-path-name: sales_orders
x-cb-is-dependent-resource: false
- x-cb-sort-order: 142
+ x-cb-sort-order: 145
x-cb-hidden-from-client-sdk: true
x-cb-product-catalog-version: 2
properties:
@@ -224160,7 +226557,7 @@ components:
x-cb-resource-id: site_migration_detail
x-cb-resource-path-name: site_migration_details
x-cb-is-dependent-resource: false
- x-cb-sort-order: 58
+ x-cb-sort-order: 60
properties:
entity_id:
type: string
@@ -224252,16 +226649,18 @@ components:
example: null
Status:
type: string
- default: available
deprecated: false
enum:
+ - active
+ - archived
+ - deleted
- available
- exhausted
- scheduled
- in_grace_period
x-cb-is-global-enum: true
x-cb-is-api-column: true
- x-cb-is-external-enum: false
+ x-cb-is-external-enum: true
x-cb-is-gen-separate: true
x-cb-is-ignore-generation: false
x-cb-sdk-enum-api-name: Status
@@ -224273,7 +226672,7 @@ components:
x-cb-resource-id: subscription
x-cb-resource-path-name: subscriptions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 0
+ x-cb-sort-order: 2
properties:
id:
type: string
@@ -226888,7 +229287,7 @@ components:
x-cb-resource-id: subscription_entitlement
x-cb-resource-path-name: subscription_entitlements
x-cb-is-dependent-resource: false
- x-cb-sort-order: 93
+ x-cb-sort-order: 96
x-cb-product-catalog-version: 2
properties:
subscription_id:
@@ -227008,7 +229407,7 @@ components:
x-cb-resource-id: subscription_entitlements_created_detail
x-cb-resource-path-name: subscription_entitlements_created_details
x-cb-is-dependent-resource: false
- x-cb-sort-order: 175
+ x-cb-sort-order: 178
properties:
subscription_id:
type: string
@@ -227079,7 +229478,7 @@ components:
x-cb-resource-id: subscription_entitlements_updated_detail
x-cb-resource-path-name: subscription_entitlements_updated_details
x-cb-is-dependent-resource: false
- x-cb-sort-order: 174
+ x-cb-sort-order: 177
properties:
subscription_id:
type: string
@@ -227150,7 +229549,7 @@ components:
x-cb-resource-id: subscription_estimate
x-cb-resource-path-name: subscription_estimates
x-cb-is-dependent-resource: true
- x-cb-sort-order: 30
+ x-cb-sort-order: 32
properties:
id:
type: string
@@ -228919,9 +231318,15 @@ components:
type: string
deprecated: false
enum:
+ - zero_rated
- id_exempt
- customer_exempt
+ - region_non_taxable
+ - product_exempt
- export
+ - high_value_physical_goods
+ - zero_value_item
+ - tax_not_configured_external_provider
x-cb-parameter-blank-option: as_null
x-cb-attribute-meta-comment: optional
x-cb-meta-model-name: invoices
@@ -228937,7 +231342,7 @@ components:
x-cb-resource-id: tax_withheld
x-cb-resource-path-name: tax_withheld
x-cb-is-dependent-resource: false
- x-cb-sort-order: 22
+ x-cb-sort-order: 24
properties:
id:
type: string
@@ -229246,7 +231651,7 @@ components:
x-cb-resource-id: third_party_configuration
x-cb-resource-path-name: third_party_configurations
x-cb-is-dependent-resource: false
- x-cb-sort-order: 54
+ x-cb-sort-order: 56
x-cb-is-third-party-resource: true
properties:
integration_name:
@@ -229281,7 +231686,7 @@ components:
x-cb-resource-id: third_party_entity_mapping
x-cb-resource-path-name: third_party_entity_mappings
x-cb-is-dependent-resource: false
- x-cb-sort-order: 56
+ x-cb-sort-order: 58
x-cb-is-third-party-resource: true
properties:
entity_type:
@@ -229455,7 +231860,7 @@ components:
x-cb-resource-id: third_party_payment_method
x-cb-resource-path-name: third_party_payment_methods
x-cb-is-dependent-resource: false
- x-cb-sort-order: 14
+ x-cb-sort-order: 16
properties:
type:
type: string
@@ -229509,6 +231914,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -229615,7 +232023,7 @@ components:
x-cb-resource-id: third_party_sync_detail
x-cb-resource-path-name: third_party_sync_details
x-cb-is-dependent-resource: false
- x-cb-sort-order: 55
+ x-cb-sort-order: 57
x-cb-is-third-party-resource: true
properties:
integration_name:
@@ -229662,7 +232070,7 @@ components:
x-cb-resource-id: time_machine
x-cb-resource-path-name: time_machines
x-cb-is-dependent-resource: false
- x-cb-sort-order: 60
+ x-cb-sort-order: 62
properties:
name:
type: string
@@ -229729,7 +232137,7 @@ components:
x-cb-resource-id: token
x-cb-resource-path-name: tokens
x-cb-is-dependent-resource: false
- x-cb-sort-order: 12
+ x-cb-sort-order: 14
properties:
id:
type: string
@@ -229869,6 +232277,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-is-global-enum: true
x-cb-is-api-column: true
x-cb-is-external-enum: true
@@ -230109,7 +232520,7 @@ components:
x-cb-resource-id: tp_site_user
x-cb-resource-path-name: tp_site_users
x-cb-is-dependent-resource: false
- x-cb-sort-order: 57
+ x-cb-sort-order: 59
x-cb-is-third-party-resource: true
properties:
hosted_page_token:
@@ -230140,7 +232551,7 @@ components:
x-cb-resource-id: transaction
x-cb-resource-path-name: transactions
x-cb-is-dependent-resource: false
- x-cb-sort-order: 28
+ x-cb-sort-order: 30
properties:
id:
type: string
@@ -230238,6 +232649,9 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
x-cb-deprecated-enum-values: "app_store,play_store"
x-cb-is-global-enum: true
x-cb-is-api-column: true
@@ -231156,10 +233570,16 @@ components:
- paypay
- gcash
- south_korean_cards
+ - paynow
+ - bizum
+ - promptpay
- free_trial
- pay_up_front
- pay_as_you_go
+ - simple
+ - compound
- usage_exceeded
+ - spend_exceeded
x-cb-parameter-blank-option: not_allowed
x-cb-attribute-meta-comment: optional
x-cb-is-sub-resource: true
@@ -231176,7 +233596,7 @@ components:
x-cb-resource-id: unbilled_charge
x-cb-resource-path-name: unbilled_charges
x-cb-is-dependent-resource: false
- x-cb-sort-order: 24
+ x-cb-sort-order: 26
properties:
id:
type: string
@@ -231708,7 +234128,7 @@ components:
x-cb-resource-id: usage
x-cb-resource-path-name: usages
x-cb-is-dependent-resource: false
- x-cb-sort-order: 48
+ x-cb-sort-order: 50
x-cb-product-catalog-version: 2
properties:
id:
@@ -231818,7 +234238,7 @@ components:
x-cb-resource-id: usage_charge
x-cb-resource-path-name: usage_charges
x-cb-is-dependent-resource: false
- x-cb-sort-order: 163
+ x-cb-sort-order: 166
x-cb-product-catalog-version: 2
properties:
subscription_id:
@@ -231892,7 +234312,7 @@ components:
x-cb-resource-id: usage_event
x-cb-resource-path-name: usage_events
x-cb-is-dependent-resource: false
- x-cb-sort-order: 140
+ x-cb-sort-order: 143
x-cb-product-catalog-version: 2
properties:
subscription_id:
@@ -231934,7 +234354,7 @@ components:
x-cb-resource-id: usage_file
x-cb-resource-path-name: usage_files
x-cb-is-dependent-resource: false
- x-cb-sort-order: 143
+ x-cb-sort-order: 146
x-cb-product-catalog-version: 2
properties:
id:
@@ -232127,7 +234547,7 @@ components:
x-cb-resource-id: usage_reminder_info
x-cb-resource-path-name: usage_reminder_infos
x-cb-is-dependent-resource: false
- x-cb-sort-order: 49
+ x-cb-sort-order: 51
x-cb-hidden-from-client-sdk: true
x-cb-product-catalog-version: 2
properties:
@@ -232149,7 +234569,7 @@ components:
x-cb-resource-id: usage_summary
x-cb-resource-path-name: usage_summary
x-cb-is-dependent-resource: false
- x-cb-sort-order: 162
+ x-cb-sort-order: 165
x-cb-product-catalog-version: 2
properties:
subscription_id:
@@ -232211,7 +234631,7 @@ components:
x-cb-resource-id: variant
x-cb-resource-path-name: variants
x-cb-is-dependent-resource: false
- x-cb-sort-order: 68
+ x-cb-sort-order: 70
x-cb-hidden-from-client-sdk: true
x-cb-product-catalog-version: 2
properties:
@@ -232480,7 +234900,7 @@ components:
x-cb-resource-id: virtual_bank_account
x-cb-resource-path-name: virtual_bank_accounts
x-cb-is-dependent-resource: false
- x-cb-sort-order: 15
+ x-cb-sort-order: 17
properties:
id:
type: string
@@ -232999,7 +235419,7 @@ components:
x-cb-resource-id: webhook_endpoint
x-cb-resource-path-name: webhook_endpoints
x-cb-is-dependent-resource: false
- x-cb-sort-order: 153
+ x-cb-sort-order: 156
properties:
id:
type: string
@@ -233237,6 +235657,7 @@ components:
- business_entity_deleted
- customer_business_entity_changed
- subscription_business_entity_changed
+ - payment_source_business_entity_changed
- purchase_created
- voucher_created
- voucher_expired
@@ -233754,6 +236175,14 @@ components:
default: false
description: Indicates whether to include deleted objects in the list. The
deleted objects have the attribute `deleted` as `true`.
+ credit-unit-id:
+ name: credit-unit-id
+ in: path
+ required: true
+ style: simple
+ explode: false
+ schema:
+ type: string
chargebee-request-origin-ip:
name: chargebee-request-origin-ip
in: header
@@ -234121,6 +236550,14 @@ components:
explode: false
schema:
type: string
+ site-id:
+ name: site-id
+ in: path
+ required: true
+ style: simple
+ explode: false
+ schema:
+ type: string
invoice-id:
name: invoice-id
in: path
@@ -234153,14 +236590,6 @@ components:
explode: false
schema:
type: string
- platform-site-id:
- name: platform-site-id
- in: path
- required: true
- style: simple
- explode: false
- schema:
- type: string
offer-fulfillment-id:
name: offer-fulfillment-id
in: path
@@ -237280,6 +239709,21 @@ webhooks:
"200":
description: Webhook received successfully
deprecated: false
+ payment_source_business_entity_changed:
+ post:
+ summary: Triggered when a payment source's business entity is changed
+ description: ' '
+ operationId: onPayment_source_business_entity_changedWebhook
+ requestBody:
+ description: Payload for payment_source_business_entity_changed event
+ content:
+ application/json:
+ schema:
+ $ref: "#/components/schemas/PaymentSourceBusinessEntityChangedEvent"
+ responses:
+ "200":
+ description: Webhook received successfully
+ deprecated: false
promotional_credits_added:
post:
summary: Triggered when promotional credit is added.