zulip/corporate/tests/stripe_fixtures
Vishnu KS 158cec84ec stripe: Upgrade stripe API to 2020-08-27 version.
This upgrades the Stripe API to the most recent version. Going through
the Git history, it looks like our current API version is at 2019-03-14.

The API version should be manually changed in Stripe dashboard at the same
time as the commit is deployed in production.

Backward incompatible changes that are relevant to our codebase between
(2019-03-14, 2020-08-27].
* 2020-08-27 - The `sources` property on Customers is no longer included by
  default.
* 2020-03-02 - Nothing applicable
* 2019-12-03 - The `id` field of all invoice line items have changed and are
  now prefixed
  with `il_`. We only rely on this while we normalize the fixtures.
* 2019-11-05 - Nothing applicable
* 2019-10-17 - The `billing` attribute on invoices, subscriptions, and
  subscription schedules is renamed to`collection_method`. The invoice
  change is the one that is relevant to us.
* The customer object’s `account_balance` value has been renamed to
  `balance`. Only used for the stubs at the moment.
* 2019-10-08 - Nothing applicable
* 2019-09-09 - Nothing applicable
* 2019-08-14 - Nothing applicable
* 2019-05-16 - Nothing applicable

https://stripe.com/docs/upgrades

Also normalize the following IDs in stripe fixtures

* price_[A-Za-z0-9]{24}
* prod_[A-Za-z0-9]{14}
* pi_[A-Za-z0-9]{24}
* il_[A-Za-z0-9]{24}
2021-07-23 21:44:41 -07:00
..
attach_discount_to_realm--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Charge.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Charge.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Charge.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Customer.save.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.finalize_invoice.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Invoice.list.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--InvoiceItem.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--InvoiceItem.create.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
attach_discount_to_realm--Token.create.1.json
attach_discount_to_realm--Token.create.2.json
billing_page_permissions--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
billing_page_permissions--Token.create.1.json
customer_has_credit_card_as_default_source--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
customer_has_credit_card_as_default_source--Customer.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
customer_has_credit_card_as_default_source--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
customer_has_credit_card_as_default_source--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
customer_has_credit_card_as_default_source--Token.create.1.json billing: Create customer_has_credit_card_as_default_source function. 2021-06-14 16:49:53 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.7.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.7.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.8.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.7.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.8.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.1.json billing: Downgrade small realms that are behind on payments. 2021-07-02 13:19:12 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.3.json billing: Void open invoices of small realms without an active plan. 2021-07-22 17:56:35 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.pay.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.pay.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.7.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.8.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
fixed_price_plans--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Charge.list.1.json billing: Add support for Zulip Standard free trial. 2020-05-11 17:20:54 -07:00
free_trial_upgrade_by_card--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Customer.retrieve.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.finalize_invoice.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.list.1.json billing: Add support for Zulip Standard free trial. 2020-05-11 17:20:54 -07:00
free_trial_upgrade_by_card--Invoice.list.2.json billing: Add support for Zulip Standard free trial. 2020-05-11 17:20:54 -07:00
free_trial_upgrade_by_card--Invoice.list.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.list.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.list.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Invoice.list.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_card--Token.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.list.1.json billing: Add support for Zulip Standard free trial. 2020-05-11 17:20:54 -07:00
free_trial_upgrade_by_invoice--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.list.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.list.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--Invoice.list.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
free_trial_upgrade_by_invoice--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--InvoiceItem.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--InvoiceItem.create.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
invoice_plan--Token.create.1.json
replace_payment_source--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.retrieve.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.retrieve.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.retrieve.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.retrieve.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.save.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.save.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Customer.save.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.list.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.list.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.pay.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Invoice.pay.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
replace_payment_source--Token.create.1.json
replace_payment_source--Token.create.2.json
replace_payment_source--Token.create.3.json
replace_payment_source--Token.create.4.json
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.list.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.5.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.7.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Token.create.1.json billing: Support switching from monthly to annual plan. 2020-06-18 17:34:03 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.finalize_invoice.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Token.create.1.json billing: Support switching from monthly to annual plan. 2020-06-18 17:34:03 -07:00
update_licenses_of_manual_plan--Customer.create.1.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Customer.retrieve.1.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Customer.retrieve.2.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.create.1.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.create.2.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.create.3.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.finalize_invoice.1.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.finalize_invoice.2.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.finalize_invoice.3.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.list.1.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--Invoice.list.2.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--InvoiceItem.create.1.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--InvoiceItem.create.2.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--InvoiceItem.create.3.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan--InvoiceItem.create.4.json billing: Allow updating licenses of plans on manual license management. 2021-05-14 15:10:02 -07:00
update_licenses_of_manual_plan_from_billing_page--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.finalize_invoice.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Charge.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card--Token.create.1.json
upgrade_by_card_with_outdated_seat_count--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--Charge.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_card_with_outdated_seat_count--Token.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_invoice--Charge.list.1.json
upgrade_by_invoice--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_invoice--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_invoice--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_invoice--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_invoice--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_invoice--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_by_invoice--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Charge.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Charge.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Charge.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Charge.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Customer.retrieve.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Customer.retrieve.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Customer.save.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--Invoice.list.1.json
upgrade_where_first_card_fails--Invoice.list.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
upgrade_where_first_card_fails--InvoiceItem.list.1.json
upgrade_where_first_card_fails--Token.create.1.json
upgrade_where_first_card_fails--Token.create.2.json
void_all_open_invoices--Customer.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Customer.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.finalize_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.finalize_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.list.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.list.2.json stripe: Create get_all_invoices function. 2021-07-02 12:04:41 -07:00
void_all_open_invoices--Invoice.list.3.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.list.4.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.list.5.json stripe: Create get_all_invoices function. 2021-07-02 12:04:41 -07:00
void_all_open_invoices--Invoice.list.6.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.void_invoice.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--Invoice.void_invoice.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--InvoiceItem.create.1.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
void_all_open_invoices--InvoiceItem.create.2.json stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00