From 718bd75c00e266ba5a7e3c9c23248707e0ac997e Mon Sep 17 00:00:00 2001 From: Dmytro Date: Mon, 26 Jul 2021 17:44:00 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=204836:=20Stripe=20connector:=20Fi?= =?UTF-8?q?x=20incorect=20data=20field=20type=20(#4878)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 4836: Stripe connector: Fix incorect data field type - Change type of percent_off field to number according to reference: https://stripe.com/docs/api/coupons/object#coupon_object-percent_off - Change invoice/discounts field type to array: https://stripe.com/docs/api/invoices/object#invoice_object-discounts * Bump stripe connector version to 0.1.15 Co-authored-by: Dmytro Rezchykov --- .../e094cb9a-26de-4645-8761-65c0c425d1de.json | 2 +- .../resources/seed/source_definitions.yaml | 2 +- .../connectors/source-stripe/Dockerfile | 2 +- .../source-stripe/acceptance-test-config.yml | 4 +- .../expected_subscriptions_records.txt | 43 +- .../non_disputes_events_catalog.json | 3831 +--------------- .../non_invoice_line_items_catalog.json | 3896 +---------------- .../subscription_catalog.json | 2 +- .../integration_tests/test_dummy.py | 30 + .../source_stripe/schemas/customers.json | 8 +- .../source_stripe/schemas/fullschema.json | 6 +- .../source_stripe/schemas/invoices.json | 4 +- docs/integrations/sources/stripe.md | 1 + 13 files changed, 156 insertions(+), 7675 deletions(-) create mode 100644 airbyte-integrations/connectors/source-stripe/integration_tests/test_dummy.py diff --git a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/e094cb9a-26de-4645-8761-65c0c425d1de.json b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/e094cb9a-26de-4645-8761-65c0c425d1de.json index abc288868355..b35605f67df2 100644 --- a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/e094cb9a-26de-4645-8761-65c0c425d1de.json +++ b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/e094cb9a-26de-4645-8761-65c0c425d1de.json @@ -2,7 +2,7 @@ "sourceDefinitionId": "e094cb9a-26de-4645-8761-65c0c425d1de", "name": "Stripe", "dockerRepository": "airbyte/source-stripe", - "dockerImageTag": "0.1.14", + "dockerImageTag": "0.1.15", "documentationUrl": "https://hub.docker.com/r/airbyte/source-stripe", "icon": "stripe.svg" } diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 584c530f20c8..966ab350e8c9 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -103,7 +103,7 @@ - sourceDefinitionId: e094cb9a-26de-4645-8761-65c0c425d1de name: Stripe dockerRepository: airbyte/source-stripe - dockerImageTag: 0.1.14 + dockerImageTag: 0.1.15 documentationUrl: https://hub.docker.com/r/airbyte/source-stripe icon: stripe.svg - sourceDefinitionId: b03a9f3e-22a5-11eb-adc1-0242ac120002 diff --git a/airbyte-integrations/connectors/source-stripe/Dockerfile b/airbyte-integrations/connectors/source-stripe/Dockerfile index e365e702371e..9b5f7d4441d0 100644 --- a/airbyte-integrations/connectors/source-stripe/Dockerfile +++ b/airbyte-integrations/connectors/source-stripe/Dockerfile @@ -12,5 +12,5 @@ RUN pip install . ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.1.14 +LABEL io.airbyte.version=0.1.15 LABEL io.airbyte.name=airbyte/source-stripe diff --git a/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml b/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml index 51db21edaaa5..af28785c9548 100644 --- a/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml @@ -18,14 +18,12 @@ tests: # If this test fails for some reason, please check the expected_subscriptions_records.json for valid subset of data. - config_path: "secrets/config.json" configured_catalog_path: "integration_tests/non_invoice_line_items_catalog.json" - validate_output_from_all_streams: yes timeout_seconds: 3600 expect_records: path: "integration_tests/expected_subscriptions_records.txt" # TEST 2 - Reading data from account that has no records for stream Disputes - config_path: "secrets/connected_account_config.json" configured_catalog_path: "integration_tests/non_disputes_events_catalog.json" - validate_output_from_all_streams: yes timeout_seconds: 3600 incremental: - config_path: "secrets/config.json" @@ -43,4 +41,4 @@ tests: configured_catalog_path: "integration_tests/non_invoice_line_items_catalog.json" timeout_seconds: 3600 - config_path: "secrets/connected_account_config.json" - \ No newline at end of file + diff --git a/airbyte-integrations/connectors/source-stripe/integration_tests/expected_subscriptions_records.txt b/airbyte-integrations/connectors/source-stripe/integration_tests/expected_subscriptions_records.txt index 2eabe186fea9..a786ff4eca89 100644 --- a/airbyte-integrations/connectors/source-stripe/integration_tests/expected_subscriptions_records.txt +++ b/airbyte-integrations/connectors/source-stripe/integration_tests/expected_subscriptions_records.txt @@ -1,18 +1,25 @@ -{"stream": "subscriptions", "data": {"id": "sub_HeFKfIvdgFh3qw", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594766545, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HeFKZGFvcdVAAd", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HeFKnht1gZEPtM", "object": "subscription_item", "billing_thresholds": null, "created": 1594766546, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HeFKfIvdgFh3qw", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HeFKfIvdgFh3qw"}, "latest_invoice": "in_1J8OZSIEn5WyEQxnqy1SOqzg", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594766545, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595483518}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HeFK1tbpVQyzTh", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594766544, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HeFKZGFvcdVAAd", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HeFKXSUQN7eOnH", "object": "subscription_item", "billing_thresholds": null, "created": 1594766545, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_HeFK1tbpVQyzTh", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HeFK1tbpVQyzTh"}, "latest_invoice": "in_1J8OZTIEn5WyEQxnNUNudevp", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594766544, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595483507}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HeDBukK9PihZcM", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594758610, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HeDBiqbIBM4UJh", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HeDBYazQdJ4Po3", "object": "subscription_item", "billing_thresholds": null, "created": 1594758611, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HeDBukK9PihZcM", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HeDBukK9PihZcM"}, "latest_invoice": "in_1J8OZYIEn5WyEQxn5uiaD4Lo", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594758610, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595483518}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HeDB4t0BlSiCME", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594758610, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HeDBiqbIBM4UJh", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HeDBuWkL41NwUB", "object": "subscription_item", "billing_thresholds": null, "created": 1594758610, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_HeDB4t0BlSiCME", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HeDB4t0BlSiCME"}, "latest_invoice": "in_1J8OZSIEn5WyEQxnP5ljsfai", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594758610, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595483508}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HeCS8S0a1IV8XN", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594755897, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HeCSJwR5Q79Kd1", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HeCSxRoIVLLrSW", "object": "subscription_item", "billing_thresholds": null, "created": 1594755897, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HeCS8S0a1IV8XN", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HeCS8S0a1IV8XN"}, "latest_invoice": "in_1J8OZYIEn5WyEQxn9iKKgbhh", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594755897, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595483519}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HeCSmZsP6f6CnQ", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594755896, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HeCSJwR5Q79Kd1", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HeCSS932OsYGk4", "object": "subscription_item", "billing_thresholds": null, "created": 1594755897, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_HeCSmZsP6f6CnQ", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HeCSmZsP6f6CnQ"}, "latest_invoice": "in_1J8OZdIEn5WyEQxn9oY6Pi1v", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594755896, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595483508}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtUSf9ui0NQdD", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685301, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685303, "collection_method": "charge_automatically", "created": 1594685301, "current_period_end": 1597363701, "current_period_start": 1594685301, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685303, "items": {"object": "list", "data": [{"id": "si_HdtURMXtdHa6aS", "object": "subscription_item", "billing_thresholds": null, "created": 1594685302, "metadata": {}, "plan": {"id": "plan_HHjkXvK8l2hjJ1", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HHjkXvK8l2hjJ1", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HdtUSf9ui0NQdD", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtUSf9ui0NQdD"}, "latest_invoice": "in_1H4bh3IEn5WyEQxnJQkCFPxc", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HHjkXvK8l2hjJ1", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594685301, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTqUuSenUm4f", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685299, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685303, "collection_method": "charge_automatically", "created": 1594685299, "current_period_end": 1626221299, "current_period_start": 1594685299, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685303, "items": {"object": "list", "data": [{"id": "si_HdtTnlxMRyovMV", "object": "subscription_item", "billing_thresholds": null, "created": 1594685299, "metadata": {}, "plan": {"id": "plan_HCVGOY9hzMEOFQ", "object": "plan", "active": true, "aggregate_usage": null, "amount": 780000, "amount_decimal": "780000", "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCVGOY9hzMEOFQ", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "year", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 780000, "unit_amount_decimal": "780000"}, "quantity": 1, "subscription": "sub_HdtTqUuSenUm4f", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTqUuSenUm4f"}, "latest_invoice": "in_1H4bh1IEn5WyEQxnASiBtfYn", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCVGOY9hzMEOFQ", "object": "plan", "active": true, "aggregate_usage": null, "amount": 780000, "amount_decimal": "780000", "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594685299, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTyRyzHADgJS", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685291, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685297, "collection_method": "charge_automatically", "created": 1594685291, "current_period_end": 1597363691, "current_period_start": 1594685291, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685297, "items": {"object": "list", "data": [{"id": "si_HdtTYq1K00CIsC", "object": "subscription_item", "billing_thresholds": null, "created": 1594685291, "metadata": {}, "plan": {"id": "plan_HHjkXvK8l2hjJ1", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HHjkXvK8l2hjJ1", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HdtTyRyzHADgJS", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTyRyzHADgJS"}, "latest_invoice": "in_1H4bgtIEn5WyEQxn7EqcmMn0", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HHjkXvK8l2hjJ1", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": "sub_sched_1H4bgwIEn5WyEQxnySC3WgEQ", "start_date": 1594685291, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTSeZhOxBQUD", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685289, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685298, "collection_method": "charge_automatically", "created": 1594685289, "current_period_end": 1626221289, "current_period_start": 1594685289, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685298, "items": {"object": "list", "data": [{"id": "si_HdtT4Cs0EIufwt", "object": "subscription_item", "billing_thresholds": null, "created": 1594685289, "metadata": {}, "plan": {"id": "plan_HCVGOY9hzMEOFQ", "object": "plan", "active": true, "aggregate_usage": null, "amount": 780000, "amount_decimal": "780000", "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCVGOY9hzMEOFQ", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "year", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 780000, "unit_amount_decimal": "780000"}, "quantity": 1, "subscription": "sub_HdtTSeZhOxBQUD", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTSeZhOxBQUD"}, "latest_invoice": "in_1H4bgrIEn5WyEQxnmxcLDpmG", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCVGOY9hzMEOFQ", "object": "plan", "active": true, "aggregate_usage": null, "amount": 780000, "amount_decimal": "780000", "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": "sub_sched_1H4bguIEn5WyEQxnL1sw9BfJ", "start_date": 1594685289, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTAWL1LLjagi", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685283, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685288, "collection_method": "charge_automatically", "created": 1594685283, "current_period_end": 1597363683, "current_period_start": 1594685283, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685288, "items": {"object": "list", "data": [{"id": "si_HdtTPoc74Uijlv", "object": "subscription_item", "billing_thresholds": null, "created": 1594685284, "metadata": {}, "plan": {"id": "plan_HHjkXvK8l2hjJ1", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HHjkXvK8l2hjJ1", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HdtTAWL1LLjagi", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTAWL1LLjagi"}, "latest_invoice": "in_1H4bgmIEn5WyEQxnDcrHxhxd", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HHjkXvK8l2hjJ1", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574996, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": "sub_sched_1H4bgnIEn5WyEQxnLrlOBKxM", "start_date": 1594685283, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTDFyQZs22E7", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685281, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685288, "collection_method": "charge_automatically", "created": 1594685281, "current_period_end": 1626221281, "current_period_start": 1594685281, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685288, "items": {"object": "list", "data": [{"id": "si_HdtT1XOQWAsj0s", "object": "subscription_item", "billing_thresholds": null, "created": 1594685281, "metadata": {}, "plan": {"id": "plan_HCVGOY9hzMEOFQ", "object": "plan", "active": true, "aggregate_usage": null, "amount": 780000, "amount_decimal": "780000", "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCVGOY9hzMEOFQ", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "year", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 780000, "unit_amount_decimal": "780000"}, "quantity": 1, "subscription": "sub_HdtTDFyQZs22E7", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTDFyQZs22E7"}, "latest_invoice": "in_1H4bgjIEn5WyEQxn0Neq46ge", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCVGOY9hzMEOFQ", "object": "plan", "active": true, "aggregate_usage": null, "amount": 780000, "amount_decimal": "780000", "billing_scheme": "per_unit", "created": 1588367928, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": "sub_sched_1H4bgnIEn5WyEQxncJIdI1XO", "start_date": 1594685281, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTM7KweIN5vd", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685279, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685280, "collection_method": "charge_automatically", "created": 1594685279, "current_period_end": 1597363679, "current_period_start": 1594685279, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685280, "items": {"object": "list", "data": [{"id": "si_HdtTIQJp2zwmtt", "object": "subscription_item", "billing_thresholds": null, "created": 1594685279, "metadata": {}, "plan": {"id": "plan_HHjj6NiOg1NbAn", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574976, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HHjj6NiOg1NbAn", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1589574976, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-overage-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HdtTM7KweIN5vd", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTM7KweIN5vd"}, "latest_invoice": "in_1H4bghIEn5WyEQxngN3MRTh6", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HHjj6NiOg1NbAn", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574976, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594685279, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTyV4ncbx4kh", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685275, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685280, "collection_method": "charge_automatically", "created": 1594685275, "current_period_end": 1626221275, "current_period_start": 1594685275, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685280, "items": {"object": "list", "data": [{"id": "si_HdtTz3x2ra4xqn", "object": "subscription_item", "billing_thresholds": null, "created": 1594685275, "metadata": {}, "plan": {"id": "plan_HCVENTRVcWmica", "object": "plan", "active": true, "aggregate_usage": null, "amount": 96000, "amount_decimal": "96000", "billing_scheme": "per_unit", "created": 1588367806, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCVENTRVcWmica", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367806, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "year", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 96000, "unit_amount_decimal": "96000"}, "quantity": 1, "subscription": "sub_HdtTyV4ncbx4kh", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTyV4ncbx4kh"}, "latest_invoice": "in_1H4bgdIEn5WyEQxn7WF60b4m", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCVENTRVcWmica", "object": "plan", "active": true, "aggregate_usage": null, "amount": 96000, "amount_decimal": "96000", "billing_scheme": "per_unit", "created": 1588367806, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594685275, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTsPMeQ0DM8I", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685269, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685273, "collection_method": "charge_automatically", "created": 1594685269, "current_period_end": 1597363669, "current_period_start": 1594685269, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685273, "items": {"object": "list", "data": [{"id": "si_HdtTEaSDsGRMHH", "object": "subscription_item", "billing_thresholds": null, "created": 1594685269, "metadata": {}, "plan": {"id": "plan_HHK7OBfHgbZol9", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589479670, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HHK7OBfHgbZol9", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1589479670, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-overage-monthly", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HdtTsPMeQ0DM8I", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTsPMeQ0DM8I"}, "latest_invoice": "in_1H4bgXIEn5WyEQxnHCOSJfmy", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HHK7OBfHgbZol9", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589479670, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-overage-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 250000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": "sub_sched_1H4bgYIEn5WyEQxne8c79IU2", "start_date": 1594685269, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTHGRJgaV3Nk", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685266, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685274, "collection_method": "charge_automatically", "created": 1594685266, "current_period_end": 1597363666, "current_period_start": 1594685266, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685274, "items": {"object": "list", "data": [{"id": "si_HdtTfXoMNlkG8J", "object": "subscription_item", "billing_thresholds": null, "created": 1594685267, "metadata": {}, "plan": {"id": "plan_HCVFonLSv6DxXW", "object": "plan", "active": true, "aggregate_usage": null, "amount": 79900, "amount_decimal": "79900", "billing_scheme": "per_unit", "created": 1588367891, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCVFonLSv6DxXW", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367891, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "growth-monthly", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 79900, "unit_amount_decimal": "79900"}, "quantity": 1, "subscription": "sub_HdtTHGRJgaV3Nk", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTHGRJgaV3Nk"}, "latest_invoice": "in_1H4bgVIEn5WyEQxnl6vct4pW", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCVFonLSv6DxXW", "object": "plan", "active": true, "aggregate_usage": null, "amount": 79900, "amount_decimal": "79900", "billing_scheme": "per_unit", "created": 1588367891, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "growth-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": "sub_sched_1H4bgYIEn5WyEQxnDlLrseFF", "start_date": 1594685266, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtTM1U92xlzu2", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685261, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685266, "collection_method": "charge_automatically", "created": 1594685261, "current_period_end": 1597363661, "current_period_start": 1594685261, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685266, "items": {"object": "list", "data": [{"id": "si_HdtT3vnfY0RYIb", "object": "subscription_item", "billing_thresholds": null, "created": 1594685262, "metadata": {}, "plan": {"id": "plan_HHjj6NiOg1NbAn", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574976, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HHjj6NiOg1NbAn", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1589574976, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-overage-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HdtTM1U92xlzu2", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtTM1U92xlzu2"}, "latest_invoice": "in_1H4bgPIEn5WyEQxnxC16IWhV", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HHjj6NiOg1NbAn", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1589574976, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.2", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594685261, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} -{"stream": "subscriptions", "data": {"id": "sub_HdtT0ioHvdvWKO", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594685262, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": 1594685266, "collection_method": "charge_automatically", "created": 1594685259, "current_period_end": 1626221262, "current_period_start": 1594685262, "customer": "cus_HDZxYYMYcazf3v", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": 1594685266, "items": {"object": "list", "data": [{"id": "si_HdtTYkFZyUqC39", "object": "subscription_item", "billing_thresholds": null, "created": 1594685259, "metadata": {}, "plan": {"id": "plan_HCVENTRVcWmica", "object": "plan", "active": true, "aggregate_usage": null, "amount": 96000, "amount_decimal": "96000", "billing_scheme": "per_unit", "created": 1588367806, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCVENTRVcWmica", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367806, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-annual", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "year", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 96000, "unit_amount_decimal": "96000"}, "quantity": 1, "subscription": "sub_HdtT0ioHvdvWKO", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HdtT0ioHvdvWKO"}, "latest_invoice": "in_1H4bgRIEn5WyEQxnCL9OOPIw", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCVENTRVcWmica", "object": "plan", "active": true, "aggregate_usage": null, "amount": 96000, "amount_decimal": "96000", "billing_scheme": "per_unit", "created": 1588367806, "currency": "usd", "interval": "year", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-annual", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594685259, "status": "canceled", "tax_percent": null, "transfer_data": null, "trial_end": null, "trial_start": null}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_HzZz2kXi3X5JeO", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1602278873, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1599686873, "current_period_end": 1628544473, "current_period_start": 1625866073, "customer": "cus_HzZzA5Cm3Pb8Rk", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HzZzkViznILf47", "object": "subscription_item", "billing_thresholds": null, "created": 1599686874, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HzZz2kXi3X5JeO", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HzZz2kXi3X5JeO"}, "latest_invoice": "in_1JBRG2IEn5WyEQxn2Ic7V2RS", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1599686873, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1602278873, "trial_start": 1599686873}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_HzZz9jG0XoSTzp", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1602278873, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1599686873, "current_period_end": 1628544473, "current_period_start": 1625866073, "customer": "cus_HzZzA5Cm3Pb8Rk", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HzZzdUREzTkBGP", "object": "subscription_item", "billing_thresholds": null, "created": 1599686873, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_HzZz9jG0XoSTzp", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HzZz9jG0XoSTzp"}, "latest_invoice": "in_1JBRG1IEn5WyEQxn1UZZ6j5W", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1599686873, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1602278873, "trial_start": 1599686873}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hm79IpijHbWG6Y", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1599173266, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1596581266, "current_period_end": 1628030866, "current_period_start": 1625352466, "customer": "cus_Hm79aU31H8NCaS", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hm79NwhbKPTnMW", "object": "subscription_item", "billing_thresholds": null, "created": 1596581266, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hm79IpijHbWG6Y", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hm79IpijHbWG6Y"}, "latest_invoice": "in_1J9Hf1IEn5WyEQxnRIsUHRNk", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1596581266, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1599173266, "trial_start": 1596581266}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hm79H35Cga2xyM", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1599173265, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1596581265, "current_period_end": 1628030865, "current_period_start": 1625352465, "customer": "cus_Hm79aU31H8NCaS", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hm79ez6Hthf2jP", "object": "subscription_item", "billing_thresholds": null, "created": 1596581266, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_Hm79H35Cga2xyM", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hm79H35Cga2xyM"}, "latest_invoice": "in_1J9He9IEn5WyEQxnIHnR07pp", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1596581265, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1599173265, "trial_start": 1596581265}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hgqd9cnZ3U2zso", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1595366620, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HgqdUlT76RCID7", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hgqd3GbOq4nX96", "object": "subscription_item", "billing_thresholds": null, "created": 1595366621, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hgqd9cnZ3U2zso", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hgqd9cnZ3U2zso"}, "latest_invoice": "in_1J8OZSIEn5WyEQxnB2v5sbjq", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1595366620, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595366620}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_HgqdZo49rNc9yd", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1595366619, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HgqdUlT76RCID7", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HgqdPFqB83zOkG", "object": "subscription_item", "billing_thresholds": null, "created": 1595366620, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_HgqdZo49rNc9yd", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HgqdZo49rNc9yd"}, "latest_invoice": "in_1J8OaGIEn5WyEQxntxV9SoiC", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1595366619, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595366619}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf34IdAAxZ52R9", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594951622, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf34W3ixOwxYl8", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf34ZIE6Eghfhg", "object": "subscription_item", "billing_thresholds": null, "created": 1594951623, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hf34IdAAxZ52R9", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf34IdAAxZ52R9"}, "latest_invoice": "in_1J8OaNIEn5WyEQxnjVyxvHpB", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594951622, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594951622}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf34Qc1KVVs8S6", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594951621, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf34W3ixOwxYl8", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf34nezuRvVozR", "object": "subscription_item", "billing_thresholds": null, "created": 1594951622, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_Hf34Qc1KVVs8S6", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf34Qc1KVVs8S6"}, "latest_invoice": "in_1J8OZTIEn5WyEQxny3CxoLoP", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594951621, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594951621}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2qrsVuVGHXe3", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594951250, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950743, "current_period_end": 1629165650, "current_period_start": 1626487250, "customer": "cus_Hf2qOhXoDIiXiK", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2qsLwNq56OJG", "object": "subscription_item", "billing_thresholds": null, "created": 1594950744, "metadata": {}, "plan": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.5", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hf2qrsVuVGHXe3", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2qrsVuVGHXe3"}, "latest_invoice": "in_1JE2w0IEn5WyEQxnm556audH", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.5", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594950743, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1594951249, "trial_start": 1594950743}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2qWerNs8mYbh", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594951270, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950743, "current_period_end": 1629165670, "current_period_start": 1626487270, "customer": "cus_Hf2qOhXoDIiXiK", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2quA7b9Kin4A", "object": "subscription_item", "billing_thresholds": null, "created": 1594950743, "metadata": {}, "plan": {"id": "plan_HCV3N7NM9cyAm4", "object": "plan", "active": true, "aggregate_usage": null, "amount": 9900, "amount_decimal": "9900", "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCV3N7NM9cyAm4", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 9900, "unit_amount_decimal": "9900"}, "quantity": 1, "subscription": "sub_Hf2qWerNs8mYbh", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2qWerNs8mYbh"}, "latest_invoice": "in_1JE2vwIEn5WyEQxnkpZ7QEFP", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCV3N7NM9cyAm4", "object": "plan", "active": true, "aggregate_usage": null, "amount": 9900, "amount_decimal": "9900", "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594950743, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1594951269, "trial_start": 1594950743}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2peKxCELwRbU", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1597542736, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950736, "current_period_end": 1629078736, "current_period_start": 1626400336, "customer": "cus_Hf2pXyADLHSHAC", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2pd6RdGIRH5x", "object": "subscription_item", "billing_thresholds": null, "created": 1594950737, "metadata": {}, "plan": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.5", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hf2peKxCELwRbU", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2peKxCELwRbU"}, "latest_invoice": "in_1JDgEqIEn5WyEQxn4Jlk4r2a", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.5", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594950736, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1597542736, "trial_start": 1594950736}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2pipLVFj6x1D", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1597542736, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950736, "current_period_end": 1629078736, "current_period_start": 1626400336, "customer": "cus_Hf2pXyADLHSHAC", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2puA2lH18xJg", "object": "subscription_item", "billing_thresholds": null, "created": 1594950736, "metadata": {}, "plan": {"id": "plan_HCV3N7NM9cyAm4", "object": "plan", "active": true, "aggregate_usage": null, "amount": 9900, "amount_decimal": "9900", "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCV3N7NM9cyAm4", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 9900, "unit_amount_decimal": "9900"}, "quantity": 1, "subscription": "sub_Hf2pipLVFj6x1D", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2pipLVFj6x1D"}, "latest_invoice": "in_1JDgEoIEn5WyEQxnXkd7OHep", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCV3N7NM9cyAm4", "object": "plan", "active": true, "aggregate_usage": null, "amount": 9900, "amount_decimal": "9900", "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594950736, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1597542736, "trial_start": 1594950736}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2pEMwdL9JHnw", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950701, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf2pYlKKcVgz1y", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2pGheURlXx9V", "object": "subscription_item", "billing_thresholds": null, "created": 1594950701, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hf2pEMwdL9JHnw", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2pEMwdL9JHnw"}, "latest_invoice": "in_1J8OZUIEn5WyEQxnn0zOsxaI", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594950701, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594950701}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2pgopSeOlHIU", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950700, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf2pYlKKcVgz1y", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2pubkQAtbkuS", "object": "subscription_item", "billing_thresholds": null, "created": 1594950701, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_Hf2pgopSeOlHIU", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2pgopSeOlHIU"}, "latest_invoice": "in_1J8OZSIEn5WyEQxnYYBrtSmw", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594950700, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594950700}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2hJeXoqmk7wy", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950255, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf2hDkaO4agtlI", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2huD5EitmlDD", "object": "subscription_item", "billing_thresholds": null, "created": 1594950256, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hf2hJeXoqmk7wy", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2hJeXoqmk7wy"}, "latest_invoice": "in_1J8OaDIEn5WyEQxn94AzxKel", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594950255, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594950255}, "emitted_at": 1626172757000} +{"stream": "subscriptions", "data": {"id": "sub_Hf2hWoSfHPb1hL", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950254, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf2hDkaO4agtlI", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2h3C1NSDUp7O", "object": "subscription_item", "billing_thresholds": null, "created": 1594950255, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_Hf2hWoSfHPb1hL", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2hWoSfHPb1hL"}, "latest_invoice": "in_1J8OZSIEn5WyEQxncf0Hg3Fr", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594950254, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594950254}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_I4ZQMq8s1YtPcY", "object": "customer", "address": null, "balance": 0, "created": 1600837969, "currency": null, "default_source": null, "delinquent": false, "description": "Customer 4", "discount": {"id": "di_1JFaGSIEn5WyEQxngHGp1kXZ", "object": "discount", "checkout_session": null, "coupon": {"id": "MMERwFsd", "object": "coupon", "amount_off": null, "created": 1626853922, "currency": null, "duration": "repeating", "duration_in_months": 3, "livemode": false, "max_redemptions": null, "metadata": {}, "name": null, "percent_off": 25.23, "redeem_by": null, "times_redeemed": 1, "valid": true}, "customer": "cus_I4ZQMq8s1YtPcY", "end": 1634802888, "invoice": null, "invoice_item": null, "promotion_code": null, "start": 1626854088, "subscription": null}, "email": "customer4@test.com", "invoice_prefix": "38428A86", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {"coupon": "MMERwFsd"}, "name": null, "next_invoice_sequence": 1, "phone": "444-444-4444", "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQMq8s1YtPcY/sources"}, "subscriptions": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQMq8s1YtPcY/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQMq8s1YtPcY/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_I4ZQpl4L3qtlAB", "object": "customer", "address": null, "balance": 0, "created": 1600837969, "currency": null, "default_source": null, "delinquent": false, "description": "Customer 3", "discount": null, "email": "customer3@test.com", "invoice_prefix": "96FF4CF2", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {}, "name": null, "next_invoice_sequence": 1, "phone": "333-333-3333", "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQpl4L3qtlAB/sources"}, "subscriptions": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQpl4L3qtlAB/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQpl4L3qtlAB/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_I4ZQEnCrue3FsN", "object": "customer", "address": null, "balance": 0, "created": 1600837969, "currency": null, "default_source": null, "delinquent": false, "description": "Customer 2", "discount": null, "email": "customer2@test.com", "invoice_prefix": "F7C912BE", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {}, "name": null, "next_invoice_sequence": 1, "phone": "222-222-2222", "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQEnCrue3FsN/sources"}, "subscriptions": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQEnCrue3FsN/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQEnCrue3FsN/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_I4ZQEfzwFq4fXO", "object": "customer", "address": null, "balance": 0, "created": 1600837969, "currency": null, "default_source": null, "delinquent": false, "description": "Customer 1", "discount": null, "email": "customer1@test.com", "invoice_prefix": "BDCCE7CD", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {}, "name": null, "next_invoice_sequence": 1, "phone": "111-111-1111", "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQEfzwFq4fXO/sources"}, "subscriptions": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQEfzwFq4fXO/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_I4ZQEfzwFq4fXO/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_HzZzA5Cm3Pb8Rk", "object": "customer", "address": null, "balance": 0, "created": 1599686872, "currency": "usd", "default_source": null, "delinquent": false, "description": null, "discount": null, "email": "michel@dataline.io", "invoice_prefix": "BC8FADBE", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {"workspace_id": "b5d5596b-8802-464e-ab39-48e2d2ceaa4b", "env": "dev", "eligibleForTrial": "true"}, "name": "default", "next_invoice_sequence": 23, "phone": null, "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_HzZzA5Cm3Pb8Rk/sources"}, "subscriptions": {"object": "list", "data": [{"id": "sub_HzZz2kXi3X5JeO", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1602278873, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1599686873, "current_period_end": 1628544473, "current_period_start": 1625866073, "customer": "cus_HzZzA5Cm3Pb8Rk", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HzZzkViznILf47", "object": "subscription_item", "billing_thresholds": null, "created": 1599686874, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_HzZz2kXi3X5JeO", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HzZz2kXi3X5JeO"}, "latest_invoice": "in_1JBRG2IEn5WyEQxn2Ic7V2RS", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1599686873, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1602278873, "trial_start": 1599686873}, {"id": "sub_HzZz9jG0XoSTzp", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1602278873, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1599686873, "current_period_end": 1628544473, "current_period_start": 1625866073, "customer": "cus_HzZzA5Cm3Pb8Rk", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HzZzdUREzTkBGP", "object": "subscription_item", "billing_thresholds": null, "created": 1599686873, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_HzZz9jG0XoSTzp", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HzZz9jG0XoSTzp"}, "latest_invoice": "in_1JBRG1IEn5WyEQxn1UZZ6j5W", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1599686873, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1602278873, "trial_start": 1599686873}], "has_more": false, "total_count": 2, "url": "/v1/customers/cus_HzZzA5Cm3Pb8Rk/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_HzZzA5Cm3Pb8Rk/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_Hm79aU31H8NCaS", "object": "customer", "address": null, "balance": 0, "created": 1596581264, "currency": "usd", "default_source": null, "delinquent": false, "description": null, "discount": null, "email": "jamakase54+10@gmail.com", "invoice_prefix": "F3BD4972", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {"workspace_id": "ad73703b-8397-4f79-a725-0e6f639f35a8", "env": "dev", "eligibleForTrial": "true"}, "name": "test2", "next_invoice_sequence": 25, "phone": null, "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_Hm79aU31H8NCaS/sources"}, "subscriptions": {"object": "list", "data": [{"id": "sub_Hm79IpijHbWG6Y", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1599173266, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1596581266, "current_period_end": 1628030866, "current_period_start": 1625352466, "customer": "cus_Hm79aU31H8NCaS", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hm79NwhbKPTnMW", "object": "subscription_item", "billing_thresholds": null, "created": 1596581266, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hm79IpijHbWG6Y", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hm79IpijHbWG6Y"}, "latest_invoice": "in_1J9Hf1IEn5WyEQxnRIsUHRNk", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1596581266, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1599173266, "trial_start": 1596581266}, {"id": "sub_Hm79H35Cga2xyM", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1599173265, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1596581265, "current_period_end": 1628030865, "current_period_start": 1625352465, "customer": "cus_Hm79aU31H8NCaS", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hm79ez6Hthf2jP", "object": "subscription_item", "billing_thresholds": null, "created": 1596581266, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_Hm79H35Cga2xyM", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hm79H35Cga2xyM"}, "latest_invoice": "in_1J9He9IEn5WyEQxnIHnR07pp", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1596581265, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1599173265, "trial_start": 1596581265}], "has_more": false, "total_count": 2, "url": "/v1/customers/cus_Hm79aU31H8NCaS/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_Hm79aU31H8NCaS/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_HgqdUlT76RCID7", "object": "customer", "address": null, "balance": 0, "created": 1595366618, "currency": "usd", "default_source": null, "delinquent": false, "description": null, "discount": null, "email": "john@dataline.io", "invoice_prefix": "DA31D4FD", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {"workspace_id": "619717fd-c858-478a-8493-71953801e0d5", "env": "dev", "eligibleForTrial": "false"}, "name": "default", "next_invoice_sequence": 27, "phone": null, "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_HgqdUlT76RCID7/sources"}, "subscriptions": {"object": "list", "data": [{"id": "sub_Hgqd9cnZ3U2zso", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1595366620, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HgqdUlT76RCID7", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hgqd3GbOq4nX96", "object": "subscription_item", "billing_thresholds": null, "created": 1595366621, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hgqd9cnZ3U2zso", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hgqd9cnZ3U2zso"}, "latest_invoice": "in_1J8OZSIEn5WyEQxnB2v5sbjq", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1595366620, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595366620}, {"id": "sub_HgqdZo49rNc9yd", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1595366619, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_HgqdUlT76RCID7", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_HgqdPFqB83zOkG", "object": "subscription_item", "billing_thresholds": null, "created": 1595366620, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_HgqdZo49rNc9yd", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_HgqdZo49rNc9yd"}, "latest_invoice": "in_1J8OaGIEn5WyEQxntxV9SoiC", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1595366619, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1595366619}], "has_more": false, "total_count": 2, "url": "/v1/customers/cus_HgqdUlT76RCID7/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_HgqdUlT76RCID7/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_Hf34W3ixOwxYl8", "object": "customer", "address": null, "balance": 0, "created": 1594951620, "currency": "usd", "default_source": null, "delinquent": false, "description": null, "discount": null, "email": "sherif+friends@dataline.io", "invoice_prefix": "A7936507", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null}, "livemode": false, "metadata": {"workspace_id": "9f071356-1b6e-4daf-9032-8e99b3f29bb9", "env": "dev", "eligibleForTrial": "false"}, "name": "default", "next_invoice_sequence": 27, "phone": null, "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_Hf34W3ixOwxYl8/sources"}, "subscriptions": {"object": "list", "data": [{"id": "sub_Hf34IdAAxZ52R9", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594951622, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf34W3ixOwxYl8", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf34ZIE6Eghfhg", "object": "subscription_item", "billing_thresholds": null, "created": 1594951623, "metadata": {}, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "plan_HDfijky2JcM0pm", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hf34IdAAxZ52R9", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf34IdAAxZ52R9"}, "latest_invoice": "in_1J8OaNIEn5WyEQxnjVyxvHpB", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HDfijky2JcM0pm", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1588637439, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free-overage", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 5000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594951622, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594951622}, {"id": "sub_Hf34Qc1KVVs8S6", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1596283200, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594951621, "current_period_end": 1627819200, "current_period_start": 1625140800, "customer": "cus_Hf34W3ixOwxYl8", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf34nezuRvVozR", "object": "subscription_item", "billing_thresholds": null, "created": 1594951622, "metadata": {}, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCaq3bqVvJH4sN", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 0, "unit_amount_decimal": "0"}, "quantity": 1, "subscription": "sub_Hf34Qc1KVVs8S6", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf34Qc1KVVs8S6"}, "latest_invoice": "in_1J8OZTIEn5WyEQxny3CxoLoP", "livemode": false, "metadata": {"eligibleForTrial": "false"}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCaq3bqVvJH4sN", "object": "plan", "active": true, "aggregate_usage": null, "amount": 0, "amount_decimal": "0", "billing_scheme": "per_unit", "created": 1588388692, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "free", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594951621, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1596283200, "trial_start": 1594951621}], "has_more": false, "total_count": 2, "url": "/v1/customers/cus_Hf34W3ixOwxYl8/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_Hf34W3ixOwxYl8/tax_ids"}}, "emitted_at": 1626172757000} +{"stream": "customers", "data": {"id": "cus_Hf2qOhXoDIiXiK", "object": "customer", "address": null, "balance": 0, "created": 1594950742, "currency": "usd", "default_source": null, "delinquent": false, "description": null, "discount": null, "email": "sherif@dataline.io", "invoice_prefix": "F763206E", "invoice_settings": {"custom_fields": null, "default_payment_method": "pm_1H5ipwIEn5WyEQxn2LlKZjqJ", "footer": null}, "livemode": false, "metadata": {"workspace_id": "23818f66-a538-48d3-8d50-48ace4a51555", "env": "dev", "eligibleForTrial": "false"}, "name": "paying-with-overage", "next_invoice_sequence": 31, "phone": null, "preferred_locales": [], "shipping": null, "sources": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_Hf2qOhXoDIiXiK/sources"}, "subscriptions": {"object": "list", "data": [{"id": "sub_Hf2qrsVuVGHXe3", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594951250, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950743, "current_period_end": 1629165650, "current_period_start": 1626487250, "customer": "cus_Hf2qOhXoDIiXiK", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2qsLwNq56OJG", "object": "subscription_item", "billing_thresholds": null, "created": 1594950744, "metadata": {}, "plan": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.5", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "price": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "price", "active": true, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": "sum", "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "metered"}, "tiers_mode": "graduated", "transform_quantity": null, "type": "recurring", "unit_amount": null, "unit_amount_decimal": null}, "subscription": "sub_Hf2qrsVuVGHXe3", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2qrsVuVGHXe3"}, "latest_invoice": "in_1JE2w0IEn5WyEQxnm556audH", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "price_1H5DS3IEn5WyEQxnqW2x4pWu", "object": "plan", "active": true, "aggregate_usage": "sum", "amount": null, "amount_decimal": null, "billing_scheme": "tiered", "created": 1594830443, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-overage-monthly-v2", "product": "prod_H07MQuAFARZ6K6", "tiers": [{"flat_amount": null, "flat_amount_decimal": null, "unit_amount": 0, "unit_amount_decimal": "0", "up_to": 50000}, {"flat_amount": null, "flat_amount_decimal": null, "unit_amount": null, "unit_amount_decimal": "0.5", "up_to": null}], "tiers_mode": "graduated", "transform_usage": null, "trial_period_days": null, "usage_type": "metered"}, "quantity": 1, "schedule": null, "start_date": 1594950743, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1594951249, "trial_start": 1594950743}, {"id": "sub_Hf2qWerNs8mYbh", "object": "subscription", "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1594951270, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1594950743, "current_period_end": 1629165670, "current_period_start": 1626487270, "customer": "cus_Hf2qOhXoDIiXiK", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "discount": null, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_Hf2quA7b9Kin4A", "object": "subscription_item", "billing_thresholds": null, "created": 1594950743, "metadata": {}, "plan": {"id": "plan_HCV3N7NM9cyAm4", "object": "plan", "active": true, "aggregate_usage": null, "amount": 9900, "amount_decimal": "9900", "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "plan_HCV3N7NM9cyAm4", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "livemode": false, "lookup_key": null, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 9900, "unit_amount_decimal": "9900"}, "quantity": 1, "subscription": "sub_Hf2qWerNs8mYbh", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_Hf2qWerNs8mYbh"}, "latest_invoice": "in_1JE2vwIEn5WyEQxnkpZ7QEFP", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "plan_HCV3N7NM9cyAm4", "object": "plan", "active": true, "aggregate_usage": null, "amount": 9900, "amount_decimal": "9900", "billing_scheme": "per_unit", "created": 1588367151, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": "starter-monthly", "product": "prod_H07MQuAFARZ6K6", "tiers": null, "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1594950743, "status": "active", "tax_percent": null, "transfer_data": null, "trial_end": 1594951269, "trial_start": 1594950743}], "has_more": false, "total_count": 2, "url": "/v1/customers/cus_Hf2qOhXoDIiXiK/subscriptions"}, "tax_exempt": "none", "tax_ids": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/customers/cus_Hf2qOhXoDIiXiK/tax_ids"}}, "emitted_at": 1626172757000} diff --git a/airbyte-integrations/connectors/source-stripe/integration_tests/non_disputes_events_catalog.json b/airbyte-integrations/connectors/source-stripe/integration_tests/non_disputes_events_catalog.json index 620e57430d75..39793a64a4dd 100644 --- a/airbyte-integrations/connectors/source-stripe/integration_tests/non_disputes_events_catalog.json +++ b/airbyte-integrations/connectors/source-stripe/integration_tests/non_disputes_events_catalog.json @@ -1,3809 +1,52 @@ { "streams": [ - { - "stream": { - "name": "bank_accounts", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "account_holder_name": { - "type": ["null", "string"] - }, - "account_holder_type": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "routing_number": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" - }, - { - "stream": { - "name": "balance_transactions", - "json_schema": { - "type": ["null", "object"], - "properties": { - "fee": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "source": { - "type": ["null", "string"] - }, - "fee_details": { - "type": ["null", "array"], - "items": { - "properties": { - "application": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - } - }, - "type": ["null", "object"] - } - }, - "available_on": { - "type": ["null", "integer"] - }, - "status": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "net": { - "type": ["null", "integer"] - }, - "exchange_rate": { - "type": ["null", "number"] - }, - "type": { - "type": ["null", "string"] - }, - "sourced_transfers": { - "items": {}, - "type": ["null", "array"] - }, - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "amount": { - "type": ["null", "integer"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "charges", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "fraud_details": { - "type": ["null", "object"], - "properties": { - "stripe_report": { - "type": ["null", "string"] - } - } - }, - "transfer_group": { - "type": ["null", "string"] - }, - "on_behalf_of": { - "type": ["null", "string"] - }, - "review": { - "type": ["null", "string"] - }, - "failure_message": { - "type": ["null", "string"] - }, - "receipt_email": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "source": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "three_d_secure": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "brand": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "usage": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "owner": { - "type": ["null", "object"], - "properties": { - "verified_address": { - "type": ["null", "string"] - }, - "email": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "verified_email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - }, - "verified_phone": { - "type": ["null", "string"] - } - } - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "client_secret": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "receiver": { - "type": ["null", "object"], - "properties": { - "refund_attributes_method": { - "type": ["null", "string"] - }, - "amount_returned": { - "type": ["null", "integer"] - }, - "amount_received": { - "type": ["null", "integer"] - }, - "refund_attributes_status": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "string"] - }, - "amount_charged": { - "type": ["null", "integer"] - } - } - }, - "flow": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "bank_name": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - }, - "refund_account_holder_type": { - "type": ["null", "string"] - }, - "refund_account_holder_name": { - "type": ["null", "string"] - }, - "refund_account_number": { - "type": ["null", "string"] - }, - "refund_routing_number": { - "type": ["null", "string"] - }, - "account_number": { - "type": ["null", "string"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "address_state": { - "type": ["null", "string"] - }, - "alipay": { - "type": ["null", "object"], - "properties": {} - }, - "bancontact": { - "type": ["null", "object"], - "properties": {} - }, - "eps": { - "type": ["null", "object"], - "properties": {} - }, - "ideal": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": {} - }, - "redirect": { - "type": ["null", "object"], - "properties": { - "failure_reason": { - "type": ["null", "string"] - }, - "return_url": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - } - } - } - } - }, - "destination": { - "type": ["null", "string"] - }, - "id": { - "type": ["string"] - }, - "object": { - "type": ["null", "string"] - }, - "outcome": { - "type": ["null", "object"], - "properties": { - "type": { - "type": ["null", "string"] - }, - "seller_message": { - "type": ["null", "string"] - }, - "reason": { - "type": ["null", "string"] - }, - "risk_level": { - "type": ["null", "string"] - }, - "network_status": { - "type": ["null", "string"] - }, - "risk_score": { - "type": ["null", "integer"] - } - } - }, - "status": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "order": { - "type": ["null", "string"] - }, - "application": { - "type": ["null", "string"] - }, - "refunded": { - "type": ["null", "boolean"] - }, - "receipt_number": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "captured": { - "type": ["null", "boolean"] - }, - "paid": { - "type": ["null", "boolean"] - }, - "shipping": { - "type": ["null", "object"], - "properties": {} - }, - "invoice": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "customer": { - "type": ["null", "string"] - }, - "payment_intent": { - "type": ["null", "string"] - }, - "source_transfer": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "refunds": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "application_fee": { - "type": ["null", "string"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "exp_month": { - "type": ["null", "integer"] - }, - "address_state": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "payment_method_details": { - "type": ["null", "object"], - "properties": { - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "account_number": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - } - } - }, - "ach_debit": { - "type": ["null", "object"], - "properties": { - "account_holder_type": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - } - } - }, - "alipay": { - "type": ["null", "object"] - }, - "bancontact": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "iban_last4": { - "type": ["null", "string"] - }, - "preferred_language": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "card": { - "type": ["null", "object"], - "properties": { - "brand": { - "type": ["null", "string"] - }, - "checks": { - "type": ["null", "object"], - "properties": { - "address_line1_check": { - "type": ["null", "string"] - }, - "address_postal_code_check": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - } - } - }, - "country": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "installments": { - "type": ["null", "object"], - "properties": { - "plan": { - "type": ["null", "object"], - "properties": { - "count": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - } - } - }, - "last4": { - "type": ["null", "string"] - }, - "network": { - "type": ["null", "string"] - }, - "three_d_secure": { - "type": ["null", "object"], - "properties": { - "authenticated": { - "type": ["null", "boolean"] - }, - "succeeded": { - "type": ["null", "boolean"] - }, - "version": { - "type": ["null", "string"] - } - } - }, - "wallet": { - "type": ["null", "object"], - "properties": { - "amex_express_checkout": { - "type": ["null", "object"], - "properties": {} - }, - "apple_pay": { - "type": ["null", "object"], - "properties": {} - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "google_pay": { - "type": ["null", "object"], - "properties": {} - }, - "masterpass": { - "type": ["null", "object"], - "properties": { - "billing_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - }, - "email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "shipping_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - } - } - }, - "samsung_pay": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "visa_checkout": { - "type": ["null", "object"], - "properties": { - "billing_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - }, - "email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "shipping_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - } - } - } - } - }, - "card_present": { - "type": ["null", "object"], - "properties": { - "brand": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "emv_auth_data": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "generated_card": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "network": { - "type": ["null", "string"] - }, - "read_method": { - "type": ["null", "string"] - }, - "receipt": { - "type": ["null", "object"], - "properties": { - "application_cryptogram": { - "type": ["null", "string"] - }, - "application_preferred_name": { - "type": ["null", "string"] - }, - "authorization_code": { - "type": ["null", "string"] - }, - "authorization_response_code": { - "type": ["null", "string"] - }, - "cardholder_verification_method": { - "type": ["null", "string"] - }, - "dedicated_file_name": { - "type": ["null", "string"] - }, - "terminal_verification_results": { - "type": ["null", "string"] - }, - "transaction_status_information": { - "type": ["null", "string"] - } - } - } - } - }, - "eps": { - "type": ["null", "object"], - "properties": { - "verified_name": { - "type": ["null", "string"] - } - } - }, - "giropay": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "ideal": { - "type": ["null", "object"], - "properties": { - "bank": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "iban_last4": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "klarna": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": { - "entity": { - "type": ["null", "string"] - }, - "reference": { - "type": ["null", "string"] - } - } - }, - "p24": { - "type": ["null", "object"], - "properties": { - "reference": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "sepa_debit": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "branch_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "mandate": { - "type": ["null", "string"] - } - } - }, - "sofort": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "iban_last4": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "stripe_account": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "wechat": { - "type": ["null", "object"], - "properties": {} - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "address_state": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - } - } - }, - "type": { - "type": ["null", "string"] - } - } - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "amount_refunded": { - "type": ["null", "integer"] - }, - "failure_code": { - "type": ["null", "string"] - }, - "dispute": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "coupons", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "times_redeemed": { - "type": ["null", "integer"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "redeem_by": { - "type": ["null", "string"], - "format": "date-time" - }, - "duration": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "valid": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "duration_in_months": { - "type": ["null", "integer"] - }, - "name": { - "type": ["null", "string"] - }, - "max_redemptions": { - "type": ["null", "integer"] - }, - "amount_off": { - "type": ["null", "integer"] - }, - "created": { - "type": ["null", "integer"] - }, - "percent_off": { - "type": ["null", "number"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "customers", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "preferred_locales": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "invoice_settings": { - "type": ["null", "object"], - "properties": { - "custom_fields": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "default_payment_method": { - "type": ["null", "string"] - }, - "footer": { - "type": ["null", "string"] - } - } - }, - "name": { - "type": ["null", "string"] - }, - "tax_exempt": { - "type": ["null", "string"] - }, - "next_invoice_sequence": { - "type": ["null", "integer"] - }, - "balance": { - "type": ["null", "integer"] - }, - "phone": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - }, - "shipping": { - "type": ["null", "object"], - "properties": { - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - } - } - }, - "sources": { - "anyOf": [ - { - "type": ["null", "array"], - "items": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "three_d_secure": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "brand": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "usage": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "owner": { - "type": ["null", "object"], - "properties": { - "verified_address": { - "type": ["null", "string"] - }, - "email": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "verified_email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - }, - "verified_phone": { - "type": ["null", "string"] - } - } - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "client_secret": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "receiver": { - "type": ["null", "object"], - "properties": { - "refund_attributes_method": { - "type": ["null", "string"] - }, - "amount_returned": { - "type": ["null", "integer"] - }, - "amount_received": { - "type": ["null", "integer"] - }, - "refund_attributes_status": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "string"] - }, - "amount_charged": { - "type": ["null", "integer"] - } - } - }, - "flow": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "bank_name": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - }, - "refund_account_holder_type": { - "type": ["null", "string"] - }, - "refund_account_holder_name": { - "type": ["null", "string"] - }, - "refund_account_number": { - "type": ["null", "string"] - }, - "refund_routing_number": { - "type": ["null", "string"] - }, - "account_number": { - "type": ["null", "string"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "string"], - "format": "date-time" - }, - "address_state": { - "type": ["null", "string"] - }, - "alipay": { - "type": ["null", "object"], - "properties": {} - }, - "bancontact": { - "type": ["null", "object"], - "properties": {} - }, - "eps": { - "type": ["null", "object"], - "properties": {} - }, - "ideal": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": {} - }, - "redirect": { - "type": ["null", "object"], - "properties": { - "failure_reason": { - "type": ["null", "string"] - }, - "return_url": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - } - } - } - } - } - }, - { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "three_d_secure": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "brand": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "usage": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "owner": { - "type": ["null", "object"], - "properties": { - "verified_address": { - "type": ["null", "string"] - }, - "email": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "verified_email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - }, - "verified_phone": { - "type": ["null", "string"] - } - } - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "client_secret": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "receiver": { - "type": ["null", "object"], - "properties": { - "refund_attributes_method": { - "type": ["null", "string"] - }, - "amount_returned": { - "type": ["null", "integer"] - }, - "amount_received": { - "type": ["null", "integer"] - }, - "refund_attributes_status": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "string"] - }, - "amount_charged": { - "type": ["null", "integer"] - } - } - }, - "flow": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "bank_name": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - }, - "refund_account_holder_type": { - "type": ["null", "string"] - }, - "refund_account_holder_name": { - "type": ["null", "string"] - }, - "refund_account_number": { - "type": ["null", "string"] - }, - "refund_routing_number": { - "type": ["null", "string"] - }, - "account_number": { - "type": ["null", "string"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "string"], - "format": "date-time" - }, - "address_state": { - "type": ["null", "string"] - }, - "alipay": { - "type": ["null", "object"], - "properties": {} - }, - "bancontact": { - "type": ["null", "object"], - "properties": {} - }, - "eps": { - "type": ["null", "object"], - "properties": {} - }, - "ideal": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": {} - }, - "redirect": { - "type": ["null", "object"], - "properties": { - "failure_reason": { - "type": ["null", "string"] - }, - "return_url": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - } - } - } - } - } - ] - }, - "delinquent": { - "type": ["null", "boolean"] - }, - "description": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "default_source": { - "type": ["null", "string"] - }, - "cards": { - "type": ["null", "array"], - "items": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "object": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "address_state": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - } - }, - "email": { - "type": ["null", "string"] - }, - "default_card": { - "type": ["null", "string"] - }, - "subscriptions": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "discount": { - "type": ["null", "object"], - "properties": { - "end": { - "type": ["null", "string"], - "format": "date-time" - }, - "coupon": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "valid": { - "type": ["null", "boolean"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "amount_off": { - "type": ["null", "integer"] - }, - "redeem_by": { - "type": ["null", "string"], - "format": "date-time" - }, - "duration_in_months": { - "type": ["null", "integer"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "max_redemptions": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "times_redeemed": { - "type": ["null", "integer"] - }, - "id": { - "type": ["null", "string"] - }, - "duration": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "percent_off": { - "type": ["null", "integer"] - }, - "created": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "start": { - "type": ["null", "string"], - "format": "date-time" - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - } - } - }, - "account_balance": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "invoice_prefix": { - "type": ["null", "string"] - }, - "tax_info_verification": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "tax_info": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "customer_balance_transactions", - "json_schema": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "number"] - }, - "created": { - "type": ["null", "number"] - }, - "credit_note": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "ending_balance": { - "type": ["null", "number"] - }, - "invoice": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "metadata": { - "type": ["null", "object"], - "additionalProperties": true - }, - "type": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "invoice_items", - "json_schema": { - "type": ["null", "object"], - "properties": { - "amount": { - "type": ["null", "integer"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "plan": { - "type": ["null", "object", "string"], - "properties": { - "nickname": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "string", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "object": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "product": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "invoice": { - "type": ["null", "string"] - }, - "period": { - "type": ["null", "object"], - "properties": { - "end": { - "type": ["null", "number"] - }, - "start": { - "type": ["null", "number"] - } - } - }, - "quantity": { - "type": ["null", "integer"] - }, - "description": { - "type": ["null", "string"] - }, - "date": { - "type": ["null", "integer"] - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "discountable": { - "type": ["null", "boolean"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "proration": { - "type": ["null", "boolean"] - }, - "subscription_item": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["date"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["date"] - }, - { - "stream": { - "name": "invoice_line_items", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "invoice": { - "type": ["null", "string"] - }, - "subscription_item": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "description": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "discountable": { - "type": ["null", "boolean"] - }, - "quantity": { - "type": ["null", "integer"] - }, - "amount": { - "type": ["null", "integer"] - }, - "type": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "proration": { - "type": ["null", "boolean"] - }, - "period": { - "type": ["null", "object"], - "properties": { - "start": { - "type": ["null", "number"] - }, - "end": { - "type": ["null", "number"] - } - } - }, - "subscription": { - "type": ["null", "string"] - }, - "plan": { - "type": ["null", "object", "string"], - "properties": { - "nickname": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "string", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "object": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "product": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "updated": { - "type": ["null", "number"] - } - } - }, - "invoice_item": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" - }, - { - "stream": { - "name": "invoices", - "json_schema": { - "type": ["null", "object"], - "properties": { - "created": { - "type": ["null", "integer"] - }, - "next_payment_attempt": { - "type": ["null", "number"] - }, - "tax": { - "type": ["null", "integer"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "charge": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "receipt_number": { - "type": ["null", "string"] - }, - "attempt_count": { - "type": ["null", "integer"] - }, - "payment": { - "type": ["null", "string"] - }, - "amount_paid": { - "type": ["null", "integer"] - }, - "due_date": { - "type": ["null", "number"] - }, - "id": { - "type": ["null", "string"] - }, - "webhooks_delivered_at": { - "type": ["null", "number"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "hosted_invoice_url": { - "type": ["null", "string"] - }, - "period_end": { - "type": ["null", "number"] - }, - "amount_remaining": { - "type": ["null", "integer"] - }, - "tax_percent": { - "type": ["null", "number"] - }, - "billing": { - "type": ["null", "string"] - }, - "auto_advance": { - "type": ["null", "boolean"] - }, - "paid": { - "type": ["null", "boolean"] - }, - "discount": { - "type": ["null", "string"] - }, - "discounts": { - "type": ["null", "array", "object"], - "properties": { - "end": { - "type": ["null", "number"] - }, - "coupon": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "valid": { - "type": ["null", "boolean"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "amount_off": { - "type": ["null", "integer"] - }, - "redeem_by": { - "type": ["null", "number"] - }, - "duration_in_months": { - "type": ["null", "integer"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "max_redemptions": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "times_redeemed": { - "type": ["null", "integer"] - }, - "id": { - "type": ["null", "string"] - }, - "duration": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "percent_off": { - "type": ["null", "integer"] - }, - "created": { - "type": ["null", "integer"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "start": { - "type": ["null", "number"] - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - } - } - }, - "number": { - "type": ["null", "string"] - }, - "billing_reason": { - "type": ["null", "string"] - }, - "ending_balance": { - "type": ["null", "integer"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "period_start": { - "type": ["null", "number"] - }, - "attempted": { - "type": ["null", "boolean"] - }, - "closed": { - "type": ["null", "boolean"] - }, - "invoice_pdf": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "subtotal": { - "type": ["null", "integer"] - }, - "application_fee": { - "type": ["null", "integer"] - }, - "lines": { - "type": ["null", "array", "object"], - "items": { - "type": ["null", "string"] - }, - "properties": {} - }, - "forgiven": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "starting_balance": { - "type": ["null", "integer"] - }, - "amount_due": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "total": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "number"] - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "plans", - "json_schema": { - "type": ["null", "object", "string"], - "properties": { - "nickname": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "string", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "object": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "product": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "payouts", - "json_schema": { - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "failure_code": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "amount_reversed": { - "type": ["null", "integer"] - }, - "source_type": { - "type": ["null", "string"] - }, - "bank_account": { - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "routing_number": { - "type": ["null", "string"] - }, - "account_holder_type": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "account_holder_name": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - } - }, - "type": ["null", "object"] - }, - "date": { - "type": ["null", "string"], - "format": "date-time" - }, - "method": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "failure_message": { - "type": ["null", "string"] - }, - "failure_balance_transaction": { - "type": ["null", "string"] - }, - "recipient": { - "type": ["null", "string"] - }, - "destination": { - "type": ["null", "string"] - }, - "automatic": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "transfer_group": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - }, - "arrival_date": { - "type": ["null", "number"] - }, - "description": { - "type": ["null", "string"] - }, - "source_transaction": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - }, - "type": ["null", "object"] - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "products", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "attributes": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "caption": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "deactivate_on": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "description": { - "type": ["null", "string"] - }, - "images": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "livemode": { - "type": ["null", "boolean"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "name": { - "type": ["null", "string"] - }, - "package_dimensions": { - "type": ["null", "object"], - "properties": { - "width": { - "type": ["null", "number"] - }, - "length": { - "type": ["null", "number"] - }, - "weight": { - "type": ["null", "number"] - }, - "height": { - "type": ["null", "number"] - } - } - }, - "shippable": { - "type": ["null", "boolean"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - }, - "unit_label": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, { "stream": { "name": "subscriptions", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "canceled_at": { - "type": ["null", "number"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "start": { - "type": ["null", "string"], - "format": "date-time" - }, - "items": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "id": { - "type": ["null", "string"] - }, - "trial_start": { - "type": ["null", "number"] - }, - "application_fee_percent": { - "type": ["null", "number"] - }, - "billing_cycle_anchor": { - "type": ["null", "number"] - }, - "cancel_at_period_end": { - "type": ["null", "boolean"] - }, - "tax_percent": { - "type": ["null", "number"] - }, - "discount": { - "type": ["null", "object"], - "properties": { - "end": { - "type": ["null", "string"], - "format": "date-time" - }, - "coupon": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "valid": { - "type": ["null", "boolean"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "amount_off": { - "type": ["null", "number"] - }, - "redeem_by": { - "type": ["null", "string"], - "format": "date-time" - }, - "duration_in_months": { - "type": ["null", "number"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "max_redemptions": { - "type": ["null", "number"] - }, - "currency": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "times_redeemed": { - "type": ["null", "number"] - }, - "id": { - "type": ["null", "string"] - }, - "duration": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "percent_off": { - "type": ["null", "number"] - }, - "created": { - "type": ["null", "number"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "start_date": { - "type": ["null", "number"] - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - } - } - }, - "current_period_end": { - "type": ["null", "number"] - }, - "plan": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "product": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "id": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "integer", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "created": { - "type": ["null", "integer"] - }, - "nickname": { - "type": ["null", "string"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - } - } - }, - "billing": { - "type": ["null", "string"] - }, - "quantity": { - "type": ["null", "integer"] - }, - "days_until_due": { - "type": ["null", "integer"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "ended_at": { - "type": ["null", "number"] - }, - "customer": { - "type": ["null", "string"] - }, - "current_period_start": { - "type": ["null", "number"] - }, - "trial_end": { - "type": ["null", "number"] - }, - "object": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], + "json_schema": {}, + "supported_sync_modes": [ + "full_refresh", + "incremental" + ], "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] + "default_cursor_field": [ + "created" + ], + "source_defined_primary_key": [ + [ + "id" + ] + ] }, "sync_mode": "incremental", "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "subscription_items", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "canceled_at": { - "type": ["null", "string"], - "format": "date-time" - }, - "current_period_end": { - "type": ["null", "string"], - "format": "date-time" - }, - "plan": { - "type": ["null", "object", "string"], - "properties": { - "nickname": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "string", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "object": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "product": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "subscription": { - "type": ["null", "string"] - }, - "trial_start": { - "type": ["null", "string"], - "format": "date-time" - }, - "created": { - "type": ["null", "integer"] - }, - "cancel_at_period_end": { - "type": ["null", "boolean"] - }, - "quantity": { - "type": ["null", "integer"] - }, - "tax_percent": { - "type": ["null", "number"] - }, - "current_period_start": { - "type": ["null", "string"], - "format": "date-time" - }, - "start": { - "type": ["null", "string"], - "format": "date-time" - }, - "discount": { - "type": ["null", "object"], - "properties": {} - }, - "application_fee_percent": { - "type": ["null", "number"] - }, - "id": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "ended_at": { - "type": ["null", "string"], - "format": "date-time" - }, - "trial_end": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" + "cursor_field": [ + "created" + ] }, { "stream": { - "name": "refunds", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "charge": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "payment_intent": { - "type": ["null", "string"] - }, - "reason": { - "type": ["null", "string"] - }, - "receipt_number": { - "type": ["null", "string"] - }, - "source_transfer_reversal": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "transfer_reversal": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "transfers", - "json_schema": { - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "reversals": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "id": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "reversed": { - "type": ["null", "boolean"] - }, - "created": { - "type": ["null", "integer"] - }, - "amount_reversed": { - "type": ["null", "integer"] - }, - "source_type": { - "type": ["null", "string"] - }, - "source_transaction": { - "type": ["null", "string"] - }, - "date": { - "type": ["null", "string"], - "format": "date-time" - }, - "livemode": { - "type": ["null", "boolean"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "failure_balance_transaction": { - "type": ["null", "string"] - }, - "recipient": { - "type": ["null", "string"] - }, - "destination": { - "type": ["null", "string"] - }, - "automatic": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "transfer_group": { - "type": ["null", "string"] - }, - "arrival_date": { - "type": ["null", "string"], - "format": "date-time" - }, - "description": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - }, - "type": ["null", "object"] - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] + "name": "invoices", + "json_schema": {}, + "supported_sync_modes": [ + "full_refresh", + "incremental" + ], + "source_defined_cursor": true, + "default_cursor_field": [ + "created" + ], + "source_defined_primary_key": [ + [ + "id" + ] + ] + }, + "sync_mode": "incremental", + "destination_sync_mode": "overwrite", + "cursor_field": [ + "created" + ] } ] } diff --git a/airbyte-integrations/connectors/source-stripe/integration_tests/non_invoice_line_items_catalog.json b/airbyte-integrations/connectors/source-stripe/integration_tests/non_invoice_line_items_catalog.json index a6660b34ca54..0be31e72655a 100644 --- a/airbyte-integrations/connectors/source-stripe/integration_tests/non_invoice_line_items_catalog.json +++ b/airbyte-integrations/connectors/source-stripe/integration_tests/non_invoice_line_items_catalog.json @@ -2,3873 +2,75 @@ "streams": [ { "stream": { - "name": "bank_accounts", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "account_holder_name": { - "type": ["null", "string"] - }, - "account_holder_type": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "routing_number": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" - }, - { - "stream": { - "name": "balance_transactions", - "json_schema": { - "type": ["null", "object"], - "properties": { - "fee": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "source": { - "type": ["null", "string"] - }, - "fee_details": { - "type": ["null", "array"], - "items": { - "properties": { - "application": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - } - }, - "type": ["null", "object"] - } - }, - "available_on": { - "type": ["null", "integer"] - }, - "status": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "net": { - "type": ["null", "integer"] - }, - "exchange_rate": { - "type": ["null", "number"] - }, - "type": { - "type": ["null", "string"] - }, - "sourced_transfers": { - "items": {}, - "type": ["null", "array"] - }, - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "number"] - }, - "amount": { - "type": ["null", "integer"] - }, - "updated": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "charges", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "fraud_details": { - "type": ["null", "object"], - "properties": { - "stripe_report": { - "type": ["null", "string"] - } - } - }, - "transfer_group": { - "type": ["null", "string"] - }, - "on_behalf_of": { - "type": ["null", "string"] - }, - "review": { - "type": ["null", "string"] - }, - "failure_message": { - "type": ["null", "string"] - }, - "receipt_email": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "source": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "three_d_secure": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "brand": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "usage": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "owner": { - "type": ["null", "object"], - "properties": { - "verified_address": { - "type": ["null", "string"] - }, - "email": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "verified_email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - }, - "verified_phone": { - "type": ["null", "string"] - } - } - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "client_secret": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "receiver": { - "type": ["null", "object"], - "properties": { - "refund_attributes_method": { - "type": ["null", "string"] - }, - "amount_returned": { - "type": ["null", "integer"] - }, - "amount_received": { - "type": ["null", "integer"] - }, - "refund_attributes_status": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "string"] - }, - "amount_charged": { - "type": ["null", "integer"] - } - } - }, - "flow": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "bank_name": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - }, - "refund_account_holder_type": { - "type": ["null", "string"] - }, - "refund_account_holder_name": { - "type": ["null", "string"] - }, - "refund_account_number": { - "type": ["null", "string"] - }, - "refund_routing_number": { - "type": ["null", "string"] - }, - "account_number": { - "type": ["null", "string"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "address_state": { - "type": ["null", "string"] - }, - "alipay": { - "type": ["null", "object"], - "properties": {} - }, - "bancontact": { - "type": ["null", "object"], - "properties": {} - }, - "eps": { - "type": ["null", "object"], - "properties": {} - }, - "ideal": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": {} - }, - "redirect": { - "type": ["null", "object"], - "properties": { - "failure_reason": { - "type": ["null", "string"] - }, - "return_url": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - } - } - } - } - }, - "destination": { - "type": ["null", "string"] - }, - "id": { - "type": ["string"] - }, - "object": { - "type": ["null", "string"] - }, - "outcome": { - "type": ["null", "object"], - "properties": { - "type": { - "type": ["null", "string"] - }, - "seller_message": { - "type": ["null", "string"] - }, - "reason": { - "type": ["null", "string"] - }, - "risk_level": { - "type": ["null", "string"] - }, - "network_status": { - "type": ["null", "string"] - }, - "risk_score": { - "type": ["null", "integer"] - } - } - }, - "status": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "order": { - "type": ["null", "string"] - }, - "application": { - "type": ["null", "string"] - }, - "refunded": { - "type": ["null", "boolean"] - }, - "receipt_number": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "captured": { - "type": ["null", "boolean"] - }, - "paid": { - "type": ["null", "boolean"] - }, - "shipping": { - "type": ["null", "object"], - "properties": {} - }, - "invoice": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "customer": { - "type": ["null", "string"] - }, - "payment_intent": { - "type": ["null", "string"] - }, - "source_transfer": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "refunds": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "application_fee": { - "type": ["null", "string"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "exp_month": { - "type": ["null", "integer"] - }, - "address_state": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "payment_method_details": { - "type": ["null", "object"], - "properties": { - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "account_number": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - } - } - }, - "ach_debit": { - "type": ["null", "object"], - "properties": { - "account_holder_type": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - } - } - }, - "alipay": { - "type": ["null", "object"] - }, - "bancontact": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "iban_last4": { - "type": ["null", "string"] - }, - "preferred_language": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "card": { - "type": ["null", "object"], - "properties": { - "brand": { - "type": ["null", "string"] - }, - "checks": { - "type": ["null", "object"], - "properties": { - "address_line1_check": { - "type": ["null", "string"] - }, - "address_postal_code_check": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - } - } - }, - "country": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "installments": { - "type": ["null", "object"], - "properties": { - "plan": { - "type": ["null", "object"], - "properties": { - "count": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - } - } - }, - "last4": { - "type": ["null", "string"] - }, - "network": { - "type": ["null", "string"] - }, - "three_d_secure": { - "type": ["null", "object"], - "properties": { - "authenticated": { - "type": ["null", "boolean"] - }, - "succeeded": { - "type": ["null", "boolean"] - }, - "version": { - "type": ["null", "string"] - } - } - }, - "wallet": { - "type": ["null", "object"], - "properties": { - "amex_express_checkout": { - "type": ["null", "object"], - "properties": {} - }, - "apple_pay": { - "type": ["null", "object"], - "properties": {} - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "google_pay": { - "type": ["null", "object"], - "properties": {} - }, - "masterpass": { - "type": ["null", "object"], - "properties": { - "billing_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - }, - "email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "shipping_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - } - } - }, - "samsung_pay": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "visa_checkout": { - "type": ["null", "object"], - "properties": { - "billing_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - }, - "email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "shipping_address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - } - } - } - } - }, - "card_present": { - "type": ["null", "object"], - "properties": { - "brand": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "emv_auth_data": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "generated_card": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "network": { - "type": ["null", "string"] - }, - "read_method": { - "type": ["null", "string"] - }, - "receipt": { - "type": ["null", "object"], - "properties": { - "application_cryptogram": { - "type": ["null", "string"] - }, - "application_preferred_name": { - "type": ["null", "string"] - }, - "authorization_code": { - "type": ["null", "string"] - }, - "authorization_response_code": { - "type": ["null", "string"] - }, - "cardholder_verification_method": { - "type": ["null", "string"] - }, - "dedicated_file_name": { - "type": ["null", "string"] - }, - "terminal_verification_results": { - "type": ["null", "string"] - }, - "transaction_status_information": { - "type": ["null", "string"] - } - } - } - } - }, - "eps": { - "type": ["null", "object"], - "properties": { - "verified_name": { - "type": ["null", "string"] - } - } - }, - "giropay": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "ideal": { - "type": ["null", "object"], - "properties": { - "bank": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "iban_last4": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "klarna": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": { - "entity": { - "type": ["null", "string"] - }, - "reference": { - "type": ["null", "string"] - } - } - }, - "p24": { - "type": ["null", "object"], - "properties": { - "reference": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "sepa_debit": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "branch_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "mandate": { - "type": ["null", "string"] - } - } - }, - "sofort": { - "type": ["null", "object"], - "properties": { - "bank_code": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "bic": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "iban_last4": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - } - } - }, - "stripe_account": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "wechat": { - "type": ["null", "object"], - "properties": {} - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "address_state": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - } - } - }, - "type": { - "type": ["null", "string"] - } - } - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "amount_refunded": { - "type": ["null", "integer"] - }, - "failure_code": { - "type": ["null", "string"] - }, - "dispute": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "coupons", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "times_redeemed": { - "type": ["null", "integer"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "redeem_by": { - "type": ["null", "string"], - "format": "date-time" - }, - "duration": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "valid": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "duration_in_months": { - "type": ["null", "integer"] - }, - "name": { - "type": ["null", "string"] - }, - "max_redemptions": { - "type": ["null", "integer"] - }, - "amount_off": { - "type": ["null", "integer"] - }, - "created": { - "type": ["null", "integer"] - }, - "percent_off": { - "type": ["null", "number"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], + "name": "subscriptions", + "json_schema": {}, + "supported_sync_modes": [ + "full_refresh", + "incremental" + ], "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] + "default_cursor_field": [ + "created" + ], + "source_defined_primary_key": [ + [ + "id" + ] + ] }, "sync_mode": "incremental", "destination_sync_mode": "overwrite", - "cursor_field": ["created"] + "cursor_field": [ + "created" + ] }, { "stream": { "name": "customers", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "preferred_locales": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "invoice_settings": { - "type": ["null", "object"], - "properties": { - "custom_fields": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "default_payment_method": { - "type": ["null", "string"] - }, - "footer": { - "type": ["null", "string"] - } - } - }, - "name": { - "type": ["null", "string"] - }, - "tax_exempt": { - "type": ["null", "string"] - }, - "next_invoice_sequence": { - "type": ["null", "integer"] - }, - "balance": { - "type": ["null", "integer"] - }, - "phone": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "city": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - }, - "line2": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - } - } - }, - "shipping": { - "type": ["null", "object"], - "properties": { - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - } - } - }, - "sources": { - "anyOf": [ - { - "type": ["null", "array"], - "items": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "three_d_secure": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "brand": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "usage": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "owner": { - "type": ["null", "object"], - "properties": { - "verified_address": { - "type": ["null", "string"] - }, - "email": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "verified_email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - }, - "verified_phone": { - "type": ["null", "string"] - } - } - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "client_secret": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "receiver": { - "type": ["null", "object"], - "properties": { - "refund_attributes_method": { - "type": ["null", "string"] - }, - "amount_returned": { - "type": ["null", "integer"] - }, - "amount_received": { - "type": ["null", "integer"] - }, - "refund_attributes_status": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "string"] - }, - "amount_charged": { - "type": ["null", "integer"] - } - } - }, - "flow": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "bank_name": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - }, - "refund_account_holder_type": { - "type": ["null", "string"] - }, - "refund_account_holder_name": { - "type": ["null", "string"] - }, - "refund_account_number": { - "type": ["null", "string"] - }, - "refund_routing_number": { - "type": ["null", "string"] - }, - "account_number": { - "type": ["null", "string"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "string"], - "format": "date-time" - }, - "address_state": { - "type": ["null", "string"] - }, - "alipay": { - "type": ["null", "object"], - "properties": {} - }, - "bancontact": { - "type": ["null", "object"], - "properties": {} - }, - "eps": { - "type": ["null", "object"], - "properties": {} - }, - "ideal": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": {} - }, - "redirect": { - "type": ["null", "object"], - "properties": { - "failure_reason": { - "type": ["null", "string"] - }, - "return_url": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - } - } - } - } - } - }, - { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "type": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "card": { - "type": ["null", "object"], - "properties": { - "fingerprint": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "three_d_secure": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "brand": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "usage": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "owner": { - "type": ["null", "object"], - "properties": { - "verified_address": { - "type": ["null", "string"] - }, - "email": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "object"], - "properties": { - "line2": { - "type": ["null", "string"] - }, - "state": { - "type": ["null", "string"] - }, - "city": { - "type": ["null", "string"] - }, - "postal_code": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "line1": { - "type": ["null", "string"] - } - } - }, - "verified_email": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "phone": { - "type": ["null", "string"] - }, - "verified_name": { - "type": ["null", "string"] - }, - "verified_phone": { - "type": ["null", "string"] - } - } - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "client_secret": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "receiver": { - "type": ["null", "object"], - "properties": { - "refund_attributes_method": { - "type": ["null", "string"] - }, - "amount_returned": { - "type": ["null", "integer"] - }, - "amount_received": { - "type": ["null", "integer"] - }, - "refund_attributes_status": { - "type": ["null", "string"] - }, - "address": { - "type": ["null", "string"] - }, - "amount_charged": { - "type": ["null", "integer"] - } - } - }, - "flow": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "ach_credit_transfer": { - "type": ["null", "object"], - "properties": { - "bank_name": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "routing_number": { - "type": ["null", "string"] - }, - "swift_code": { - "type": ["null", "string"] - }, - "refund_account_holder_type": { - "type": ["null", "string"] - }, - "refund_account_holder_name": { - "type": ["null", "string"] - }, - "refund_account_number": { - "type": ["null", "string"] - }, - "refund_routing_number": { - "type": ["null", "string"] - }, - "account_number": { - "type": ["null", "string"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "string"], - "format": "date-time" - }, - "address_state": { - "type": ["null", "string"] - }, - "alipay": { - "type": ["null", "object"], - "properties": {} - }, - "bancontact": { - "type": ["null", "object"], - "properties": {} - }, - "eps": { - "type": ["null", "object"], - "properties": {} - }, - "ideal": { - "type": ["null", "object"], - "properties": {} - }, - "multibanco": { - "type": ["null", "object"], - "properties": {} - }, - "redirect": { - "type": ["null", "object"], - "properties": { - "failure_reason": { - "type": ["null", "string"] - }, - "return_url": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - } - } - } - } - } - ] - }, - "delinquent": { - "type": ["null", "boolean"] - }, - "description": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "default_source": { - "type": ["null", "string"] - }, - "cards": { - "type": ["null", "array"], - "items": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "object": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "exp_month": { - "type": ["null", "integer"] - }, - "dynamic_last4": { - "type": ["null", "string"] - }, - "exp_year": { - "type": ["null", "integer"] - }, - "last4": { - "type": ["null", "string"] - }, - "funding": { - "type": ["null", "string"] - }, - "brand": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "cvc_check": { - "type": ["null", "string"] - }, - "address_line2": { - "type": ["null", "string"] - }, - "address_line1": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "address_zip": { - "type": ["null", "string"] - }, - "address_city": { - "type": ["null", "string"] - }, - "address_country": { - "type": ["null", "string"] - }, - "address_line1_check": { - "type": ["null", "string"] - }, - "tokenization_method": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "address_state": { - "type": ["null", "string"] - }, - "address_zip_check": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - } - } - } - }, - "email": { - "type": ["null", "string"] - }, - "default_card": { - "type": ["null", "string"] - }, - "subscriptions": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "discount": { - "type": ["null", "object"], - "properties": { - "end": { - "type": ["null", "string"], - "format": "date-time" - }, - "coupon": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "valid": { - "type": ["null", "boolean"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "amount_off": { - "type": ["null", "integer"] - }, - "redeem_by": { - "type": ["null", "string"], - "format": "date-time" - }, - "duration_in_months": { - "type": ["null", "integer"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "max_redemptions": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "times_redeemed": { - "type": ["null", "integer"] - }, - "id": { - "type": ["null", "string"] - }, - "duration": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "percent_off": { - "type": ["null", "integer"] - }, - "created": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "start": { - "type": ["null", "string"], - "format": "date-time" - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - } - } - }, - "account_balance": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "invoice_prefix": { - "type": ["null", "string"] - }, - "tax_info_verification": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "tax_info": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], + "json_schema": {}, + "supported_sync_modes": [ + "full_refresh", + "incremental" + ], "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] + "default_cursor_field": [ + "created" + ], + "source_defined_primary_key": [ + [ + "id" + ] + ] }, "sync_mode": "incremental", "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "customer_balance_transactions", - "json_schema": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "number"] - }, - "created": { - "type": ["null", "number"] - }, - "credit_note": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "ending_balance": { - "type": ["null", "number"] - }, - "invoice": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "metadata": { - "type": ["null", "object"], - "additionalProperties": true - }, - "type": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] + "cursor_field": [ + "created" + ] }, { "stream": { "name": "disputes", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "balance_transactions": { - "type": ["null", "array"], - "items": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["string"] - } - } - } - }, - "charge": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "evidence": { - "type": ["null", "string", "object"], - "properties": { - "refund_policy": { - "type": ["null", "string"] - }, - "shipping_address": { - "type": ["null", "string"] - }, - "duplicate_charge_explanation": { - "type": ["null", "string"] - }, - "shipping_tracking_number": { - "type": ["null", "string"] - }, - "customer_signature": { - "type": ["null", "string"] - }, - "uncategorized_text": { - "type": ["null", "string"] - }, - "cancellation_policy_disclosure": { - "type": ["null", "string"] - }, - "refund_policy_disclosure": { - "type": ["null", "string"] - }, - "receipt": { - "type": ["null", "string"] - }, - "customer_name": { - "type": ["null", "string"] - }, - "refund_refusal_explanation": { - "type": ["null", "string"] - }, - "cancellation_rebuttal": { - "type": ["null", "string"] - }, - "product_description": { - "type": ["null", "string"] - }, - "shipping_date": { - "type": ["null", "string"] - }, - "customer_email_address": { - "type": ["null", "string"] - }, - "duplicate_charge_id": { - "type": ["null", "string"] - }, - "shipping_documentation": { - "type": ["null", "string"] - }, - "access_activity_log": { - "type": ["null", "string"] - }, - "customer_purchase_ip": { - "type": ["null", "string"] - }, - "service_date": { - "type": ["null", "string"] - }, - "shipping_carrier": { - "type": ["null", "string"] - }, - "service_documentation": { - "type": ["null", "string"] - }, - "duplicate_charge_documentation": { - "type": ["null", "string"] - }, - "cancellation_policy": { - "type": ["null", "string"] - }, - "customer_communication": { - "type": ["null", "string"] - }, - "uncategorized_file": { - "type": ["null", "string"] - }, - "billing_address": { - "type": ["null", "string"] - } - } - }, - "evidence_details": { - "type": ["null", "object"], - "properties": { - "due_by": { - "type": ["null", "number"] - }, - "has_evidence": { - "type": ["null", "boolean"] - }, - "past_due": { - "type": ["null", "boolean"] - }, - "submission_count": { - "type": ["null", "integer"] - } - } - }, - "is_charge_refundable": { - "type": ["null", "boolean"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "reason": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "events", - "json_schema": { - "type": "object", - "properties": { - "created": { - "type": ["null", "integer"] - }, - "data": { - "type": ["null", "object"], - "properties": {} - }, - "id": { - "type": ["null", "string"] - }, - "api_version": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "pending_webhooks": { - "type": ["null", "integer"] - }, - "request": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "idempotency_key": { - "type": ["null", "string"] - } - } - }, - "type": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "invoice_items", - "json_schema": { - "type": ["null", "object"], - "properties": { - "amount": { - "type": ["null", "integer"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "plan": { - "type": ["null", "object", "string"], - "properties": { - "nickname": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "string", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "object": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "product": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "invoice": { - "type": ["null", "string"] - }, - "period": { - "type": ["null", "object"], - "properties": { - "end": { - "type": ["null", "number"] - }, - "start": { - "type": ["null", "number"] - } - } - }, - "quantity": { - "type": ["null", "integer"] - }, - "description": { - "type": ["null", "string"] - }, - "date": { - "type": ["null", "integer"] - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "discountable": { - "type": ["null", "boolean"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "proration": { - "type": ["null", "boolean"] - }, - "subscription_item": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["date"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["date"] - }, - { - "stream": { - "name": "invoices", - "json_schema": { - "type": ["null", "object"], - "properties": { - "created": { - "type": ["null", "integer"] - }, - "next_payment_attempt": { - "type": ["null", "number"] - }, - "tax": { - "type": ["null", "integer"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "charge": { - "type": ["null", "string"] - }, - "description": { - "type": ["null", "string"] - }, - "receipt_number": { - "type": ["null", "string"] - }, - "attempt_count": { - "type": ["null", "integer"] - }, - "payment": { - "type": ["null", "string"] - }, - "amount_paid": { - "type": ["null", "integer"] - }, - "due_date": { - "type": ["null", "number"] - }, - "id": { - "type": ["null", "string"] - }, - "webhooks_delivered_at": { - "type": ["null", "number"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "hosted_invoice_url": { - "type": ["null", "string"] - }, - "period_end": { - "type": ["null", "number"] - }, - "amount_remaining": { - "type": ["null", "integer"] - }, - "tax_percent": { - "type": ["null", "number"] - }, - "billing": { - "type": ["null", "string"] - }, - "auto_advance": { - "type": ["null", "boolean"] - }, - "paid": { - "type": ["null", "boolean"] - }, - "discount": { - "type": ["null", "string"] - }, - "discounts": { - "type": ["null", "array", "object"], - "properties": { - "end": { - "type": ["null", "number"] - }, - "coupon": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "valid": { - "type": ["null", "boolean"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "amount_off": { - "type": ["null", "integer"] - }, - "redeem_by": { - "type": ["null", "number"] - }, - "duration_in_months": { - "type": ["null", "integer"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "max_redemptions": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "times_redeemed": { - "type": ["null", "integer"] - }, - "id": { - "type": ["null", "string"] - }, - "duration": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "percent_off": { - "type": ["null", "integer"] - }, - "created": { - "type": ["null", "integer"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "start": { - "type": ["null", "number"] - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - } - } - }, - "number": { - "type": ["null", "string"] - }, - "billing_reason": { - "type": ["null", "string"] - }, - "ending_balance": { - "type": ["null", "integer"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "period_start": { - "type": ["null", "number"] - }, - "attempted": { - "type": ["null", "boolean"] - }, - "closed": { - "type": ["null", "boolean"] - }, - "invoice_pdf": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "subtotal": { - "type": ["null", "integer"] - }, - "application_fee": { - "type": ["null", "integer"] - }, - "lines": { - "type": ["null", "array", "object"], - "items": { - "type": ["null", "string"] - }, - "properties": {} - }, - "forgiven": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "starting_balance": { - "type": ["null", "integer"] - }, - "amount_due": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "total": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "number"] - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "plans", - "json_schema": { - "type": ["null", "object", "string"], - "properties": { - "nickname": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "string", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "object": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "product": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "payouts", - "json_schema": { - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "failure_code": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "amount_reversed": { - "type": ["null", "integer"] - }, - "source_type": { - "type": ["null", "string"] - }, - "bank_account": { - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "routing_number": { - "type": ["null", "string"] - }, - "account_holder_type": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "bank_name": { - "type": ["null", "string"] - }, - "last4": { - "type": ["null", "string"] - }, - "fingerprint": { - "type": ["null", "string"] - }, - "account_holder_name": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "country": { - "type": ["null", "string"] - } - }, - "type": ["null", "object"] - }, - "date": { - "type": ["null", "string"], - "format": "date-time" - }, - "method": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "failure_message": { - "type": ["null", "string"] - }, - "failure_balance_transaction": { - "type": ["null", "string"] - }, - "recipient": { - "type": ["null", "string"] - }, - "destination": { - "type": ["null", "string"] - }, - "automatic": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "transfer_group": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - }, - "arrival_date": { - "type": ["null", "number"] - }, - "description": { - "type": ["null", "string"] - }, - "source_transaction": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - }, - "type": ["null", "object"] - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "products", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "attributes": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "caption": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "deactivate_on": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "description": { - "type": ["null", "string"] - }, - "images": { - "type": ["null", "array"], - "items": { - "type": ["null", "string"] - } - }, - "livemode": { - "type": ["null", "boolean"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "name": { - "type": ["null", "string"] - }, - "package_dimensions": { - "type": ["null", "object"], - "properties": { - "width": { - "type": ["null", "number"] - }, - "length": { - "type": ["null", "number"] - }, - "weight": { - "type": ["null", "number"] - }, - "height": { - "type": ["null", "number"] - } - } - }, - "shippable": { - "type": ["null", "boolean"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - }, - "unit_label": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "subscriptions", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "canceled_at": { - "type": ["null", "number"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "start": { - "type": ["null", "string"], - "format": "date-time" - }, - "items": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "id": { - "type": ["null", "string"] - }, - "trial_start": { - "type": ["null", "number"] - }, - "application_fee_percent": { - "type": ["null", "number"] - }, - "billing_cycle_anchor": { - "type": ["null", "number"] - }, - "cancel_at_period_end": { - "type": ["null", "boolean"] - }, - "tax_percent": { - "type": ["null", "number"] - }, - "discount": { - "type": ["null", "object"], - "properties": { - "end": { - "type": ["null", "string"], - "format": "date-time" - }, - "coupon": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "valid": { - "type": ["null", "boolean"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "amount_off": { - "type": ["null", "number"] - }, - "redeem_by": { - "type": ["null", "string"], - "format": "date-time" - }, - "duration_in_months": { - "type": ["null", "number"] - }, - "percent_off_precise": { - "type": ["null", "number"] - }, - "max_redemptions": { - "type": ["null", "number"] - }, - "currency": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "times_redeemed": { - "type": ["null", "number"] - }, - "id": { - "type": ["null", "string"] - }, - "duration": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "percent_off": { - "type": ["null", "number"] - }, - "created": { - "type": ["null", "number"] - } - } - }, - "customer": { - "type": ["null", "string"] - }, - "start_date": { - "type": ["null", "number"] - }, - "object": { - "type": ["null", "string"] - }, - "subscription": { - "type": ["null", "string"] - } - } - }, - "current_period_end": { - "type": ["null", "number"] - }, - "plan": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "product": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "id": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "integer", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "created": { - "type": ["null", "integer"] - }, - "nickname": { - "type": ["null", "string"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - } - } - }, - "billing": { - "type": ["null", "string"] - }, - "quantity": { - "type": ["null", "integer"] - }, - "days_until_due": { - "type": ["null", "integer"] - }, - "status": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "ended_at": { - "type": ["null", "number"] - }, - "customer": { - "type": ["null", "string"] - }, - "current_period_start": { - "type": ["null", "number"] - }, - "trial_end": { - "type": ["null", "number"] - }, - "object": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "subscription_items", - "json_schema": { - "type": ["null", "object"], - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "canceled_at": { - "type": ["null", "string"], - "format": "date-time" - }, - "current_period_end": { - "type": ["null", "string"], - "format": "date-time" - }, - "plan": { - "type": ["null", "object", "string"], - "properties": { - "nickname": { - "type": ["null", "string"] - }, - "tiers": { - "type": ["null", "array"], - "items": { - "type": ["null", "string", "object"], - "properties": { - "flat_amount": { - "type": ["null", "integer"] - }, - "unit_amount": { - "type": ["null", "integer"] - }, - "up_to": { - "type": ["null", "integer"] - } - } - } - }, - "object": { - "type": ["null", "string"] - }, - "aggregate_usage": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "product": { - "type": ["null", "string"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "interval_count": { - "type": ["null", "integer"] - }, - "transform_usage": { - "type": ["null", "string"] - }, - "name": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "interval": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "string"] - }, - "trial_period_days": { - "type": ["null", "integer"] - }, - "usage_type": { - "type": ["null", "string"] - }, - "active": { - "type": ["null", "boolean"] - }, - "tiers_mode": { - "type": ["null", "string"] - }, - "billing_scheme": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "subscription": { - "type": ["null", "string"] - }, - "trial_start": { - "type": ["null", "string"], - "format": "date-time" - }, - "created": { - "type": ["null", "integer"] - }, - "cancel_at_period_end": { - "type": ["null", "boolean"] - }, - "quantity": { - "type": ["null", "integer"] - }, - "tax_percent": { - "type": ["null", "number"] - }, - "current_period_start": { - "type": ["null", "string"], - "format": "date-time" - }, - "start": { - "type": ["null", "string"], - "format": "date-time" - }, - "discount": { - "type": ["null", "object"], - "properties": {} - }, - "application_fee_percent": { - "type": ["null", "number"] - }, - "id": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "customer": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "livemode": { - "type": ["null", "boolean"] - }, - "ended_at": { - "type": ["null", "string"], - "format": "date-time" - }, - "trial_end": { - "type": ["null", "string"], - "format": "date-time" - } - } - }, - "supported_sync_modes": ["full_refresh"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "full_refresh", - "destination_sync_mode": "overwrite" - }, - { - "stream": { - "name": "refunds", - "json_schema": { - "type": ["null", "object"], - "properties": { - "id": { - "type": ["null", "string"] - }, - "object": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "charge": { - "type": ["null", "string"] - }, - "created": { - "type": ["null", "integer"] - }, - "currency": { - "type": ["null", "string"] - }, - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "payment_intent": { - "type": ["null", "string"] - }, - "reason": { - "type": ["null", "string"] - }, - "receipt_number": { - "type": ["null", "string"] - }, - "source_transfer_reversal": { - "type": ["null", "string"] - }, - "status": { - "type": ["null", "string"] - }, - "transfer_reversal": { - "type": ["null", "string"] - } - } - }, - "supported_sync_modes": ["full_refresh", "incremental"], - "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] - }, - "sync_mode": "incremental", - "destination_sync_mode": "overwrite", - "cursor_field": ["created"] - }, - { - "stream": { - "name": "transfers", - "json_schema": { - "properties": { - "metadata": { - "type": ["null", "object"], - "properties": {} - }, - "reversals": { - "type": ["null", "object"], - "properties": { - "object": { - "type": ["null", "string"] - }, - "data": { - "type": ["null", "array"] - }, - "has_more": { - "type": ["null", "boolean"] - }, - "total_count": { - "type": ["null", "number"] - }, - "url": { - "type": ["null", "string"] - } - } - }, - "id": { - "type": ["null", "string"] - }, - "statement_description": { - "type": ["null", "string"] - }, - "amount": { - "type": ["null", "integer"] - }, - "balance_transaction": { - "type": ["null", "string"] - }, - "reversed": { - "type": ["null", "boolean"] - }, - "created": { - "type": ["null", "integer"] - }, - "amount_reversed": { - "type": ["null", "integer"] - }, - "source_type": { - "type": ["null", "string"] - }, - "source_transaction": { - "type": ["null", "string"] - }, - "date": { - "type": ["null", "string"], - "format": "date-time" - }, - "livemode": { - "type": ["null", "boolean"] - }, - "statement_descriptor": { - "type": ["null", "string"] - }, - "failure_balance_transaction": { - "type": ["null", "string"] - }, - "recipient": { - "type": ["null", "string"] - }, - "destination": { - "type": ["null", "string"] - }, - "automatic": { - "type": ["null", "boolean"] - }, - "object": { - "type": ["null", "string"] - }, - "currency": { - "type": ["null", "string"] - }, - "transfer_group": { - "type": ["null", "string"] - }, - "arrival_date": { - "type": ["null", "string"], - "format": "date-time" - }, - "description": { - "type": ["null", "string"] - }, - "updated": { - "type": ["null", "string"], - "format": "date-time" - } - }, - "type": ["null", "object"] - }, - "supported_sync_modes": ["full_refresh", "incremental"], + "json_schema": {}, + "supported_sync_modes": [ + "full_refresh", + "incremental" + ], "source_defined_cursor": true, - "default_cursor_field": ["created"], - "source_defined_primary_key": [["id"]] + "default_cursor_field": [ + "created" + ], + "source_defined_primary_key": [ + [ + "id" + ] + ] }, "sync_mode": "incremental", "destination_sync_mode": "overwrite", - "cursor_field": ["created"] + "cursor_field": [ + "created" + ] } ] } diff --git a/airbyte-integrations/connectors/source-stripe/integration_tests/subscription_catalog.json b/airbyte-integrations/connectors/source-stripe/integration_tests/subscription_catalog.json index 7d9bc193da63..22e37fb5bd5a 100644 --- a/airbyte-integrations/connectors/source-stripe/integration_tests/subscription_catalog.json +++ b/airbyte-integrations/connectors/source-stripe/integration_tests/subscription_catalog.json @@ -62,7 +62,7 @@ "type": ["null", "object"], "properties": { "end": { - "type": ["null", "string"], + "type": ["null", "number"], "format": "date-time" }, "coupon": { diff --git a/airbyte-integrations/connectors/source-stripe/integration_tests/test_dummy.py b/airbyte-integrations/connectors/source-stripe/integration_tests/test_dummy.py new file mode 100644 index 000000000000..0ae991e00202 --- /dev/null +++ b/airbyte-integrations/connectors/source-stripe/integration_tests/test_dummy.py @@ -0,0 +1,30 @@ +# +# MIT License +# +# Copyright (c) 2020 Airbyte +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# + + +def test_dummy(): + """ + Dummy test to prevent gradle from failing test for this connector + """ + assert True diff --git a/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/customers.json b/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/customers.json index 562d4f217dff..c70f4780308e 100644 --- a/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/customers.json +++ b/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/customers.json @@ -824,7 +824,7 @@ "type": ["null", "object"], "properties": { "end": { - "type": ["null", "string"], + "type": ["null", "number"], "format": "date-time" }, "coupon": { @@ -875,10 +875,10 @@ "type": ["null", "string"] }, "percent_off": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "created": { - "type": ["null", "string"], + "type": ["null", "number"], "format": "date-time" } } @@ -887,7 +887,7 @@ "type": ["null", "string"] }, "start": { - "type": ["null", "string"], + "type": ["null", "number"], "format": "date-time" }, "object": { diff --git a/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/fullschema.json b/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/fullschema.json index 96459c2cb8ab..a943bb0b8ec8 100644 --- a/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/fullschema.json +++ b/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/fullschema.json @@ -1906,7 +1906,7 @@ "type": ["null", "string"] }, "percent_off": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "created": { "type": ["null", "string"], @@ -2190,7 +2190,7 @@ "type": ["null", "string"] }, "percent_off": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "created": { "type": ["null", "string"], @@ -2879,7 +2879,7 @@ "type": ["null", "string"] }, "percent_off": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "created": { "type": ["null", "string"], diff --git a/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/invoices.json b/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/invoices.json index f09c002daa36..4b5092db6ad3 100644 --- a/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/invoices.json +++ b/airbyte-integrations/connectors/source-stripe/source_stripe/schemas/invoices.json @@ -69,7 +69,7 @@ "type": ["null", "string"] }, "discounts": { - "type": ["null", "array", "object"], + "type": ["null", "array"], "properties": { "end": { "type": ["null", "number"] @@ -121,7 +121,7 @@ "type": ["null", "string"] }, "percent_off": { - "type": ["null", "integer"] + "type": ["null", "number"] }, "created": { "type": ["null", "integer"] diff --git a/docs/integrations/sources/stripe.md b/docs/integrations/sources/stripe.md index 608ac0288987..7f9a6f434b5f 100644 --- a/docs/integrations/sources/stripe.md +++ b/docs/integrations/sources/stripe.md @@ -64,6 +64,7 @@ If you would like to test Airbyte using test data on Stripe, `sk_test_` and `rk_ | Version | Date | Pull Request | Subject | | :------ | :-------- | :----- | :------ | +| 0.1.15 | 2021-07-21 | [4878](https://github.com/airbytehq/airbyte/pull/4878) | Fix incorrect percent_off and discounts data filed types| | 0.1.14 | 2021-07-09 | [4669](https://github.com/airbytehq/airbyte/pull/4669) | Subscriptions Stream now returns all kinds of subscriptions (including expired and canceled)| | 0.1.13 | 2021-07-03 | [4528](https://github.com/airbytehq/airbyte/pull/4528) | Remove regex for acc validation | | 0.1.12 | 2021-06-08 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Add `AIRBYTE_ENTRYPOINT` for Kubernetes support |