diff --git a/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml b/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml index 84a8e39030f2..c1864aec043b 100644 --- a/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-stripe/acceptance-test-config.yml @@ -1,50 +1,69 @@ connector_image: airbyte/source-stripe:dev -tests: +test_strictness_level: high +acceptance_tests: spec: + tests: - spec_path: "source_stripe/spec.yaml" connection: - - config_path: "secrets/config.json" - status: "succeed" - - config_path: "secrets/connected_account_config.json" - status: "succeed" - - config_path: "integration_tests/invalid_config.json" - status: "failed" + tests: + - config_path: "secrets/config.json" + status: "succeed" + - config_path: "integration_tests/invalid_config.json" + status: "failed" discovery: - - config_path: "secrets/config.json" - backward_compatibility_tests_config: - disable_for_version: "2.0.0" - - config_path: "secrets/connected_account_config.json" - backward_compatibility_tests_config: - disable_for_version: "2.0.0" + tests: + - config_path: "secrets/config.json" + backward_compatibility_tests_config: + disable_for_version: "2.0.0" basic_read: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/full_refresh_configured_catalog.json" - empty_streams: ["bank_accounts", "checkout_sessions", "checkout_sessions_line_items", "external_account_bank_accounts"] - # TEST 1 - Reading catalog without invoice_line_items - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/non_invoice_line_items_catalog.json" - empty_streams: ["transfers"] - timeout_seconds: 3600 - # 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/connected_account_configured_catalog.json" - timeout_seconds: 3600 + tests: + - config_path: "secrets/config.json" + empty_streams: + - name: "bank_accounts" + bypass_reason: "This stream can't be seeded in our sandbox account" + - name: "external_account_bank_accounts" + bypass_reason: "This stream can't be seeded in our sandbox account" + - name: "external_account_cards" + bypass_reason: "This stream can't be seeded in our sandbox account" + - name: "checkout_sessions" + bypass_reason: "This stream can't be seeded in our sandbox account" + - name: "checkout_sessions_line_items" + bypass_reason: "This stream can't be seeded in our sandbox account" + - name: "transfers" + bypass_reason: "This stream can't be seeded in our sandbox account" + expect_records: + path: "integration_tests/expected_records.jsonl" + extra_fields: no + exact_order: no + extra_records: yes + ignored_fields: + invoices: + - name: invoice_pdf + bypass_reason: "URL changes upon each request for privacy/security" + - name: hosted_invoice_url + bypass_reason: "URL changes upon each request for privacy/security" + charges: + - name: receipt_url + bypass_reason: "URL changes upon each request for privacy/security" + - name: receipt_number + bypass_reason: "fast changing data" + payment_intents: + - name: receipt_url + bypass_reason: "URL changes upon each request for privacy/security" + - name: charges/data/*/receipt_url + bypass_reason: "URL changes upon each request for privacy/security" incremental: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/non_invoice_line_items_catalog.json" - future_state_path: "integration_tests/abnormal_state.json" - - config_path: "secrets/connected_account_config.json" - configured_catalog_path: "integration_tests/connected_account_configured_catalog.json" - future_state_path: "integration_tests/abnormal_state.json" + tests: + - config_path: "secrets/config.json" + future_state: + future_state_path: "integration_tests/abnormal_state.json" full_refresh: - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/non_invoice_line_items_catalog.json" - timeout_seconds: 3600 - - config_path: "secrets/config.json" - configured_catalog_path: "integration_tests/full_refresh_configured_catalog.json" - - config_path: "secrets/connected_account_config.json" - configured_catalog_path: "integration_tests/connected_account_configured_catalog.json" - ignored_fields: - "invoices": - - invoice_pdf - - hosted_invoice_url + tests: + - config_path: "secrets/config.json" + timeout_seconds: 3600 + ignored_fields: + invoices: + - name: invoice_pdf + bypass_reason: "URL changes upon each request for privacy/security" + - name: hosted_invoice_url + bypass_reason: "URL changes upon each request for privacy/security" diff --git a/airbyte-integrations/connectors/source-stripe/acceptance-test-docker.sh b/airbyte-integrations/connectors/source-stripe/acceptance-test-docker.sh old mode 100644 new mode 100755 diff --git a/airbyte-integrations/connectors/source-stripe/integration_tests/expected_records.jsonl b/airbyte-integrations/connectors/source-stripe/integration_tests/expected_records.jsonl new file mode 100644 index 000000000000..7fa4c3f14ad2 --- /dev/null +++ b/airbyte-integrations/connectors/source-stripe/integration_tests/expected_records.jsonl @@ -0,0 +1,61 @@ +{"stream": "balance_transactions", "data": {"id": "txn_1MSI0kEcXtiJtvvhSvODONEM", "object": "balance_transaction", "amount": -2200, "available_on": 1674211193, "created": 1674211193, "currency": "usd", "description": "", "exchange_rate": null, "fee": 0, "fee_details": [], "net": -2200, "reporting_category": "payout", "source": "po_1MSI0jEcXtiJtvvh04O4oGd0", "status": "available", "type": "payout"}, "emitted_at": 1677521307744} +{"stream": "balance_transactions", "data": {"id": "txn_1MSHy5EcXtiJtvvhlMY18GCN", "object": "balance_transaction", "amount": 800, "available_on": 1674211029, "created": 1674211029, "currency": "usd", "description": "airbyte.io", "exchange_rate": null, "fee": 0, "fee_details": [], "net": 800, "reporting_category": "topup", "source": "tu_1MSHy5EcXtiJtvvhlHP8Tx0l", "status": "available", "type": "topup"}, "emitted_at": 1677521307745} +{"stream": "balance_transactions", "data": {"id": "txn_1MSHueEcXtiJtvvhvUxFDRK6", "object": "balance_transaction", "amount": 800, "available_on": 1674210816, "created": 1674210816, "currency": "usd", "description": "airbyte.io", "exchange_rate": null, "fee": 0, "fee_details": [], "net": 800, "reporting_category": "topup", "source": "tu_1MSHueEcXtiJtvvhbnThZCY6", "status": "available", "type": "topup"}, "emitted_at": 1677521307745} +{"stream": "balance_transactions", "data": {"id": "txn_1MSHpOEcXtiJtvvhpa1s0fFm", "object": "balance_transaction", "amount": 600, "available_on": 1674210490, "created": 1674210490, "currency": "usd", "description": "airbyte.io", "exchange_rate": null, "fee": 0, "fee_details": [], "net": 600, "reporting_category": "topup", "source": "tu_1MSHpOEcXtiJtvvhK9jbhNK6", "status": "available", "type": "topup"}, "emitted_at": 1677521307746} +{"stream": "balance_transactions", "data": {"id": "txn_3MSHZuEcXtiJtvvh183Xla7c", "object": "balance_transaction", "amount": 11880, "available_on": 1674518400, "created": 1674209531, "currency": "usd", "description": "Subscription creation", "exchange_rate": null, "fee": 434, "fee_details": [{"amount": 434, "application": null, "currency": "usd", "description": "Stripe processing fees", "type": "stripe_fee"}], "net": 11446, "reporting_category": "charge", "source": "ch_3MSHZuEcXtiJtvvh1wLsDh3L", "status": "available", "type": "charge"}, "emitted_at": 1677521307746} +{"stream": "charges", "data": {"id": "ch_3MVuZyEcXtiJtvvh0tiVC7DI", "object": "charge", "amount": 200000, "amount_captured": 200000, "amount_refunded": 200000, "amount_updates": [], "application": null, "application_fee": null, "application_fee_amount": null, "balance_transaction": "txn_3MVuZyEcXtiJtvvh03KEKG1M", "billing_details": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null}, "calculated_statement_descriptor": "AIRBYTE.IO", "captured": true, "created": 1675074435, "currency": "usd", "customer": null, "description": "Test", "destination": null, "dispute": null, "disputed": false, "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "fraud_details": {"user_report": "fraudulent"}, "invoice": null, "livemode": false, "metadata": {}, "on_behalf_of": null, "order": null, "outcome": {"network_status": "approved_by_network", "reason": null, "risk_level": "normal", "risk_score": 22, "seller_message": "Payment complete.", "type": "authorized"}, "paid": true, "payment_intent": "pi_3MVuZyEcXtiJtvvh07Ehi4cx", "payment_method": "src_1MVuZxEcXtiJtvvhynxVq2WO", "payment_method_details": {"card": {"brand": "visa", "checks": {"address_line1_check": null, "address_postal_code_check": "pass", "cvc_check": "pass"}, "country": "US", "exp_month": 8, "exp_year": 2026, "fingerprint": "AYvIVPCYr7DSqCam", "funding": "credit", "installments": null, "last4": "7726", "mandate": null, "network": "visa", "three_d_secure": null, "wallet": null}, "type": "card"}, "receipt_email": null, "receipt_number": null, "receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xSndub2lFY1h0aUp0dnZoKLfi858GMgZLJXs8t6w6LBY7rXgzO5J2fYkNuEWx1FYnAabFcLLwCiNUyMaib-yUsctiD-HWO0kfN6wi", "refunded": true, "refunds": {"object": "list", "data": [{"id": "re_3MVuZyEcXtiJtvvh0A6rSbeJ", "object": "refund", "amount": 200000, "balance_transaction": "txn_3MVuZyEcXtiJtvvh0v0QyAMx", "charge": "ch_3MVuZyEcXtiJtvvh0tiVC7DI", "created": 1675074488, "currency": "usd", "metadata": {}, "payment_intent": "pi_3MVuZyEcXtiJtvvh07Ehi4cx", "reason": "fraudulent", "receipt_number": null, "source_transfer_reversal": null, "status": "succeeded", "transfer_reversal": null}], "has_more": false, "total_count": 1, "url": "/v1/charges/ch_3MVuZyEcXtiJtvvh0tiVC7DI/refunds"}, "review": null, "shipping": null, "source": {"id": "src_1MVuZxEcXtiJtvvhynxVq2WO", "object": "source", "amount": null, "card": {"address_line1_check": null, "address_zip_check": "pass", "brand": "Visa", "country": "US", "cvc_check": "pass", "dynamic_last4": null, "exp_month": 8, "exp_year": 2026, "fingerprint": "AYvIVPCYr7DSqCam", "funding": "credit", "last4": "7726", "name": null, "three_d_secure": "optional", "tokenization_method": null}, "client_secret": "src_client_secret_Q8aclvB0egok97QC7fVdglKj", "created": 1675074435, "currency": null, "flow": "none", "livemode": false, "metadata": {}, "owner": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "consumed", "type": "card", "usage": "reusable"}, "source_transfer": null, "statement_descriptor": "airbyte.io", "statement_descriptor_suffix": null, "status": "succeeded", "transfer_data": null, "transfer_group": null}, "emitted_at": 1677521314220} +{"stream": "charges", "data": {"id": "ch_3MVu9TEcXtiJtvvh1gvg6CA1", "object": "charge", "amount": 100000, "amount_captured": 100000, "amount_refunded": 0, "amount_updates": [], "application": null, "application_fee": null, "application_fee_amount": null, "balance_transaction": "txn_3MVu9TEcXtiJtvvh1sXMltgN", "billing_details": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null}, "calculated_statement_descriptor": "AIRBYTE.IO", "captured": true, "created": 1675072791, "currency": "usd", "customer": null, "description": "payment", "destination": null, "dispute": null, "disputed": false, "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "fraud_details": {}, "invoice": null, "livemode": false, "metadata": {}, "on_behalf_of": null, "order": null, "outcome": {"network_status": "approved_by_network", "reason": null, "risk_level": "normal", "risk_score": 46, "seller_message": "Payment complete.", "type": "authorized"}, "paid": true, "payment_intent": "pi_3MVu9TEcXtiJtvvh1w0aEnRG", "payment_method": "src_1MVu9SEcXtiJtvvhjqIF3ANh", "payment_method_details": {"card": {"brand": "amex", "checks": {"address_line1_check": null, "address_postal_code_check": "pass", "cvc_check": "pass"}, "country": "US", "exp_month": 9, "exp_year": 2025, "fingerprint": "bIvroah7WEWX36Ja", "funding": "credit", "installments": null, "last4": "0005", "mandate": null, "network": "amex", "three_d_secure": null, "wallet": null}, "type": "card"}, "receipt_email": null, "receipt_number": null, "receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xSndub2lFY1h0aUp0dnZoKLfi858GMgZFO47aTOg6LBYrYRFt_lEjYfsWgFp2vUHg9ixwCZUA9HBtsjLqjWuemj6R2RldHAaIGf8K", "refunded": false, "refunds": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/charges/ch_3MVu9TEcXtiJtvvh1gvg6CA1/refunds"}, "review": null, "shipping": null, "source": {"id": "src_1MVu9SEcXtiJtvvhjqIF3ANh", "object": "source", "amount": null, "card": {"address_line1_check": null, "address_zip_check": "pass", "brand": "American Express", "country": "US", "cvc_check": "pass", "dynamic_last4": null, "exp_month": 9, "exp_year": 2025, "fingerprint": "bIvroah7WEWX36Ja", "funding": "credit", "last4": "0005", "name": null, "three_d_secure": "not_supported", "tokenization_method": null}, "client_secret": "src_client_secret_cfYEfFoET2cNBv7iK43R2UqQ", "created": 1675072792, "currency": null, "flow": "none", "livemode": false, "metadata": {}, "owner": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "consumed", "type": "card", "usage": "reusable"}, "source_transfer": null, "statement_descriptor": "airbyte.io", "statement_descriptor_suffix": null, "status": "succeeded", "transfer_data": null, "transfer_group": null}, "emitted_at": 1677521314221} +{"stream": "charges", "data": {"id": "ch_3MSIAJEcXtiJtvvh1UEEbXv7", "object": "charge", "amount": 7800, "amount_captured": 0, "amount_refunded": 0, "amount_updates": [], "application": null, "application_fee": null, "application_fee_amount": null, "balance_transaction": null, "billing_details": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null}, "calculated_statement_descriptor": "AIRBYTE.IO", "captured": false, "created": 1674211788, "currency": "usd", "customer": null, "description": "hhhh", "destination": null, "dispute": null, "disputed": false, "failure_balance_transaction": null, "failure_code": "card_declined", "failure_message": "Your card was declined.", "fraud_details": {}, "invoice": null, "livemode": false, "metadata": {}, "on_behalf_of": null, "order": null, "outcome": {"network_status": "declined_by_network", "reason": "generic_decline", "risk_level": "normal", "risk_score": 19, "seller_message": "The bank did not return any further details with this decline.", "type": "issuer_declined"}, "paid": false, "payment_intent": "pi_3MSIAJEcXtiJtvvh1iMPGjOz", "payment_method": "src_1MSIAIEcXtiJtvvh57r8y4d2", "payment_method_details": {"card": {"brand": "visa", "checks": {"address_line1_check": null, "address_postal_code_check": "pass", "cvc_check": "pass"}, "country": "US", "exp_month": 12, "exp_year": 2034, "fingerprint": "82fGWWYkm4ICZZzb", "funding": "credit", "installments": null, "last4": "0002", "mandate": null, "network": "visa", "three_d_secure": null, "wallet": null}, "type": "card"}, "receipt_email": null, "receipt_number": null, "receipt_url": null, "refunded": false, "refunds": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/charges/ch_3MSIAJEcXtiJtvvh1UEEbXv7/refunds"}, "review": null, "shipping": null, "source": {"id": "src_1MSIAIEcXtiJtvvh57r8y4d2", "object": "source", "amount": null, "card": {"address_line1_check": null, "address_zip_check": "pass", "brand": "Visa", "country": "US", "cvc_check": "pass", "dynamic_last4": null, "exp_month": 12, "exp_year": 2034, "fingerprint": "82fGWWYkm4ICZZzb", "funding": "credit", "last4": "0002", "name": null, "three_d_secure": "optional", "tokenization_method": null}, "client_secret": "src_client_secret_cUFOs4Yxv6j4txOUz0TWNklN", "created": 1674211788, "currency": null, "flow": "none", "livemode": false, "metadata": {}, "owner": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "consumed", "type": "card", "usage": "reusable"}, "source_transfer": null, "statement_descriptor": "airbyte.io", "statement_descriptor_suffix": null, "status": "failed", "transfer_data": null, "transfer_group": null}, "emitted_at": 1677521314223} +{"stream": "charges", "data": {"id": "ch_3MSI77EcXtiJtvvh1GzoukUC", "object": "charge", "amount": 700, "amount_captured": 700, "amount_refunded": 0, "amount_updates": [], "application": null, "application_fee": null, "application_fee_amount": null, "balance_transaction": "txn_3MSI77EcXtiJtvvh1vvRye5q", "billing_details": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null}, "calculated_statement_descriptor": "AIRBYTE.IO", "captured": true, "created": 1674211589, "currency": "usd", "customer": null, "description": "Test", "destination": null, "dispute": "dp_1MSI78EcXtiJtvvhxC77m2kh", "disputed": true, "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "fraud_details": {}, "invoice": null, "livemode": false, "metadata": {}, "on_behalf_of": null, "order": null, "outcome": {"network_status": "approved_by_network", "reason": null, "risk_level": "normal", "risk_score": 54, "seller_message": "Payment complete.", "type": "authorized"}, "paid": true, "payment_intent": "pi_3MSI77EcXtiJtvvh1glmQd8s", "payment_method": "src_1MSI76EcXtiJtvvh5vA4FvHA", "payment_method_details": {"card": {"brand": "visa", "checks": {"address_line1_check": null, "address_postal_code_check": "pass", "cvc_check": "pass"}, "country": "US", "exp_month": 12, "exp_year": 2034, "fingerprint": "T0E7Kgf8nUShrndw", "funding": "credit", "installments": null, "last4": "0259", "mandate": null, "network": "visa", "three_d_secure": null, "wallet": null}, "type": "card"}, "receipt_email": null, "receipt_number": null, "receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xSndub2lFY1h0aUp0dnZoKLfi858GMgYB_69oI_Q6LBb6ySoSj7-IiMW5_Pg7kHVanJebGwiHZOj4tTyoa9kHxUkqgbIkJ-djw6yR", "refunded": false, "refunds": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/charges/ch_3MSI77EcXtiJtvvh1GzoukUC/refunds"}, "review": null, "shipping": null, "source": {"id": "src_1MSI76EcXtiJtvvh5vA4FvHA", "object": "source", "amount": null, "card": {"address_line1_check": null, "address_zip_check": "pass", "brand": "Visa", "country": "US", "cvc_check": "pass", "dynamic_last4": null, "exp_month": 12, "exp_year": 2034, "fingerprint": "T0E7Kgf8nUShrndw", "funding": "credit", "last4": "0259", "name": null, "three_d_secure": "optional", "tokenization_method": null}, "client_secret": "src_client_secret_ezXcrKkwu4PMjZn6KB4ypb7V", "created": 1674211590, "currency": null, "flow": "none", "livemode": false, "metadata": {}, "owner": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": "12345", "state": null}, "email": null, "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "consumed", "type": "card", "usage": "reusable"}, "source_transfer": null, "statement_descriptor": "airbyte.io", "statement_descriptor_suffix": null, "status": "succeeded", "transfer_data": null, "transfer_group": null}, "emitted_at": 1677521314225} +{"stream": "charges", "data": {"id": "ch_3MSHZuEcXtiJtvvh1wLsDh3L", "object": "charge", "amount": 11880, "amount_captured": 11880, "amount_refunded": 0, "amount_updates": [], "application": null, "application_fee": null, "application_fee_amount": null, "balance_transaction": "txn_3MSHZuEcXtiJtvvh183Xla7c", "billing_details": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": null, "state": null}, "email": null, "name": null, "phone": null}, "calculated_statement_descriptor": "AIRBYTE.IO", "captured": true, "created": 1674209531, "currency": "usd", "customer": "cus_LIiHR6omh14Xdg", "description": "Subscription creation", "destination": null, "dispute": null, "disputed": false, "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "fraud_details": {}, "invoice": "in_1MSHZuEcXtiJtvvh12i7x5pX", "livemode": false, "metadata": {}, "on_behalf_of": null, "order": null, "outcome": {"network_status": "approved_by_network", "reason": null, "risk_level": "normal", "risk_score": 49, "seller_message": "Payment complete.", "type": "authorized"}, "paid": true, "payment_intent": "pi_3MSHZuEcXtiJtvvh1IxvA4Q6", "payment_method": "card_1MSHU1EcXtiJtvvhytSN6V54", "payment_method_details": {"card": {"brand": "visa", "checks": {"address_line1_check": null, "address_postal_code_check": null, "cvc_check": "pass"}, "country": "US", "exp_month": 12, "exp_year": 2034, "fingerprint": "X7e9fFB0r8MMcdo6", "funding": "credit", "installments": null, "last4": "4242", "mandate": null, "network": "visa", "three_d_secure": null, "wallet": null}, "type": "card"}, "receipt_email": null, "receipt_number": null, "receipt_url": "https://pay.stripe.com/receipts/invoices/CAcaFwoVYWNjdF8xSndub2lFY1h0aUp0dnZoKLfi858GMgYyC6lrup86LBacYUiAlusFZPiW-Wzdu0du_vZC74ni7w8HNyQRNcQCj7a9omxiWRgzZvmP?s=ap", "refunded": false, "refunds": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/charges/ch_3MSHZuEcXtiJtvvh1wLsDh3L/refunds"}, "review": null, "shipping": null, "source": {"id": "card_1MSHU1EcXtiJtvvhytSN6V54", "object": "card", "address_city": null, "address_country": null, "address_line1": null, "address_line1_check": null, "address_line2": null, "address_state": null, "address_zip": null, "address_zip_check": null, "brand": "Visa", "country": "US", "customer": "cus_LIiHR6omh14Xdg", "cvc_check": "pass", "dynamic_last4": null, "exp_month": 12, "exp_year": 2034, "fingerprint": "X7e9fFB0r8MMcdo6", "funding": "credit", "last4": "4242", "metadata": {}, "name": null, "tokenization_method": null}, "source_transfer": null, "statement_descriptor": null, "statement_descriptor_suffix": null, "status": "succeeded", "transfer_data": null, "transfer_group": null}, "emitted_at": 1677521314227} +{"stream": "coupons", "data": {"id": "Coupon000001", "object": "coupon", "amount_off": 500, "created": 1675345584, "currency": "usd", "duration": "once", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "Test Coupon 1", "percent_off": null, "redeem_by": null, "times_redeemed": 1, "valid": true}, "emitted_at": 1677521318941} +{"stream": "coupons", "data": {"id": "4SUEGKZg", "object": "coupon", "amount_off": 200, "created": 1674209030, "currency": "usd", "duration": "repeating", "duration_in_months": 3, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0406\u0435\u043a\u0448\u0437\u0443", "percent_off": null, "redeem_by": null, "times_redeemed": 0, "valid": true}, "emitted_at": 1677521318942} +{"stream": "coupons", "data": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 3, "valid": true}, "emitted_at": 1677521318943} +{"stream": "customer_balance_transactions", "data": {"id": "cbtxn_1MX2zPEcXtiJtvvhr4L2D3Q1", "object": "customer_balance_transaction", "amount": -50000, "created": 1675345091, "credit_note": null, "currency": "usd", "customer": "cus_NGoTFiJFVbSsvZ", "description": null, "ending_balance": 0, "invoice": "in_1MX2yFEcXtiJtvvhMXhUCgKx", "livemode": false, "metadata": {}, "type": "applied_to_invoice"}, "emitted_at": 1677521324571} +{"stream": "customer_balance_transactions", "data": {"id": "cbtxn_1MWIPLEcXtiJtvvhLnQYjVCj", "object": "customer_balance_transaction", "amount": 50000, "created": 1675166031, "credit_note": null, "currency": "usd", "customer": "cus_NGoTFiJFVbSsvZ", "description": "Test credit balance", "ending_balance": 50000, "invoice": null, "livemode": false, "metadata": {}, "type": "adjustment"}, "emitted_at": 1677521324572} +{"stream": "customers", "data": {"id": "cus_LIiHR6omh14Xdg", "object": "customer", "address": {"city": "san francisco", "country": "US", "line1": "san francisco", "line2": "", "postal_code": "", "state": "CA"}, "balance": 0, "created": 1646998902, "currency": "usd", "default_currency": "usd", "default_source": "card_1MSHU1EcXtiJtvvhytSN6V54", "delinquent": false, "description": "test", "discount": null, "email": "test@airbyte_integration_test.com", "invoice_prefix": "09A6A98F", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null, "rendering_options": null}, "livemode": false, "metadata": {}, "name": "Test", "next_invoice_sequence": 3, "phone": null, "preferred_locales": [], "shipping": {"address": {"city": "", "country": "US", "line1": "", "line2": "", "postal_code": "", "state": ""}, "name": "", "phone": ""}, "tax_exempt": "none", "test_clock": null}, "emitted_at": 1677521325916} +{"stream": "customers", "data": {"id": "cus_Kou8knsO3qQOwU", "object": "customer", "address": null, "balance": 0, "created": 1640123795, "currency": "usd", "default_currency": "usd", "default_source": "src_1MSID8EcXtiJtvvhxIT9lXRy", "delinquent": false, "description": null, "discount": null, "email": "edward.gao+stripe-test-customer-1@airbyte.io", "invoice_prefix": "CA35DF83", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null, "rendering_options": null}, "livemode": false, "metadata": {}, "name": "edgao-test-customer-1", "next_invoice_sequence": 1, "phone": null, "preferred_locales": [], "shipping": null, "tax_exempt": "none", "test_clock": null}, "emitted_at": 1677521325917} +{"stream": "customers", "data": {"id": "cus_NGoTFiJFVbSsvZ", "object": "customer", "address": {"city": "", "country": "US", "line1": "Street 2, 34567", "line2": "", "postal_code": "94114", "state": "CA"}, "balance": 0, "created": 1675160053, "currency": "usd", "default_currency": "usd", "default_source": "src_1MWGs8EcXtiJtvvh4nYdQvEr", "delinquent": false, "description": "Test Customer 2 description", "discount": null, "email": "user1.sample@zohomail.eu", "invoice_prefix": "C09C1837", "invoice_settings": {"custom_fields": null, "default_payment_method": null, "footer": null, "rendering_options": null}, "livemode": false, "metadata": {}, "name": "Test Customer 2", "next_invoice_sequence": 3, "phone": null, "preferred_locales": ["en-US"], "shipping": {"address": {"city": "", "country": "US", "line1": "Street 2, 34567", "line2": "", "postal_code": "94114", "state": "CA"}, "name": "Test Customer 2", "phone": ""}, "tax_exempt": "none", "test_clock": null}, "emitted_at": 1677521326240} +{"stream": "disputes", "data": {"id": "dp_1MSI78EcXtiJtvvhxC77m2kh", "object": "dispute", "amount": 700, "balance_transaction": "txn_1MSI78EcXtiJtvvhAGjxP1UM", "balance_transactions": [{"id": "txn_1MSI78EcXtiJtvvhAGjxP1UM", "object": "balance_transaction", "amount": -700, "available_on": 1674518400, "created": 1674211590, "currency": "usd", "description": "Chargeback withdrawal for ch_3MSI77EcXtiJtvvh1GzoukUC", "exchange_rate": null, "fee": 1500, "fee_details": [{"amount": 1500, "application": null, "currency": "usd", "description": "Dispute fee", "type": "stripe_fee"}], "net": -2200, "reporting_category": "dispute", "source": "dp_1MSI78EcXtiJtvvhxC77m2kh", "status": "available", "type": "adjustment"}], "charge": "ch_3MSI77EcXtiJtvvh1GzoukUC", "created": 1674211590, "currency": "usd", "evidence": {"access_activity_log": null, "billing_address": "12345", "cancellation_policy": null, "cancellation_policy_disclosure": null, "cancellation_rebuttal": null, "customer_communication": null, "customer_email_address": null, "customer_name": null, "customer_purchase_ip": null, "customer_signature": null, "duplicate_charge_documentation": null, "duplicate_charge_explanation": null, "duplicate_charge_id": null, "product_description": null, "receipt": null, "refund_policy": null, "refund_policy_disclosure": null, "refund_refusal_explanation": null, "service_date": null, "service_documentation": null, "shipping_address": null, "shipping_carrier": null, "shipping_date": null, "shipping_documentation": null, "shipping_tracking_number": null, "uncategorized_file": null, "uncategorized_text": null}, "evidence_details": {"due_by": 1675036799, "has_evidence": false, "past_due": false, "submission_count": 0}, "is_charge_refundable": false, "livemode": false, "metadata": {}, "payment_intent": "pi_3MSI77EcXtiJtvvh1glmQd8s", "reason": "fraudulent", "status": "lost"}, "emitted_at": 1677521327745} +{"stream": "events", "data": {"id": "evt_1MVts1EcXtiJtvvh9FysDijw", "object": "event", "api_version": "2020-08-27", "created": 1675071708, "data": {"object": {"id": "tu_1MVts0EcXtiJtvvhSlnRALYs", "object": "topup", "amount": 5000, "balance_transaction": "txn_1MVts0EcXtiJtvvhdP67c9ht", "created": 1675071708, "currency": "usd", "description": "airbyte.io", "destination_balance": null, "expected_availability_date": 1675071709, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "source": {"id": "src_1MSHpIEcXtiJtvvhTLi0M106", "object": "source", "ach_credit_transfer": {"account_number": "test_b6fc39627c05", "bank_name": "TEST BANK", "fingerprint": "HvbzMJ6aNgEC2mdU", "purpose": "topups", "refund_account_holder_name": null, "refund_account_holder_type": null, "refund_routing_number": null, "routing_number": "110000000", "swift_code": "TSTEZ122"}, "amount": null, "client_secret": "src_client_secret_rgsgOHKzvVdUKHOGVd2KfGJe", "created": 1674210484, "currency": "usd", "flow": "receiver", "livemode": false, "metadata": {}, "owner": {"address": null, "email": "amount_5000@example.com", "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "receiver": {"address": "110000000-test_b6fc39627c05", "amount_charged": 7200, "amount_received": 7200, "amount_returned": 0, "refund_attributes_method": "none", "refund_attributes_status": "missing"}, "statement_descriptor": null, "status": "pending", "type": "ach_credit_transfer", "usage": "reusable"}, "statement_descriptor": null, "status": "succeeded", "transfer_group": null}}, "livemode": false, "pending_webhooks": 0, "request": {"id": null, "idempotency_key": "1675071706-oemstc_WN13wJPS8GihBY"}, "type": "topup.created"}, "emitted_at": 1677521330748} +{"stream": "events", "data": {"id": "evt_1MVts0EcXtiJtvvhnoG75svb", "object": "event", "api_version": "2020-08-27", "created": 1675071708, "data": {"object": {"id": "tu_1MVts0EcXtiJtvvhSlnRALYs", "object": "topup", "amount": 5000, "balance_transaction": "txn_1MVts0EcXtiJtvvhdP67c9ht", "created": 1675071708, "currency": "usd", "description": "airbyte.io", "destination_balance": null, "expected_availability_date": 1675071709, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "source": {"id": "src_1MSHpIEcXtiJtvvhTLi0M106", "object": "source", "ach_credit_transfer": {"account_number": "test_b6fc39627c05", "bank_name": "TEST BANK", "fingerprint": "HvbzMJ6aNgEC2mdU", "purpose": "topups", "refund_account_holder_name": null, "refund_account_holder_type": null, "refund_routing_number": null, "routing_number": "110000000", "swift_code": "TSTEZ122"}, "amount": null, "client_secret": "src_client_secret_rgsgOHKzvVdUKHOGVd2KfGJe", "created": 1674210484, "currency": "usd", "flow": "receiver", "livemode": false, "metadata": {}, "owner": {"address": null, "email": "amount_5000@example.com", "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "receiver": {"address": "110000000-test_b6fc39627c05", "amount_charged": 7200, "amount_received": 7200, "amount_returned": 0, "refund_attributes_method": "none", "refund_attributes_status": "missing"}, "statement_descriptor": null, "status": "pending", "type": "ach_credit_transfer", "usage": "reusable"}, "statement_descriptor": null, "status": "succeeded", "transfer_group": null}}, "livemode": false, "pending_webhooks": 0, "request": {"id": null, "idempotency_key": "1675071706-oemstc_WN13wJPS8GihBY"}, "type": "topup.succeeded"}, "emitted_at": 1677521330749} +{"stream": "events", "data": {"id": "evt_1MVtryEcXtiJtvvhwPnUf4tm", "object": "event", "api_version": "2020-08-27", "created": 1675071706, "data": {"object": {"id": "srctxn_1MVtryEcXtiJtvvhMnCRZPsq", "object": "source_transaction", "ach_credit_transfer": {"fingerprint": "HvbzMJ6aNgEC2mdU", "last4": "7c05", "routing_number": "110000000"}, "amount": 5000, "created": 1675071706, "currency": "usd", "livemode": false, "source": "src_1MSHpIEcXtiJtvvhTLi0M106", "status": "succeeded", "type": "ach_credit_transfer"}}, "livemode": false, "pending_webhooks": 0, "request": {"id": null, "idempotency_key": null}, "type": "source.transaction.created"}, "emitted_at": 1677521330749} +{"stream": "events", "data": {"id": "evt_1MVtryEcXtiJtvvhCSDv5MUf", "object": "event", "api_version": "2020-08-27", "created": 1675071706, "data": {"object": {"id": "src_1MSHpIEcXtiJtvvhTLi0M106", "object": "source", "ach_credit_transfer": {"account_number": "test_b6fc39627c05", "bank_name": "TEST BANK", "fingerprint": "HvbzMJ6aNgEC2mdU", "purpose": "topups", "refund_account_holder_name": null, "refund_account_holder_type": null, "refund_routing_number": null, "routing_number": "110000000", "swift_code": "TSTEZ122"}, "amount": null, "client_secret": "src_client_secret_rgsgOHKzvVdUKHOGVd2KfGJe", "created": 1674210484, "currency": "usd", "flow": "receiver", "livemode": false, "metadata": {}, "owner": {"address": null, "email": "amount_5000@example.com", "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "receiver": {"address": "110000000-test_b6fc39627c05", "amount_charged": 2200, "amount_received": 7200, "amount_returned": 0, "refund_attributes_method": "none", "refund_attributes_status": "missing"}, "statement_descriptor": null, "status": "chargeable", "type": "ach_credit_transfer", "usage": "reusable"}}, "livemode": false, "pending_webhooks": 0, "request": {"id": null, "idempotency_key": null}, "type": "source.chargeable"}, "emitted_at": 1677521330750} +{"stream": "events", "data": {"id": "evt_1MVtr7EcXtiJtvvhf63IptvR", "object": "event", "api_version": "2020-08-27", "created": 1675071653, "data": {"object": {"object": "balance", "available": [{"amount": 0, "currency": "usd", "source_types": {"card": 0}}], "connect_reserved": [{"amount": 0, "currency": "usd"}], "issuing": {"available": [{"amount": 4000, "currency": "usd"}]}, "livemode": false, "pending": [{"amount": 0, "currency": "usd", "source_types": {"card": 0}}]}}, "livemode": false, "pending_webhooks": 0, "request": {"id": null, "idempotency_key": null}, "type": "balance.available"}, "emitted_at": 1677521330751} +{"stream": "events", "data": {"id": "evt_1MVtr6EcXtiJtvvhGS4JXh0D", "object": "event", "api_version": "2020-08-27", "created": 1675071652, "data": {"object": {"id": "tu_1MVtr5EcXtiJtvvh3uWM1wL1", "object": "topup", "amount": 4000, "balance_transaction": "txn_1MVtr6EcXtiJtvvhNvWnf6nZ", "created": 1675071651, "currency": "usd", "description": "", "destination_balance": "issuing", "expected_availability_date": 1675071652, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "source": {"id": "src_1MVtr5EcXtiJtvvhIf096CRy", "object": "source", "ach_debit": {"bank_name": "STRIPE TEST BANK", "country": "US", "fingerprint": "EYRDOxbGrk2CWvEr", "last4": "6789", "routing_number": "110000000", "type": "individual"}, "amount": null, "client_secret": "src_client_secret_bVf4sJIwQzyOvBnd66CiZgVq", "code_verification": {"attempts_remaining": 3, "status": "succeeded"}, "created": 1675071651, "currency": "usd", "flow": "code_verification", "livemode": false, "metadata": {}, "owner": {"address": {"city": null, "country": "US", "line1": null, "line2": null, "postal_code": null, "state": null}, "email": null, "name": "Jenny Rosen", "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "chargeable", "type": "ach_debit", "usage": "reusable"}, "statement_descriptor": null, "status": "succeeded", "transfer_group": null}}, "livemode": false, "pending_webhooks": 0, "request": {"id": "req_WG3HqGkGXkaHLC", "idempotency_key": "44e10596-b6e8-4532-a36e-4bffa8f6d041"}, "type": "topup.succeeded"}, "emitted_at": 1677521330752} +{"stream": "events", "data": {"id": "evt_1MVtr6EcXtiJtvvhZ1anKJQ1", "object": "event", "api_version": "2020-08-27", "created": 1675071652, "data": {"object": {"id": "tu_1MVtr5EcXtiJtvvh3uWM1wL1", "object": "topup", "amount": 4000, "balance_transaction": null, "created": 1675071651, "currency": "usd", "description": "", "destination_balance": "issuing", "expected_availability_date": 1675071652, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "source": {"id": "src_1MVtr5EcXtiJtvvhIf096CRy", "object": "source", "ach_debit": {"bank_name": "STRIPE TEST BANK", "country": "US", "fingerprint": "EYRDOxbGrk2CWvEr", "last4": "6789", "routing_number": "110000000", "type": "individual"}, "amount": null, "client_secret": "src_client_secret_bVf4sJIwQzyOvBnd66CiZgVq", "code_verification": {"attempts_remaining": 3, "status": "succeeded"}, "created": 1675071651, "currency": "usd", "flow": "code_verification", "livemode": false, "metadata": {}, "owner": {"address": {"city": null, "country": "US", "line1": null, "line2": null, "postal_code": null, "state": null}, "email": null, "name": "Jenny Rosen", "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "chargeable", "type": "ach_debit", "usage": "reusable"}, "statement_descriptor": null, "status": "pending", "transfer_group": null}}, "livemode": false, "pending_webhooks": 0, "request": {"id": "req_WG3HqGkGXkaHLC", "idempotency_key": "44e10596-b6e8-4532-a36e-4bffa8f6d041"}, "type": "topup.created"}, "emitted_at": 1677521330753} +{"stream": "events", "data": {"id": "evt_1MVtr6EcXtiJtvvhWsgZXW4Q", "object": "event", "api_version": "2020-08-27", "created": 1675071651, "data": {"object": {"id": "src_1MVtr5EcXtiJtvvhIf096CRy", "object": "source", "ach_debit": {"bank_name": "STRIPE TEST BANK", "country": "US", "fingerprint": "EYRDOxbGrk2CWvEr", "last4": "6789", "routing_number": "110000000", "type": "individual"}, "amount": null, "client_secret": "src_client_secret_bVf4sJIwQzyOvBnd66CiZgVq", "code_verification": {"attempts_remaining": 3, "status": "succeeded"}, "created": 1675071651, "currency": "usd", "flow": "code_verification", "livemode": false, "metadata": {}, "owner": {"address": {"city": null, "country": "US", "line1": null, "line2": null, "postal_code": null, "state": null}, "email": null, "name": "Jenny Rosen", "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "chargeable", "type": "ach_debit", "usage": "reusable"}}, "livemode": false, "pending_webhooks": 0, "request": {"id": "req_WG3HqGkGXkaHLC", "idempotency_key": "44e10596-b6e8-4532-a36e-4bffa8f6d041"}, "type": "source.chargeable"}, "emitted_at": 1677521330755} +{"stream": "events", "data": {"id": "evt_1MVtmyEcXtiJtvvhwyULBwTH", "object": "event", "api_version": "2020-08-27", "created": 1675071396, "data": {"object": {"id": "promo_1MVtmyEcXtiJtvvhkV5jPFPU", "object": "promotion_code", "active": true, "code": "g20", "coupon": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 1, "valid": true}, "created": 1675071396, "customer": null, "expires_at": null, "livemode": false, "max_redemptions": null, "metadata": {}, "restrictions": {"first_time_transaction": false, "minimum_amount": null, "minimum_amount_currency": null}, "times_redeemed": 0}}, "livemode": false, "pending_webhooks": 0, "request": {"id": "req_Bs1XE3QrvxYR4j", "idempotency_key": "6fc81bc9-f9fd-4de5-a3ba-05ea0bfde947"}, "type": "promotion_code.created"}, "emitted_at": 1677521330756} +{"stream": "events", "data": {"id": "evt_1MVtmkEcXtiJtvvhEJAnE3I9", "object": "event", "api_version": "2020-08-27", "created": 1675071382, "data": {"object": {"id": "promo_1MVtmkEcXtiJtvvht0RA3MKg", "object": "promotion_code", "active": true, "code": "FRIENDS20", "coupon": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 1, "valid": true}, "created": 1675071382, "customer": null, "expires_at": null, "livemode": false, "max_redemptions": null, "metadata": {}, "restrictions": {"first_time_transaction": true, "minimum_amount": 10000, "minimum_amount_currency": "usd"}, "times_redeemed": 0}}, "livemode": false, "pending_webhooks": 0, "request": {"id": "req_rHBOomLD0odMu3", "idempotency_key": "369ba7de-5540-4186-be5d-f5ea7240bca8"}, "type": "promotion_code.created"}, "emitted_at": 1677521330757} +{"stream": "invoice_items", "data": {"id": "ii_1K9GKLEcXtiJtvvhmr2AYOAx", "object": "invoiceitem", "amount": 8400, "currency": "usd", "customer": "cus_Kou8knsO3qQOwU", "date": 1640123817, "description": "a box of parsnips", "discountable": true, "discounts": [], "invoice": "in_1K9GK0EcXtiJtvvhSo2LvGqT", "livemode": false, "metadata": {}, "period": {"end": 1640123817, "start": 1640123817}, "plan": null, "price": {"id": "price_1K9GKLEcXtiJtvvhXbrg33lq", "object": "price", "active": false, "billing_scheme": "per_unit", "created": 1640123817, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_Kou8cQxtIpF1p7", "recurring": null, "tax_behavior": "unspecified", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 8400, "unit_amount_decimal": "8400"}, "proration": false, "quantity": 1, "subscription": null, "tax_rates": [], "test_clock": null, "unit_amount": 8400, "unit_amount_decimal": "8400"}, "emitted_at": 1677521332018} +{"stream": "invoice_items", "data": {"id": "ii_1MX384EcXtiJtvvhguyn3iYb", "object": "invoiceitem", "amount": 6000, "currency": "usd", "customer": "cus_NGoTFiJFVbSsvZ", "date": 1675345628, "description": "Test Product 1", "discountable": true, "discounts": ["di_1MX384EcXtiJtvvhkOrY57Ep"], "invoice": "in_1MX37hEcXtiJtvvhRSl1KbQm", "livemode": false, "metadata": {}, "period": {"end": 1675345628, "start": 1675345628}, "plan": null, "price": {"id": "price_1MX364EcXtiJtvvhE3WgTl4O", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1675345504, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NHcKselSHfKdfc", "recurring": null, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 2000, "unit_amount_decimal": "2000"}, "proration": false, "quantity": 3, "subscription": null, "tax_rates": [], "test_clock": null, "unit_amount": 2000, "unit_amount_decimal": "2000"}, "emitted_at": 1677521332356} +{"stream": "invoice_items", "data": {"id": "ii_1MX2yfEcXtiJtvvhfhyOG7SP", "object": "invoiceitem", "amount": 25200, "currency": "usd", "customer": "cus_NGoTFiJFVbSsvZ", "date": 1675345045, "description": "edgao-test-product", "discountable": true, "discounts": ["di_1MX2ysEcXtiJtvvh8ORqRVKm"], "invoice": "in_1MX2yFEcXtiJtvvhMXhUCgKx", "livemode": false, "metadata": {}, "period": {"end": 1675345045, "start": 1675345045}, "plan": null, "price": {"id": "price_1K9GbqEcXtiJtvvhJ3lZe4i5", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1640124902, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_KouQ5ez86yREmB", "recurring": null, "tax_behavior": "inclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 12600, "unit_amount_decimal": "12600"}, "proration": false, "quantity": 2, "subscription": null, "tax_rates": [], "test_clock": null, "unit_amount": 12600, "unit_amount_decimal": "12600"}, "emitted_at": 1677521332357} +{"stream": "invoice_items", "data": {"id": "ii_1MSHZuEcXtiJtvvhfy4mPxxq", "object": "invoiceitem", "amount": 12600, "currency": "usd", "customer": "cus_LIiHR6omh14Xdg", "date": 1674209530, "description": "edgao-test-product", "discountable": true, "discounts": [], "invoice": "in_1MSHZuEcXtiJtvvh12i7x5pX", "livemode": false, "metadata": {}, "period": {"end": 1676887929, "start": 1674209529}, "plan": null, "price": {"id": "price_1K9GbqEcXtiJtvvhJ3lZe4i5", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1640124902, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_KouQ5ez86yREmB", "recurring": null, "tax_behavior": "inclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 12600, "unit_amount_decimal": "12600"}, "proration": false, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "tax_rates": [], "test_clock": null, "unit_amount": 12600, "unit_amount_decimal": "12600"}, "emitted_at": 1677521332359} +{"stream": "invoice_line_items", "data": {"id": "il_1MdWSpEcXtiJtvvhENxzyfzt", "object": "line_item", "amount": 600, "amount_excluding_tax": 600, "currency": "usd", "description": "1 \u00d7 tu (at $6.00 / month)", "discount_amounts": [{"amount": 60, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "discountable": true, "discounts": [], "livemode": false, "metadata": {}, "period": {"end": 1679307129, "start": 1676887929}, "plan": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 600, "unit_amount_decimal": "600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "subscription_item": "si_NCgxk9rCSy1tBn", "tax_amounts": [], "tax_rates": [], "type": "subscription", "unit_amount_excluding_tax": "600", "invoice_id": "in_1MdWSpEcXtiJtvvh5A5eolm6"}, "emitted_at": 1677521335471} +{"stream": "invoice_line_items", "data": {"id": "il_1MX384EcXtiJtvvh3j2K123f", "object": "line_item", "amount": 6000, "amount_excluding_tax": 6000, "currency": "usd", "description": "Test Product 1", "discount_amounts": [{"amount": 500, "discount": "di_1MX384EcXtiJtvvhkOrY57Ep"}], "discountable": true, "discounts": ["di_1MX384EcXtiJtvvhkOrY57Ep"], "invoice_item": "ii_1MX384EcXtiJtvvhguyn3iYb", "livemode": false, "metadata": {}, "period": {"end": 1675345628, "start": 1675345628}, "plan": null, "price": {"id": "price_1MX364EcXtiJtvvhE3WgTl4O", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1675345504, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NHcKselSHfKdfc", "recurring": null, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 2000, "unit_amount_decimal": "2000"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 3, "subscription": null, "tax_amounts": [{"amount": 0, "inclusive": false, "tax_rate": "txr_1MX384EcXtiJtvvhAhVE20Ii"}], "tax_rates": [], "type": "invoiceitem", "unit_amount_excluding_tax": "2000", "invoice_id": "in_1MX37hEcXtiJtvvhRSl1KbQm"}, "emitted_at": 1677521335471} +{"stream": "invoice_line_items", "data": {"id": "il_1MX2yfEcXtiJtvvhiunY2j1x", "object": "line_item", "amount": 25200, "amount_excluding_tax": 25200, "currency": "usd", "description": "edgao-test-product", "discount_amounts": [{"amount": 2520, "discount": "di_1MX2ysEcXtiJtvvh8ORqRVKm"}], "discountable": true, "discounts": ["di_1MX2ysEcXtiJtvvh8ORqRVKm"], "invoice_item": "ii_1MX2yfEcXtiJtvvhfhyOG7SP", "livemode": false, "metadata": {}, "period": {"end": 1675345045, "start": 1675345045}, "plan": null, "price": {"id": "price_1K9GbqEcXtiJtvvhJ3lZe4i5", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1640124902, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_KouQ5ez86yREmB", "recurring": null, "tax_behavior": "inclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 12600, "unit_amount_decimal": "12600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 2, "subscription": null, "tax_amounts": [{"amount": 0, "inclusive": true, "tax_rate": "txr_1MX2yfEcXtiJtvvhVcMEMTRj"}], "tax_rates": [], "type": "invoiceitem", "unit_amount_excluding_tax": "12600", "invoice_id": "in_1MX2yFEcXtiJtvvhMXhUCgKx"}, "emitted_at": 1677521335472} +{"stream": "invoice_line_items", "data": {"id": "il_1MSHZuEcXtiJtvvh0a9ynIfe", "object": "line_item", "amount": 12600, "amount_excluding_tax": 12600, "currency": "usd", "description": "edgao-test-product", "discount_amounts": [{"amount": 1260, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "discountable": true, "discounts": [], "invoice_item": "ii_1MSHZuEcXtiJtvvhfy4mPxxq", "livemode": false, "metadata": {}, "period": {"end": 1676887929, "start": 1674209529}, "plan": null, "price": {"id": "price_1K9GbqEcXtiJtvvhJ3lZe4i5", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1640124902, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_KouQ5ez86yREmB", "recurring": null, "tax_behavior": "inclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 12600, "unit_amount_decimal": "12600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "tax_amounts": [], "tax_rates": [], "type": "invoiceitem", "unit_amount_excluding_tax": "12600", "invoice_id": "in_1MSHZuEcXtiJtvvh12i7x5pX"}, "emitted_at": 1677521335472} +{"stream": "invoice_line_items", "data": {"id": "il_1MSHZuEcXtiJtvvhB5XFdbWW", "object": "line_item", "amount": 600, "amount_excluding_tax": 600, "currency": "usd", "description": "1 \u00d7 tu (at $6.00 / month)", "discount_amounts": [{"amount": 60, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "discountable": true, "discounts": [], "livemode": false, "metadata": {}, "period": {"end": 1676887929, "start": 1674209529}, "plan": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 600, "unit_amount_decimal": "600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "subscription_item": "si_NCgxk9rCSy1tBn", "tax_amounts": [], "tax_rates": [], "type": "subscription", "unit_amount_excluding_tax": "600", "invoice_id": "in_1MSHZuEcXtiJtvvh12i7x5pX"}, "emitted_at": 1677521335472} +{"stream": "invoices", "data": {"id": "in_1K9GK0EcXtiJtvvhSo2LvGqT", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 8400, "amount_paid": 0, "amount_remaining": 8400, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 0, "attempted": false, "auto_advance": false, "automatic_tax": {"enabled": false, "status": null}, "billing_reason": "manual", "charge": null, "collection_method": "send_invoice", "created": 1640123796, "currency": "usd", "custom_fields": null, "customer": "cus_Kou8knsO3qQOwU", "customer_address": null, "customer_email": "edward.gao+stripe-test-customer-1@airbyte.io", "customer_name": "edgao-test-customer-1", "customer_phone": null, "customer_shipping": null, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": null, "discount": null, "discounts": [], "due_date": null, "ending_balance": null, "footer": null, "from_invoice": null, "hosted_invoice_url": null, "invoice_pdf": null, "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [{"id": "il_1K9GKLEcXtiJtvvhhHaYMebN", "object": "line_item", "amount": 8400, "amount_excluding_tax": 8400, "currency": "usd", "description": "a box of parsnips", "discount_amounts": [], "discountable": true, "discounts": [], "invoice_item": "ii_1K9GKLEcXtiJtvvhmr2AYOAx", "livemode": false, "metadata": {}, "period": {"end": 1640123817, "start": 1640123817}, "plan": null, "price": {"id": "price_1K9GKLEcXtiJtvvhXbrg33lq", "object": "price", "active": false, "billing_scheme": "per_unit", "created": 1640123817, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_Kou8cQxtIpF1p7", "recurring": null, "tax_behavior": "unspecified", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 8400, "unit_amount_decimal": "8400"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 1, "subscription": null, "tax_amounts": [], "tax_rates": [], "type": "invoiceitem", "unit_amount_excluding_tax": "8400"}], "has_more": false, "total_count": 1, "url": "/v1/invoices/in_1K9GK0EcXtiJtvvhSo2LvGqT/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": null, "on_behalf_of": null, "paid": false, "paid_out_of_band": false, "payment_intent": null, "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1640123795, "period_start": 1640123795, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 0, "statement_descriptor": null, "status": "draft", "status_transitions": {"finalized_at": null, "marked_uncollectible_at": null, "paid_at": null, "voided_at": null}, "subscription": null, "subtotal": 8400, "subtotal_excluding_tax": 8400, "tax": null, "test_clock": null, "total": 8400, "total_discount_amounts": [], "total_excluding_tax": 8400, "total_tax_amounts": [], "transfer_data": null, "webhooks_delivered_at": 1640123796}, "emitted_at": 1677521336699} +{"stream": "invoices", "data": {"id": "in_1MdWSpEcXtiJtvvh5A5eolm6", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 540, "amount_paid": 540, "amount_remaining": 0, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 1, "attempted": true, "auto_advance": false, "automatic_tax": {"enabled": false, "status": null}, "billing_reason": "subscription_cycle", "charge": "ch_3MdXTdEcXtiJtvvh0mm8eNgd", "collection_method": "charge_automatically", "created": 1676888359, "currency": "usd", "custom_fields": null, "customer": "cus_LIiHR6omh14Xdg", "customer_address": {"city": "san francisco", "country": "US", "line1": "san francisco", "line2": "", "postal_code": "", "state": "CA"}, "customer_email": "test@airbyte_integration_test.com", "customer_name": "Test", "customer_phone": null, "customer_shipping": {"address": {"city": "", "country": "US", "line1": "", "line2": "", "postal_code": "", "state": ""}, "name": "", "phone": ""}, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": "Thanks for your business!", "discount": {"id": "di_1MSHZuEcXtiJtvvh3FMkcwwb", "object": "discount", "checkout_session": null, "coupon": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 3, "valid": true}, "customer": "cus_LIiHR6omh14Xdg", "end": null, "invoice": null, "invoice_item": null, "promotion_code": null, "start": 1674209529, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh"}, "discounts": ["di_1MSHZuEcXtiJtvvh3FMkcwwb"], "due_date": null, "ending_balance": 0, "footer": "Test Invoice", "from_invoice": null, "hosted_invoice_url": "https://invoice.stripe.com/i/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OT0o0emphWnZnckpMazUyUUNwOEFEVTZPaThDVHR5LDY4MDYyMDMx0200aMG8dRon?s=ap", "invoice_pdf": "https://pay.stripe.com/invoice/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OT0o0emphWnZnckpMazUyUUNwOEFEVTZPaThDVHR5LDY4MDYyMDMx0200aMG8dRon/pdf?s=ap", "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [{"id": "il_1MdWSpEcXtiJtvvhENxzyfzt", "object": "line_item", "amount": 600, "amount_excluding_tax": 600, "currency": "usd", "description": "1 \u00d7 tu (at $6.00 / month)", "discount_amounts": [{"amount": 60, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "discountable": true, "discounts": [], "livemode": false, "metadata": {}, "period": {"end": 1679307129, "start": 1676887929}, "plan": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 600, "unit_amount_decimal": "600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "subscription_item": "si_NCgxk9rCSy1tBn", "tax_amounts": [], "tax_rates": [], "type": "subscription", "unit_amount_excluding_tax": "600"}], "has_more": false, "total_count": 1, "url": "/v1/invoices/in_1MdWSpEcXtiJtvvh5A5eolm6/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": "09A6A98F-0002", "on_behalf_of": null, "paid": true, "paid_out_of_band": false, "payment_intent": "pi_3MdXTdEcXtiJtvvh03W6T4Zt", "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1676887929, "period_start": 1674209529, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 0, "statement_descriptor": null, "status": "paid", "status_transitions": {"finalized_at": 1676892252, "marked_uncollectible_at": null, "paid_at": 1676892252, "voided_at": null}, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "subtotal": 600, "subtotal_excluding_tax": 600, "tax": null, "test_clock": null, "total": 540, "total_discount_amounts": [{"amount": 60, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "total_excluding_tax": 540, "total_tax_amounts": [], "transfer_data": null, "webhooks_delivered_at": 1676888359}, "emitted_at": 1677521337359} +{"stream": "invoices", "data": {"id": "in_1MX37hEcXtiJtvvhRSl1KbQm", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 5500, "amount_paid": 5500, "amount_remaining": 0, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 1, "attempted": true, "auto_advance": false, "automatic_tax": {"enabled": true, "status": "complete"}, "billing_reason": "manual", "charge": "ch_3MX38QEcXtiJtvvh1y8YAJpg", "collection_method": "send_invoice", "created": 1675345605, "currency": "usd", "custom_fields": null, "customer": "cus_NGoTFiJFVbSsvZ", "customer_address": {"city": "", "country": "US", "line1": "Street 2, 34567", "line2": "", "postal_code": "94114", "state": "CA"}, "customer_email": "user1.sample@zohomail.eu", "customer_name": "Test Customer 2", "customer_phone": null, "customer_shipping": {"address": {"city": "", "country": "US", "line1": "Street 2, 34567", "line2": "", "postal_code": "94114", "state": "CA"}, "name": "Test Customer 2", "phone": ""}, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": "Thanks for your business!", "discount": null, "discounts": [], "due_date": 1677937605, "ending_balance": 0, "footer": "Test Invoice", "from_invoice": null, "hosted_invoice_url": "https://invoice.stripe.com/i/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OSGNNamM2RTF0TmlLcGFRRVFKeHpPdTgzOFFOVzNDLDY4MDYyMDMx020011vd7jF0?s=ap", "invoice_pdf": "https://pay.stripe.com/invoice/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OSGNNamM2RTF0TmlLcGFRRVFKeHpPdTgzOFFOVzNDLDY4MDYyMDMx020011vd7jF0/pdf?s=ap", "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [{"id": "il_1MX384EcXtiJtvvh3j2K123f", "object": "line_item", "amount": 6000, "amount_excluding_tax": 6000, "currency": "usd", "description": "Test Product 1", "discount_amounts": [{"amount": 500, "discount": "di_1MX384EcXtiJtvvhkOrY57Ep"}], "discountable": true, "discounts": ["di_1MX384EcXtiJtvvhkOrY57Ep"], "invoice_item": "ii_1MX384EcXtiJtvvhguyn3iYb", "livemode": false, "metadata": {}, "period": {"end": 1675345628, "start": 1675345628}, "plan": null, "price": {"id": "price_1MX364EcXtiJtvvhE3WgTl4O", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1675345504, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NHcKselSHfKdfc", "recurring": null, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 2000, "unit_amount_decimal": "2000"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 3, "subscription": null, "tax_amounts": [{"amount": 0, "inclusive": false, "tax_rate": "txr_1MX384EcXtiJtvvhAhVE20Ii"}], "tax_rates": [], "type": "invoiceitem", "unit_amount_excluding_tax": "2000"}], "has_more": false, "total_count": 1, "url": "/v1/invoices/in_1MX37hEcXtiJtvvhRSl1KbQm/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": "C09C1837-0002", "on_behalf_of": null, "paid": true, "paid_out_of_band": false, "payment_intent": "pi_3MX38QEcXtiJtvvh10zsQJTC", "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1675345605, "period_start": 1675345605, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 0, "statement_descriptor": null, "status": "paid", "status_transitions": {"finalized_at": 1675345650, "marked_uncollectible_at": null, "paid_at": 1675345673, "voided_at": null}, "subscription": null, "subtotal": 5500, "subtotal_excluding_tax": 5500, "tax": 0, "test_clock": null, "total": 5500, "total_discount_amounts": [{"amount": 500, "discount": "di_1MX384EcXtiJtvvhkOrY57Ep"}], "total_excluding_tax": 5500, "total_tax_amounts": [{"amount": 0, "inclusive": false, "tax_rate": "txr_1MX384EcXtiJtvvhAhVE20Ii"}], "transfer_data": null, "webhooks_delivered_at": 1675345605}, "emitted_at": 1677521337360} +{"stream": "invoices", "data": {"id": "in_1MX2yFEcXtiJtvvhMXhUCgKx", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 72680, "amount_paid": 72680, "amount_remaining": 0, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 1, "attempted": true, "auto_advance": false, "automatic_tax": {"enabled": true, "status": "complete"}, "billing_reason": "manual", "charge": "ch_3MX2zPEcXtiJtvvh1BUGw8EC", "collection_method": "send_invoice", "created": 1675345019, "currency": "usd", "custom_fields": null, "customer": "cus_NGoTFiJFVbSsvZ", "customer_address": {"city": "", "country": "US", "line1": "Street 2, 34567", "line2": "", "postal_code": "94114", "state": "CA"}, "customer_email": "user1.sample@zohomail.eu", "customer_name": "Test Customer 2", "customer_phone": null, "customer_shipping": {"address": {"city": "", "country": "US", "line1": "Street 2, 34567", "line2": "", "postal_code": "94114", "state": "CA"}, "name": "Test Customer 2", "phone": ""}, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": "Thanks for your business!", "discount": null, "discounts": [], "due_date": 1677937018, "ending_balance": 0, "footer": "Test Invoice", "from_invoice": null, "hosted_invoice_url": "https://invoice.stripe.com/i/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OSGNDT3BXU2sxR0NJUDNaTTZnbXFINW10NHNiaWhDLDY4MDYyMDMx0200A6qC4sqI?s=ap", "invoice_pdf": "https://pay.stripe.com/invoice/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OSGNDT3BXU2sxR0NJUDNaTTZnbXFINW10NHNiaWhDLDY4MDYyMDMx0200A6qC4sqI/pdf?s=ap", "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [{"id": "il_1MX2yfEcXtiJtvvhiunY2j1x", "object": "line_item", "amount": 25200, "amount_excluding_tax": 25200, "currency": "usd", "description": "edgao-test-product", "discount_amounts": [{"amount": 2520, "discount": "di_1MX2ysEcXtiJtvvh8ORqRVKm"}], "discountable": true, "discounts": ["di_1MX2ysEcXtiJtvvh8ORqRVKm"], "invoice_item": "ii_1MX2yfEcXtiJtvvhfhyOG7SP", "livemode": false, "metadata": {}, "period": {"end": 1675345045, "start": 1675345045}, "plan": null, "price": {"id": "price_1K9GbqEcXtiJtvvhJ3lZe4i5", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1640124902, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_KouQ5ez86yREmB", "recurring": null, "tax_behavior": "inclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 12600, "unit_amount_decimal": "12600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 2, "subscription": null, "tax_amounts": [{"amount": 0, "inclusive": true, "tax_rate": "txr_1MX2yfEcXtiJtvvhVcMEMTRj"}], "tax_rates": [], "type": "invoiceitem", "unit_amount_excluding_tax": "12600"}], "has_more": false, "total_count": 1, "url": "/v1/invoices/in_1MX2yFEcXtiJtvvhMXhUCgKx/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": "C09C1837-0001", "on_behalf_of": null, "paid": true, "paid_out_of_band": false, "payment_intent": "pi_3MX2zPEcXtiJtvvh12VBcp6m", "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1675345018, "period_start": 1675345018, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 50000, "statement_descriptor": null, "status": "paid", "status_transitions": {"finalized_at": 1675345090, "marked_uncollectible_at": null, "paid_at": 1675345122, "voided_at": null}, "subscription": null, "subtotal": 22680, "subtotal_excluding_tax": 22680, "tax": 0, "test_clock": null, "total": 22680, "total_discount_amounts": [{"amount": 2520, "discount": "di_1MX2ysEcXtiJtvvh8ORqRVKm"}], "total_excluding_tax": 22680, "total_tax_amounts": [{"amount": 0, "inclusive": true, "tax_rate": "txr_1MX2yfEcXtiJtvvhVcMEMTRj"}], "transfer_data": null, "webhooks_delivered_at": 1675345019}, "emitted_at": 1677521337360} +{"stream": "invoices", "data": {"id": "in_1MSID7EcXtiJtvvh8OUKak6h", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 0, "amount_paid": 0, "amount_remaining": 0, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 0, "attempted": false, "auto_advance": false, "automatic_tax": {"enabled": false, "status": null}, "billing_reason": "manual", "charge": null, "collection_method": "send_invoice", "created": 1674211961, "currency": "usd", "custom_fields": null, "customer": "cus_Kou8knsO3qQOwU", "customer_address": null, "customer_email": "edward.gao+stripe-test-customer-1@airbyte.io", "customer_name": "edgao-test-customer-1", "customer_phone": null, "customer_shipping": null, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": null, "discount": null, "discounts": [], "due_date": 1676803961, "ending_balance": null, "footer": null, "from_invoice": null, "hosted_invoice_url": null, "invoice_pdf": null, "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/invoices/in_1MSID7EcXtiJtvvh8OUKak6h/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": null, "on_behalf_of": null, "paid": false, "paid_out_of_band": false, "payment_intent": null, "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1674211961, "period_start": 1674211961, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 0, "statement_descriptor": null, "status": "draft", "status_transitions": {"finalized_at": null, "marked_uncollectible_at": null, "paid_at": null, "voided_at": null}, "subscription": null, "subtotal": 0, "subtotal_excluding_tax": 0, "tax": null, "test_clock": null, "total": 0, "total_discount_amounts": [], "total_excluding_tax": 0, "total_tax_amounts": [], "transfer_data": null, "webhooks_delivered_at": 1674211961}, "emitted_at": 1677521337361} +{"stream": "invoices", "data": {"id": "in_1MSIC3EcXtiJtvvhTUqweBiR", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 0, "amount_paid": 0, "amount_remaining": 0, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 0, "attempted": false, "auto_advance": false, "automatic_tax": {"enabled": false, "status": null}, "billing_reason": "manual", "charge": null, "collection_method": "send_invoice", "created": 1674211895, "currency": "usd", "custom_fields": null, "customer": "cus_LIiHR6omh14Xdg", "customer_address": {"city": "san francisco", "country": "US", "line1": "san francisco", "line2": "", "postal_code": "", "state": "CA"}, "customer_email": "test@airbyte_integration_test.com", "customer_name": "Test", "customer_phone": null, "customer_shipping": {"address": {"city": "", "country": "US", "line1": "", "line2": "", "postal_code": "", "state": ""}, "name": "", "phone": ""}, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": null, "discount": null, "discounts": [], "due_date": 1676803894, "ending_balance": null, "footer": null, "from_invoice": null, "hosted_invoice_url": null, "invoice_pdf": null, "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/invoices/in_1MSIC3EcXtiJtvvhTUqweBiR/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": null, "on_behalf_of": null, "paid": false, "paid_out_of_band": false, "payment_intent": null, "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1676887929, "period_start": 1674209529, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 0, "statement_descriptor": null, "status": "draft", "status_transitions": {"finalized_at": null, "marked_uncollectible_at": null, "paid_at": null, "voided_at": null}, "subscription": null, "subtotal": 0, "subtotal_excluding_tax": 0, "tax": null, "test_clock": null, "total": 0, "total_discount_amounts": [], "total_excluding_tax": 0, "total_tax_amounts": [], "transfer_data": null, "webhooks_delivered_at": 1674211895}, "emitted_at": 1677521337362} +{"stream": "invoices", "data": {"id": "in_1MSHsIEcXtiJtvvhYaiyckhp", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 0, "amount_paid": 0, "amount_remaining": 0, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 0, "attempted": false, "auto_advance": false, "automatic_tax": {"enabled": true, "status": "complete"}, "billing_reason": "manual", "charge": null, "collection_method": "send_invoice", "created": 1674210670, "currency": "usd", "custom_fields": null, "customer": "cus_LIiHR6omh14Xdg", "customer_address": {"city": "san francisco", "country": "US", "line1": "san francisco", "line2": "", "postal_code": "", "state": "CA"}, "customer_email": "test@airbyte_integration_test.com", "customer_name": "Test", "customer_phone": null, "customer_shipping": {"address": {"city": "", "country": "US", "line1": "", "line2": "", "postal_code": "", "state": ""}, "name": "", "phone": ""}, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": null, "discount": null, "discounts": [], "due_date": 1676802670, "ending_balance": null, "footer": null, "from_invoice": null, "hosted_invoice_url": null, "invoice_pdf": null, "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/invoices/in_1MSHsIEcXtiJtvvhYaiyckhp/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": null, "on_behalf_of": null, "paid": false, "paid_out_of_band": false, "payment_intent": null, "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1676887929, "period_start": 1674209529, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 0, "statement_descriptor": null, "status": "draft", "status_transitions": {"finalized_at": null, "marked_uncollectible_at": null, "paid_at": null, "voided_at": null}, "subscription": null, "subtotal": 0, "subtotal_excluding_tax": 0, "tax": null, "test_clock": null, "total": 0, "total_discount_amounts": [], "total_excluding_tax": 0, "total_tax_amounts": [], "transfer_data": null, "webhooks_delivered_at": 1674210670}, "emitted_at": 1677521337363} +{"stream": "invoices", "data": {"id": "in_1MSHZuEcXtiJtvvh12i7x5pX", "object": "invoice", "account_country": "US", "account_name": "Airbyte, Inc.", "account_tax_ids": null, "amount_due": 11880, "amount_paid": 11880, "amount_remaining": 0, "amount_shipping": 0, "application": null, "application_fee_amount": null, "attempt_count": 1, "attempted": true, "auto_advance": false, "automatic_tax": {"enabled": false, "status": null}, "billing_reason": "subscription_create", "charge": "ch_3MSHZuEcXtiJtvvh1wLsDh3L", "collection_method": "charge_automatically", "created": 1674209530, "currency": "usd", "custom_fields": null, "customer": "cus_LIiHR6omh14Xdg", "customer_address": {"city": "san francisco", "country": "US", "line1": "san francisco", "line2": "", "postal_code": "", "state": "CA"}, "customer_email": "test@airbyte_integration_test.com", "customer_name": "Test", "customer_phone": null, "customer_shipping": {"address": {"city": "", "country": "US", "line1": "", "line2": "", "postal_code": "", "state": ""}, "name": "", "phone": ""}, "customer_tax_exempt": "none", "customer_tax_ids": [], "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": null, "discount": {"id": "di_1MSHZuEcXtiJtvvh3FMkcwwb", "object": "discount", "checkout_session": null, "coupon": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 3, "valid": true}, "customer": "cus_LIiHR6omh14Xdg", "end": null, "invoice": null, "invoice_item": null, "promotion_code": null, "start": 1674209529, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh"}, "discounts": ["di_1MSHZuEcXtiJtvvh3FMkcwwb"], "due_date": null, "ending_balance": 0, "footer": null, "from_invoice": null, "hosted_invoice_url": "https://invoice.stripe.com/i/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OQ2d4VFVvajZhZDFnNXRPajV5TUh3RkR5WEZmdFRPLDY4MDYyMDMx0200XyqHRNVi?s=ap", "invoice_pdf": "https://pay.stripe.com/invoice/acct_1JwnoiEcXtiJtvvh/test_YWNjdF8xSndub2lFY1h0aUp0dnZoLF9OQ2d4VFVvajZhZDFnNXRPajV5TUh3RkR5WEZmdFRPLDY4MDYyMDMx0200XyqHRNVi/pdf?s=ap", "last_finalization_error": null, "latest_revision": null, "lines": {"object": "list", "data": [{"id": "il_1MSHZuEcXtiJtvvh0a9ynIfe", "object": "line_item", "amount": 12600, "amount_excluding_tax": 12600, "currency": "usd", "description": "edgao-test-product", "discount_amounts": [{"amount": 1260, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "discountable": true, "discounts": [], "invoice_item": "ii_1MSHZuEcXtiJtvvhfy4mPxxq", "livemode": false, "metadata": {}, "period": {"end": 1676887929, "start": 1674209529}, "plan": null, "price": {"id": "price_1K9GbqEcXtiJtvvhJ3lZe4i5", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1640124902, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_KouQ5ez86yREmB", "recurring": null, "tax_behavior": "inclusive", "tiers_mode": null, "transform_quantity": null, "type": "one_time", "unit_amount": 12600, "unit_amount_decimal": "12600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "tax_amounts": [], "tax_rates": [], "type": "invoiceitem", "unit_amount_excluding_tax": "12600"}, {"id": "il_1MSHZuEcXtiJtvvhB5XFdbWW", "object": "line_item", "amount": 600, "amount_excluding_tax": 600, "currency": "usd", "description": "1 \u00d7 tu (at $6.00 / month)", "discount_amounts": [{"amount": 60, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "discountable": true, "discounts": [], "livemode": false, "metadata": {}, "period": {"end": 1676887929, "start": 1674209529}, "plan": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 600, "unit_amount_decimal": "600"}, "proration": false, "proration_details": {"credited_items": null}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "subscription_item": "si_NCgxk9rCSy1tBn", "tax_amounts": [], "tax_rates": [], "type": "subscription", "unit_amount_excluding_tax": "600"}], "has_more": false, "total_count": 2, "url": "/v1/invoices/in_1MSHZuEcXtiJtvvh12i7x5pX/lines"}, "livemode": false, "metadata": {}, "next_payment_attempt": null, "number": "09A6A98F-0001", "on_behalf_of": null, "paid": true, "paid_out_of_band": false, "payment_intent": "pi_3MSHZuEcXtiJtvvh1IxvA4Q6", "payment_settings": {"default_mandate": null, "payment_method_options": null, "payment_method_types": null}, "period_end": 1674209529, "period_start": 1674209529, "post_payment_credit_notes_amount": 0, "pre_payment_credit_notes_amount": 0, "quote": null, "receipt_number": null, "rendering_options": null, "shipping_cost": null, "shipping_details": null, "starting_balance": 0, "statement_descriptor": null, "status": "paid", "status_transitions": {"finalized_at": 1674209530, "marked_uncollectible_at": null, "paid_at": 1674209529, "voided_at": null}, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "subtotal": 13200, "subtotal_excluding_tax": 13200, "tax": null, "test_clock": null, "total": 11880, "total_discount_amounts": [{"amount": 1320, "discount": "di_1MSHZuEcXtiJtvvh3FMkcwwb"}], "total_excluding_tax": 11880, "total_tax_amounts": [], "transfer_data": null, "webhooks_delivered_at": 1674209530}, "emitted_at": 1677521337363} +{"stream": "payment_intents", "data": {"id": "pi_3K9FSOEcXtiJtvvh0AEIFllC", "object": "payment_intent", "amount": 5300, "amount_capturable": 0, "amount_details": {"tip": {}}, "amount_received": 5300, "application": null, "application_fee_amount": null, "automatic_payment_methods": null, "canceled_at": null, "cancellation_reason": null, "capture_method": "automatic", "charges": {"object": "list", "data": [{"id": "ch_3K9FSOEcXtiJtvvh0zxb7clc", "object": "charge", "amount": 5300, "amount_captured": 5300, "amount_refunded": 0, "amount_updates": [], "application": null, "application_fee": null, "application_fee_amount": null, "balance_transaction": "txn_3K9FSOEcXtiJtvvh0KoS5mx7", "billing_details": {"address": {"city": null, "country": null, "line1": null, "line2": null, "postal_code": null, "state": null}, "email": null, "name": null, "phone": null}, "calculated_statement_descriptor": "AIRBYTE.IO", "captured": true, "created": 1640120473, "currency": "usd", "customer": null, "description": null, "destination": null, "dispute": null, "disputed": false, "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "fraud_details": {}, "invoice": null, "livemode": false, "metadata": {}, "on_behalf_of": null, "order": null, "outcome": {"network_status": "approved_by_network", "reason": null, "risk_level": "normal", "risk_score": 48, "seller_message": "Payment complete.", "type": "authorized"}, "paid": true, "payment_intent": "pi_3K9FSOEcXtiJtvvh0AEIFllC", "payment_method": "src_1K9FSOEcXtiJtvvhHGu1qtOx", "payment_method_details": {"card": {"brand": "visa", "checks": {"address_line1_check": null, "address_postal_code_check": null, "cvc_check": "pass"}, "country": "US", "exp_month": 12, "exp_year": 2034, "fingerprint": "X7e9fFB0r8MMcdo6", "funding": "credit", "installments": null, "last4": "4242", "mandate": null, "network": "visa", "three_d_secure": null, "wallet": null}, "type": "card"}, "receipt_email": null, "receipt_number": null, "receipt_url": "https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xSndub2lFY1h0aUp0dnZoKNDi858GMgZQk4QNU3A6LBbgLXa33NhPqmd5Hrs7fbb-yPEQQSOYhtGPWvp1wxDQFKJ7JZ4mM2fj5niN", "refunded": false, "refunds": {"object": "list", "data": [], "has_more": false, "total_count": 0, "url": "/v1/charges/ch_3K9FSOEcXtiJtvvh0zxb7clc/refunds"}, "review": null, "shipping": null, "source": {"id": "src_1K9FSOEcXtiJtvvhHGu1qtOx", "object": "source", "amount": null, "card": {"address_line1_check": null, "address_zip_check": null, "brand": "Visa", "country": "US", "cvc_check": "pass", "dynamic_last4": null, "exp_month": 12, "exp_year": 2034, "fingerprint": "X7e9fFB0r8MMcdo6", "funding": "credit", "last4": "4242", "name": null, "three_d_secure": "optional", "tokenization_method": null}, "client_secret": "src_client_secret_3WszbFGtWT8vmMjqnNztOwhU", "created": 1640120473, "currency": null, "flow": "none", "livemode": false, "metadata": {}, "owner": {"address": null, "email": null, "name": null, "phone": null, "verified_address": null, "verified_email": null, "verified_name": null, "verified_phone": null}, "statement_descriptor": null, "status": "consumed", "type": "card", "usage": "reusable"}, "source_transfer": null, "statement_descriptor": "airbyte.io", "statement_descriptor_suffix": null, "status": "succeeded", "transfer_data": null, "transfer_group": null}], "has_more": false, "total_count": 1, "url": "/v1/charges?payment_intent=pi_3K9FSOEcXtiJtvvh0AEIFllC"}, "client_secret": "pi_3K9FSOEcXtiJtvvh0AEIFllC_secret_uPUtIaSltgtW0qK7mLD0uF2Mr", "confirmation_method": "automatic", "created": 1640120472, "currency": "usd", "customer": null, "description": null, "invoice": null, "last_payment_error": null, "latest_charge": "ch_3K9FSOEcXtiJtvvh0zxb7clc", "livemode": false, "metadata": {}, "next_action": null, "on_behalf_of": null, "payment_method": null, "payment_method_options": {"card": {"installments": null, "mandate_options": null, "network": null, "request_three_d_secure": "automatic"}}, "payment_method_types": ["card"], "processing": null, "receipt_email": null, "review": null, "setup_future_usage": null, "shipping": null, "source": "src_1K9FSOEcXtiJtvvhHGu1qtOx", "statement_descriptor": "airbyte.io", "statement_descriptor_suffix": null, "status": "succeeded", "transfer_data": null, "transfer_group": null}, "emitted_at": 1677521338972} +{"stream": "payouts", "data": {"id": "po_1KVQhfEcXtiJtvvhZlUkl08U", "object": "payout", "amount": 9164, "arrival_date": 1645488000, "automatic": true, "balance_transaction": "txn_1KVQhfEcXtiJtvvhF7ox3YEm", "created": 1645406919, "currency": "usd", "description": "STRIPE PAYOUT", "destination": "ba_1KUL7UEcXtiJtvvhAEUlStmv", "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "method": "standard", "original_payout": null, "reversed_by": null, "source_balance": null, "source_type": "card", "statement_descriptor": null, "status": "paid", "type": "bank_account"}, "emitted_at": 1677521341495} +{"stream": "payouts", "data": {"id": "po_1MXKoPEcXtiJtvvhwmqjvKoO", "object": "payout", "amount": 665880, "arrival_date": 1675382400, "automatic": false, "balance_transaction": "txn_1MXKoQEcXtiJtvvh65SHFZS6", "created": 1675413601, "currency": "usd", "description": "", "destination": "ba_1MSI1fEcXtiJtvvhPlqZqPlw", "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "method": "standard", "original_payout": null, "reversed_by": null, "source_balance": null, "source_type": "card", "statement_descriptor": "airbyte.io", "status": "paid", "type": "bank_account"}, "emitted_at": 1677521341839} +{"stream": "payouts", "data": {"id": "po_1MWHzjEcXtiJtvvhIdUQHhLq", "object": "payout", "amount": 154900, "arrival_date": 1675123200, "automatic": false, "balance_transaction": "txn_1MWHzjEcXtiJtvvhtydemd2Y", "created": 1675164443, "currency": "usd", "description": "Test", "destination": "ba_1MSI1fEcXtiJtvvhPlqZqPlw", "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "method": "standard", "original_payout": null, "reversed_by": null, "source_balance": "issuing", "source_type": "issuing", "statement_descriptor": "airbyte.io", "status": "paid", "type": "bank_account"}, "emitted_at": 1677521341840} +{"stream": "payouts", "data": {"id": "po_1MTErVEcXtiJtvvhPP5x9VRX", "object": "payout", "amount": 9892, "arrival_date": 1674432000, "automatic": true, "balance_transaction": "txn_1MTErWEcXtiJtvvhY1NNRMlZ", "created": 1674437417, "currency": "usd", "description": "STRIPE PAYOUT", "destination": "ba_1MSI1fEcXtiJtvvhPlqZqPlw", "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "method": "standard", "original_payout": null, "reversed_by": null, "source_balance": null, "source_type": "card", "statement_descriptor": null, "status": "paid", "type": "bank_account"}, "emitted_at": 1677521341841} +{"stream": "payouts", "data": {"id": "po_1MSI0jEcXtiJtvvh04O4oGd0", "object": "payout", "amount": 2200, "arrival_date": 1674172800, "automatic": false, "balance_transaction": "txn_1MSI0kEcXtiJtvvhSvODONEM", "created": 1674211193, "currency": "usd", "description": "", "destination": "ba_1KUL7UEcXtiJtvvhAEUlStmv", "failure_balance_transaction": null, "failure_code": null, "failure_message": null, "livemode": false, "metadata": {}, "method": "standard", "original_payout": null, "reversed_by": null, "source_balance": null, "source_type": "card", "statement_descriptor": "airbyte.io", "status": "paid", "type": "bank_account"}, "emitted_at": 1677521341841} +{"stream": "plans", "data": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "emitted_at": 1677521343401} +{"stream": "products", "data": {"id": "prod_KouQ5ez86yREmB", "object": "product", "active": true, "attributes": [], "created": 1640124902, "default_price": "price_1K9GbqEcXtiJtvvhJ3lZe4i5", "description": null, "images": [], "livemode": false, "metadata": {}, "name": "edgao-test-product", "package_dimensions": null, "shippable": null, "statement_descriptor": null, "tax_code": "txcd_10000000", "type": "service", "unit_label": null, "updated": 1675345058, "url": null}, "emitted_at": 1677521344592} +{"stream": "products", "data": {"id": "prod_NHcKselSHfKdfc", "object": "product", "active": true, "attributes": [], "created": 1675345504, "default_price": "price_1MX364EcXtiJtvvhE3WgTl4O", "description": "Test Product 1 description", "images": ["https://files.stripe.com/links/MDB8YWNjdF8xSndub2lFY1h0aUp0dnZofGZsX3Rlc3RfdjBOT09UaHRiNVl2WmJ6clNYRUlmcFFD00cCBRNHnV"], "livemode": false, "metadata": {}, "name": "Test Product 1", "package_dimensions": null, "shippable": null, "statement_descriptor": null, "tax_code": "txcd_10301000", "type": "service", "unit_label": null, "updated": 1675345505, "url": null}, "emitted_at": 1677521344909} +{"stream": "products", "data": {"id": "prod_NCgx1XP2IFQyKF", "object": "product", "active": true, "attributes": [], "created": 1674209524, "default_price": null, "description": null, "images": [], "livemode": false, "metadata": {}, "name": "tu", "package_dimensions": null, "shippable": null, "statement_descriptor": null, "tax_code": "txcd_10000000", "type": "service", "unit_label": null, "updated": 1674209524, "url": null}, "emitted_at": 1677521344910} +{"stream": "promotion_codes", "data": {"id": "promo_1MVtmyEcXtiJtvvhkV5jPFPU", "object": "promotion_code", "active": true, "code": "g20", "coupon": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 3, "valid": true}, "created": 1675071396, "customer": null, "expires_at": null, "livemode": false, "max_redemptions": null, "metadata": {}, "restrictions": {"first_time_transaction": false, "minimum_amount": null, "minimum_amount_currency": null}, "times_redeemed": 0}, "emitted_at": 1677521346416} +{"stream": "promotion_codes", "data": {"id": "promo_1MVtmkEcXtiJtvvht0RA3MKg", "object": "promotion_code", "active": true, "code": "FRIENDS20", "coupon": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 3, "valid": true}, "created": 1675071382, "customer": null, "expires_at": null, "livemode": false, "max_redemptions": null, "metadata": {}, "restrictions": {"first_time_transaction": true, "minimum_amount": 10000, "minimum_amount_currency": "usd"}, "times_redeemed": 0}, "emitted_at": 1677521346417} +{"stream": "refunds", "data": {"id": "re_3MVuZyEcXtiJtvvh0A6rSbeJ", "object": "refund", "amount": 200000, "balance_transaction": "txn_3MVuZyEcXtiJtvvh0v0QyAMx", "charge": "ch_3MVuZyEcXtiJtvvh0tiVC7DI", "created": 1675074488, "currency": "usd", "metadata": {}, "payment_intent": "pi_3MVuZyEcXtiJtvvh07Ehi4cx", "reason": "fraudulent", "receipt_number": null, "source_transfer_reversal": null, "status": "succeeded", "transfer_reversal": null}, "emitted_at": 1677521348001} +{"stream": "subscription_items", "data": {"id": "si_NCgxk9rCSy1tBn", "object": "subscription_item", "billing_thresholds": null, "created": 1674209530, "metadata": {}, "plan": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 600, "unit_amount_decimal": "600"}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "tax_rates": []}, "emitted_at": 1677521351196} +{"stream": "subscriptions", "data": {"id": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "object": "subscription", "application": null, "application_fee_percent": null, "automatic_tax": {"enabled": false}, "billing_cycle_anchor": 1674209529, "billing_thresholds": null, "cancel_at": null, "cancel_at_period_end": false, "canceled_at": null, "collection_method": "charge_automatically", "created": 1674209529, "currency": "usd", "current_period_end": 1679307129, "current_period_start": 1676887929, "customer": "cus_LIiHR6omh14Xdg", "days_until_due": null, "default_payment_method": null, "default_source": null, "default_tax_rates": [], "description": null, "discount": {"id": "di_1MSHZuEcXtiJtvvh3FMkcwwb", "object": "discount", "checkout_session": null, "coupon": {"id": "iJ6qlwM5", "object": "coupon", "amount_off": null, "created": 1674208993, "currency": null, "duration": "forever", "duration_in_months": null, "livemode": false, "max_redemptions": null, "metadata": {}, "name": "\u0415\u0443\u0456\u0435", "percent_off": 10.0, "redeem_by": null, "times_redeemed": 3, "valid": true}, "customer": "cus_LIiHR6omh14Xdg", "end": null, "invoice": null, "invoice_item": null, "promotion_code": null, "start": 1674209529, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh"}, "ended_at": null, "items": {"object": "list", "data": [{"id": "si_NCgxk9rCSy1tBn", "object": "subscription_item", "billing_thresholds": null, "created": 1674209530, "metadata": {}, "plan": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "price": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "price", "active": true, "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "custom_unit_amount": null, "livemode": false, "lookup_key": null, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "recurring": {"aggregate_usage": null, "interval": "month", "interval_count": 1, "trial_period_days": null, "usage_type": "licensed"}, "tax_behavior": "exclusive", "tiers_mode": null, "transform_quantity": null, "type": "recurring", "unit_amount": 600, "unit_amount_decimal": "600"}, "quantity": 1, "subscription": "sub_1MSHZuEcXtiJtvvhlENV0Lhh", "tax_rates": []}], "has_more": false, "total_count": 1, "url": "/v1/subscription_items?subscription=sub_1MSHZuEcXtiJtvvhlENV0Lhh"}, "latest_invoice": "in_1MdWSpEcXtiJtvvh5A5eolm6", "livemode": false, "metadata": {}, "next_pending_invoice_item_invoice": null, "on_behalf_of": null, "pause_collection": null, "payment_settings": {"payment_method_options": null, "payment_method_types": null, "save_default_payment_method": "off"}, "pending_invoice_item_interval": null, "pending_setup_intent": null, "pending_update": null, "plan": {"id": "price_1MSHZoEcXtiJtvvh6O8TYD8T", "object": "plan", "active": true, "aggregate_usage": null, "amount": 600, "amount_decimal": "600", "billing_scheme": "per_unit", "created": 1674209524, "currency": "usd", "interval": "month", "interval_count": 1, "livemode": false, "metadata": {}, "nickname": null, "product": "prod_NCgx1XP2IFQyKF", "tiers_mode": null, "transform_usage": null, "trial_period_days": null, "usage_type": "licensed"}, "quantity": 1, "schedule": null, "start_date": 1674209529, "status": "active", "test_clock": null, "transfer_data": null, "trial_end": null, "trial_settings": {"end_behavior": {"missing_payment_method": "create_invoice"}}, "trial_start": null}, "emitted_at": 1677521352924} \ No newline at end of file