zulip/corporate/tests/stripe_fixtures
Eeshan Garg 88fd399bec billing: Use UserProfile.id to ascertain customer's email.
Previously, our Stripe webhook event handler code retrieved the
user's email from Stripe using the stripe.Customer.email attribute.
This led to situations such that whenever the email that Stripe had
did not correspond to a UserProfile in Zulip, the payment flow
failed since we couldn't find a UserProfile associated with the
given email.

Now, we pass in the UserProfile.id in the metadata to Stripe's
checkout Session object, so that we can fetch the correct email
in future Stripe requests.
2021-12-03 14:57:30 -08:00
..
attach_discount_to_realm--Charge.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Charge.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Customer.modify.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.8.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.9.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Event.list.10.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--Invoice.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--Invoice.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Invoice.finalize_invoice.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Invoice.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--Invoice.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--InvoiceItem.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--InvoiceItem.create.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--InvoiceItem.create.5.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
attach_discount_to_realm--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--PaymentIntent.confirm.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--PaymentIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--PaymentMethod.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--SetupIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--SetupIntent.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--SetupIntent.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--checkout.Session.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
attach_discount_to_realm--checkout.Session.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
billing_page_permissions--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
billing_page_permissions--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Customer.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
billing_page_permissions--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
billing_page_permissions--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
billing_page_permissions--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
billing_page_permissions--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
billing_page_permissions--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
checkout_session_completed_with_uncaught_exception--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
checkout_session_completed_with_uncaught_exception--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--Event.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
checkout_session_completed_with_uncaught_exception--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
checkout_session_completed_with_uncaught_exception--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
customer_has_credit_card_as_default_payment_method--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
customer_has_credit_card_as_default_payment_method--Customer.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
customer_has_credit_card_as_default_payment_method--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
customer_has_credit_card_as_default_payment_method--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
customer_has_credit_card_as_default_payment_method--Customer.retrieve.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
customer_has_credit_card_as_default_payment_method--Customer.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
customer_has_credit_card_as_default_payment_method--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
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 billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.create.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.modify.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.modify.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.modify.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.modify.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.modify.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Customer.modify.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.create.8.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.finalize_invoice.8.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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 billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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 billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.list.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.pay.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--Invoice.pay.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.5.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.6.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.7.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
downgrade_small_realms_behind_on_payments_as_needed--InvoiceItem.create.8.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -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--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
fixed_price_plans--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
fixed_price_plans--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
fixed_price_plans--Invoice.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
fixed_price_plans--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
fixed_price_plans--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
fixed_price_plans--Invoice.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
fixed_price_plans--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
fixed_price_plans--InvoiceItem.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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 billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Customer.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Customer.retrieve.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Event.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.finalize_invoice.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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 billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.list.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--Invoice.list.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--InvoiceItem.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--InvoiceItem.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--Charge.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card_from_onboarding_page--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card_from_onboarding_page--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card_from_onboarding_page--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--Event.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card_from_onboarding_page--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card_from_onboarding_page--Invoice.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_card_from_onboarding_page--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_card_from_onboarding_page--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_invoice--Customer.retrieve.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_invoice--Customer.retrieve.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_invoice--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_invoice--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_invoice--Invoice.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_invoice--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_invoice--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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 billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_invoice--Invoice.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_invoice--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_invoice--Invoice.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
free_trial_upgrade_by_invoice--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
free_trial_upgrade_by_invoice--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
invoice_plan--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
invoice_plan--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
invoice_plan--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Invoice.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
invoice_plan--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--InvoiceItem.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--InvoiceItem.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--InvoiceItem.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--InvoiceItem.create.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
invoice_plan--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
payment_intent_succeeded_event_with_uncaught_exception--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
payment_intent_succeeded_event_with_uncaught_exception--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--Event.list.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
payment_intent_succeeded_event_with_uncaught_exception--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
payment_intent_succeeded_event_with_uncaught_exception--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
payment_intent_succeeded_event_with_uncaught_exception--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Customer.modify.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Customer.modify.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Customer.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Customer.retrieve.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--Invoice.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Invoice.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Invoice.pay.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--Invoice.pay.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--InvoiceItem.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_method--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.detach.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.detach.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--PaymentMethod.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--SetupIntent.retrieve.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--checkout.Session.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--checkout.Session.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--checkout.Session.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--checkout.Session.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_method--checkout.Session.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
replace_payment_source--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.modify.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.modify.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.modify.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.retrieve.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.retrieve.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.retrieve.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.retrieve.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Customer.retrieve.5.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Event.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Event.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Event.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Event.list.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.finalize_invoice.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.finalize_invoice.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.list.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.pay.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--Invoice.pay.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--InvoiceItem.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--PaymentIntent.confirm.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--PaymentIntent.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--PaymentMethod.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--PaymentMethod.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--PaymentMethod.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--PaymentMethod.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--PaymentMethod.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.retrieve.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.retrieve.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--SetupIntent.retrieve.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--checkout.Session.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--checkout.Session.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--checkout.Session.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--checkout.Session.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--checkout.Session.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
replace_payment_source--checkout.Session.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
restart_payment_intent_session_errors--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
restart_payment_intent_session_errors--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
restart_payment_intent_session_errors--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
restart_payment_intent_session_errors--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.create.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.finalize_invoice.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--InvoiceItem.create.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_automatic_license_management--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.finalize_invoice.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--Invoice.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--InvoiceItem.create.4.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_from_monthly_plan_to_annual_plan_for_manual_license_management--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_realm_from_standard_to_plus_plan--Customer.create.1.json corporate: Improve testing for switching from Standard to Plus. 2021-10-31 17:50:16 -07:00
switch_realm_from_standard_to_plus_plan--Customer.create_balance_transaction.1.json corporate: Improve testing for switching from Standard to Plus. 2021-10-31 17:50:16 -07:00
switch_realm_from_standard_to_plus_plan--Customer.list_balance_transactions.1.json corporate: Improve testing for switching from Standard to Plus. 2021-10-31 17:50:16 -07:00
switch_realm_from_standard_to_plus_plan--Customer.modify.1.json corporate: Update fixtures for switching from Standard to Plus. 2021-11-05 17:23:10 -07:00
switch_realm_from_standard_to_plus_plan--Invoice.create.1.json corporate: Improve testing for switching from Standard to Plus. 2021-10-31 17:50:16 -07:00
switch_realm_from_standard_to_plus_plan--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_realm_from_standard_to_plus_plan--Invoice.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
switch_realm_from_standard_to_plus_plan--InvoiceItem.create.1.json corporate: Improve testing for switching from Standard to Plus. 2021-10-31 17:50:16 -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.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
update_licenses_of_manual_plan_from_billing_page--Customer.retrieve.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
update_licenses_of_manual_plan_from_billing_page--Customer.retrieve.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
update_licenses_of_manual_plan_from_billing_page--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.finalize_invoice.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
update_licenses_of_manual_plan_from_billing_page--InvoiceItem.create.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Charge.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_card--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_card--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Customer.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_card--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_card--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Charge.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_card_with_outdated_seat_count--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_card_with_outdated_seat_count--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_card_with_outdated_seat_count--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--InvoiceItem.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_card_with_outdated_seat_count--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_invoice--Charge.list.1.json billing: Use -- instead of : in fixture files. 2019-01-31 12:26:00 -08:00
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.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_invoice--Customer.retrieve.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_by_invoice--Customer.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_invoice--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_invoice--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_invoice--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_invoice--Invoice.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_by_invoice--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Charge.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Charge.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_restart_from_begining--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_restart_from_begining--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Customer.modify.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.8.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Event.list.9.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Invoice.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_restart_from_begining--Invoice.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_restart_from_begining--Invoice.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_restart_from_begining--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--InvoiceItem.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--InvoiceItem.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--InvoiceItem.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_restart_from_begining--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--PaymentIntent.confirm.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--PaymentIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--PaymentMethod.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--SetupIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--SetupIntent.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--SetupIntent.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--checkout.Session.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_restart_from_begining--checkout.Session.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Charge.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Charge.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Customer.modify.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.7.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.8.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Event.list.9.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Invoice.list.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Invoice.list.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--InvoiceItem.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--PaymentIntent.confirm.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--PaymentIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--PaymentIntent.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--PaymentMethod.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--SetupIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--SetupIntent.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--SetupIntent.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--checkout.Session.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_first_card_fails_and_retry_with_another_card_without_starting_from_begining--checkout.Session.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Customer.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--Customer.modify.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Customer.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Event.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Event.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Event.list.3.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Event.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Event.list.5.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Event.list.6.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--Invoice.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--Invoice.list.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--Invoice.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--InvoiceItem.create.3.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
upgrade_race_condition_during_card_upgrade--PaymentIntent.confirm.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--PaymentIntent.confirm.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--PaymentIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--PaymentIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--PaymentIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--PaymentMethod.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--PaymentMethod.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--SetupIntent.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--SetupIntent.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--SetupIntent.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--SetupIntent.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--SetupIntent.retrieve.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--SetupIntent.retrieve.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--checkout.Session.create.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--checkout.Session.create.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--checkout.Session.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
upgrade_race_condition_during_card_upgrade--checkout.Session.list.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
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--Customer.modify.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
void_all_open_invoices--Customer.modify.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
void_all_open_invoices--Invoice.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
void_all_open_invoices--Invoice.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
void_all_open_invoices--Invoice.finalize_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
void_all_open_invoices--Invoice.finalize_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
void_all_open_invoices--Invoice.list.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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 billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
void_all_open_invoices--Invoice.list.4.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08: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 billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
void_all_open_invoices--Invoice.void_invoice.1.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
void_all_open_invoices--Invoice.void_invoice.2.json billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
void_all_open_invoices--InvoiceItem.create.1.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00
void_all_open_invoices--InvoiceItem.create.2.json billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00