diff --git a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_don_t_manage_the_enterprise_linked_to_the_stripe_account/redirects_to_unauthorized.yml b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_don_t_manage_the_enterprise_linked_to_the_stripe_account/redirects_to_unauthorized.yml similarity index 87% rename from spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_don_t_manage_the_enterprise_linked_to_the_stripe_account/redirects_to_unauthorized.yml rename to spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_don_t_manage_the_enterprise_linked_to_the_stripe_account/redirects_to_unauthorized.yml index 625086f75b..801de18a88 100644 --- a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_don_t_manage_the_enterprise_linked_to_the_stripe_account/redirects_to_unauthorized.yml +++ b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_don_t_manage_the_enterprise_linked_to_the_stripe_account/redirects_to_unauthorized.yml @@ -8,18 +8,15 @@ http_interactions: string: type=standard&country=AU&email=jumping.jack%40example.com&business_type=non_profit headers: User-Agent: - - Stripe/v1 RubyBindings/10.10.0 + - Stripe/v1 RubyBindings/10.13.0 Authorization: - - Bearer + - "" Content-Type: - application/x-www-form-urlencoded Stripe-Version: - '2023-10-16' X-Stripe-Client-User-Agent: - - '{"bindings_version":"10.10.0","lang":"ruby","lang_version":"3.1.4 p223 (2023-03-30)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux - version 6.5.0-25-generic (buildd@bos03-amd64-044) (x86_64-linux-gnu-gcc-12 - (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) - #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2","hostname":"ff-LAT"}' + - "" Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -32,7 +29,7 @@ http_interactions: Server: - nginx Date: - - Sun, 17 Mar 2024 13:21:06 GMT + - Wed, 27 Mar 2024 11:34:59 GMT Content-Type: - application/json Content-Length: @@ -57,13 +54,17 @@ http_interactions: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; script-src 'self' 'report-sample'; style-src 'self' Cross-Origin-Opener-Policy-Report-Only: - - same-origin; report-to=https://q.stripe.com/coop-report + - same-origin; report-to="coop" Idempotency-Key: - - 153e797a-47b7-4f48-a0f8-cd8c39bf619d + - f8570e37-5b0d-4cc0-b8a3-b8b9df4d1ffb Original-Request: - - req_zfQDRPw4pwuL9V + - req_e2SoaA4Ghw0gaM + Report-To: + - '{"group":"coop","max_age":8640,"endpoints":[{"url":"https://q.stripe.com/coop-report"}],"include_subdomains":true}' + Reporting-Endpoints: + - coop="https://q.stripe.com/coop-report" Request-Id: - - req_zfQDRPw4pwuL9V + - req_e2SoaA4Ghw0gaM Stripe-Should-Retry: - 'false' Stripe-Version: @@ -78,7 +79,7 @@ http_interactions: encoding: UTF-8 string: |- { - "id": "acct_1OvJe8QKz09hVwk6", + "id": "acct_1OyukwQMSSW9Jehj", "object": "account", "business_profile": { "annual_revenue": null, @@ -123,7 +124,7 @@ http_interactions: "type": "application" }, "country": "AU", - "created": 1710681665, + "created": 1711539299, "default_currency": "aud", "details_submitted": false, "email": "jumping.jack@example.com", @@ -132,7 +133,7 @@ http_interactions: "data": [], "has_more": false, "total_count": 0, - "url": "/v1/accounts/acct_1OvJe8QKz09hVwk6/external_accounts" + "url": "/v1/accounts/acct_1OyukwQMSSW9Jehj/external_accounts" }, "future_requirements": { "alternatives": [], @@ -229,5 +230,5 @@ http_interactions: }, "type": "standard" } - recorded_at: Sun, 17 Mar 2024 13:21:06 GMT + recorded_at: Wed, 27 Mar 2024 11:34:59 GMT recorded_with: VCR 6.2.0 diff --git a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_fails/redirects_to_unauthorized.yml b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_fails/redirects_to_unauthorized.yml similarity index 86% rename from spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_fails/redirects_to_unauthorized.yml rename to spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_fails/redirects_to_unauthorized.yml index a05bd4b392..1f95e4d53a 100644 --- a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_fails/redirects_to_unauthorized.yml +++ b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_fails/redirects_to_unauthorized.yml @@ -8,20 +8,17 @@ http_interactions: string: type=standard&country=AU&email=jumping.jack%40example.com&business_type=non_profit headers: User-Agent: - - Stripe/v1 RubyBindings/10.10.0 + - Stripe/v1 RubyBindings/10.13.0 Authorization: - - Bearer + - "" Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-Telemetry: - - '{"last_request_metrics":{"request_id":"req_Kn4sy7JqIW8lyd","request_duration_ms":1966}}' + - '{"last_request_metrics":{"request_id":"req_8Ak8cPKYtDzmwM","request_duration_ms":1828}}' Stripe-Version: - '2023-10-16' X-Stripe-Client-User-Agent: - - '{"bindings_version":"10.10.0","lang":"ruby","lang_version":"3.1.4 p223 (2023-03-30)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux - version 6.5.0-25-generic (buildd@bos03-amd64-044) (x86_64-linux-gnu-gcc-12 - (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) - #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2","hostname":"ff-LAT"}' + - "" Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -34,7 +31,7 @@ http_interactions: Server: - nginx Date: - - Sun, 17 Mar 2024 13:21:10 GMT + - Wed, 27 Mar 2024 11:35:03 GMT Content-Type: - application/json Content-Length: @@ -59,13 +56,17 @@ http_interactions: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; script-src 'self' 'report-sample'; style-src 'self' Cross-Origin-Opener-Policy-Report-Only: - - same-origin; report-to=https://q.stripe.com/coop-report + - same-origin; report-to="coop" Idempotency-Key: - - 465ce517-9c88-45fc-a4ae-ec6fea3ed101 + - ea03a93f-8765-4d81-86da-fcfcad4ce6bc Original-Request: - - req_a6vV2cQ3GJ5sRJ + - req_9OMqL2pNI5AkPo + Report-To: + - '{"group":"coop","max_age":8640,"endpoints":[{"url":"https://q.stripe.com/coop-report"}],"include_subdomains":true}' + Reporting-Endpoints: + - coop="https://q.stripe.com/coop-report" Request-Id: - - req_a6vV2cQ3GJ5sRJ + - req_9OMqL2pNI5AkPo Stripe-Should-Retry: - 'false' Stripe-Version: @@ -80,7 +81,7 @@ http_interactions: encoding: UTF-8 string: |- { - "id": "acct_1OvJeD4GSYqMqmpR", + "id": "acct_1Oyul04D5c5UitL3", "object": "account", "business_profile": { "annual_revenue": null, @@ -125,7 +126,7 @@ http_interactions: "type": "application" }, "country": "AU", - "created": 1710681669, + "created": 1711539303, "default_currency": "aud", "details_submitted": false, "email": "jumping.jack@example.com", @@ -134,7 +135,7 @@ http_interactions: "data": [], "has_more": false, "total_count": 0, - "url": "/v1/accounts/acct_1OvJeD4GSYqMqmpR/external_accounts" + "url": "/v1/accounts/acct_1Oyul04D5c5UitL3/external_accounts" }, "future_requirements": { "alternatives": [], @@ -231,5 +232,5 @@ http_interactions: }, "type": "standard" } - recorded_at: Sun, 17 Mar 2024 13:21:10 GMT + recorded_at: Wed, 27 Mar 2024 11:35:04 GMT recorded_with: VCR 6.2.0 diff --git a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_succeeds/redirects_to_unauthorized.yml b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_succeeds/redirects_to_unauthorized.yml similarity index 86% rename from spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_succeeds/redirects_to_unauthorized.yml rename to spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_succeeds/redirects_to_unauthorized.yml index 5f96625e42..5e949466b5 100644 --- a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_succeeds/redirects_to_unauthorized.yml +++ b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_destroy/when_the_specified_stripe_account_exists/when_I_manage_the_enterprise_linked_to_the_stripe_account/and_the_attempt_to_deauthorize_and_destroy_succeeds/redirects_to_unauthorized.yml @@ -8,20 +8,17 @@ http_interactions: string: type=standard&country=AU&email=jumping.jack%40example.com&business_type=non_profit headers: User-Agent: - - Stripe/v1 RubyBindings/10.10.0 + - Stripe/v1 RubyBindings/10.13.0 Authorization: - - Bearer + - "" Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-Telemetry: - - '{"last_request_metrics":{"request_id":"req_zfQDRPw4pwuL9V","request_duration_ms":2003}}' + - '{"last_request_metrics":{"request_id":"req_e2SoaA4Ghw0gaM","request_duration_ms":1837}}' Stripe-Version: - '2023-10-16' X-Stripe-Client-User-Agent: - - '{"bindings_version":"10.10.0","lang":"ruby","lang_version":"3.1.4 p223 (2023-03-30)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux - version 6.5.0-25-generic (buildd@bos03-amd64-044) (x86_64-linux-gnu-gcc-12 - (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) - #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2","hostname":"ff-LAT"}' + - "" Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -34,7 +31,7 @@ http_interactions: Server: - nginx Date: - - Sun, 17 Mar 2024 13:21:08 GMT + - Wed, 27 Mar 2024 11:35:01 GMT Content-Type: - application/json Content-Length: @@ -59,13 +56,17 @@ http_interactions: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; script-src 'self' 'report-sample'; style-src 'self' Cross-Origin-Opener-Policy-Report-Only: - - same-origin; report-to=https://q.stripe.com/coop-report + - same-origin; report-to="coop" Idempotency-Key: - - b4d7d361-5bba-4806-a9bd-7eaec4dbc361 + - 0fd244bc-e210-4018-8f5f-f70eb42bf68b Original-Request: - - req_Kn4sy7JqIW8lyd + - req_8Ak8cPKYtDzmwM + Report-To: + - '{"group":"coop","max_age":8640,"endpoints":[{"url":"https://q.stripe.com/coop-report"}],"include_subdomains":true}' + Reporting-Endpoints: + - coop="https://q.stripe.com/coop-report" Request-Id: - - req_Kn4sy7JqIW8lyd + - req_8Ak8cPKYtDzmwM Stripe-Should-Retry: - 'false' Stripe-Version: @@ -80,7 +81,7 @@ http_interactions: encoding: UTF-8 string: |- { - "id": "acct_1OvJeA4Dl7fsDvNo", + "id": "acct_1OyukyQO5YeTxN1D", "object": "account", "business_profile": { "annual_revenue": null, @@ -125,7 +126,7 @@ http_interactions: "type": "application" }, "country": "AU", - "created": 1710681667, + "created": 1711539301, "default_currency": "aud", "details_submitted": false, "email": "jumping.jack@example.com", @@ -134,7 +135,7 @@ http_interactions: "data": [], "has_more": false, "total_count": 0, - "url": "/v1/accounts/acct_1OvJeA4Dl7fsDvNo/external_accounts" + "url": "/v1/accounts/acct_1OyukyQO5YeTxN1D/external_accounts" }, "future_requirements": { "alternatives": [], @@ -231,5 +232,5 @@ http_interactions: }, "type": "standard" } - recorded_at: Sun, 17 Mar 2024 13:21:08 GMT + recorded_at: Wed, 27 Mar 2024 11:35:01 GMT recorded_with: VCR 6.2.0 diff --git a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/but_access_has_been_revoked_or_does_not_exist_on_stripe_s_servers/returns_with_a_status_of_access_revoked_.yml b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/but_access_has_been_revoked_or_does_not_exist_on_stripe_s_servers/returns_with_a_status_of_access_revoked_.yml similarity index 82% rename from spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/but_access_has_been_revoked_or_does_not_exist_on_stripe_s_servers/returns_with_a_status_of_access_revoked_.yml rename to spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/but_access_has_been_revoked_or_does_not_exist_on_stripe_s_servers/returns_with_a_status_of_access_revoked_.yml index 1463e89343..1734fa44a7 100644 --- a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/but_access_has_been_revoked_or_does_not_exist_on_stripe_s_servers/returns_with_a_status_of_access_revoked_.yml +++ b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/but_access_has_been_revoked_or_does_not_exist_on_stripe_s_servers/returns_with_a_status_of_access_revoked_.yml @@ -8,20 +8,17 @@ http_interactions: string: type=standard&country=AU&email=jumping.jack%40example.com&business_type=non_profit headers: User-Agent: - - Stripe/v1 RubyBindings/10.10.0 + - Stripe/v1 RubyBindings/10.13.0 Authorization: - - Bearer + - "" Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-Telemetry: - - '{"last_request_metrics":{"request_id":"req_a6vV2cQ3GJ5sRJ","request_duration_ms":1938}}' + - '{"last_request_metrics":{"request_id":"req_9OMqL2pNI5AkPo","request_duration_ms":1882}}' Stripe-Version: - '2023-10-16' X-Stripe-Client-User-Agent: - - '{"bindings_version":"10.10.0","lang":"ruby","lang_version":"3.1.4 p223 (2023-03-30)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux - version 6.5.0-25-generic (buildd@bos03-amd64-044) (x86_64-linux-gnu-gcc-12 - (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) - #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2","hostname":"ff-LAT"}' + - "" Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -34,7 +31,7 @@ http_interactions: Server: - nginx Date: - - Sun, 17 Mar 2024 13:21:12 GMT + - Wed, 27 Mar 2024 11:35:06 GMT Content-Type: - application/json Content-Length: @@ -59,13 +56,17 @@ http_interactions: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; script-src 'self' 'report-sample'; style-src 'self' Cross-Origin-Opener-Policy-Report-Only: - - same-origin; report-to=https://q.stripe.com/coop-report + - same-origin; report-to="coop" Idempotency-Key: - - ca4e3616-46a9-4695-9ff9-a64dd1bb7b00 + - c0512a95-e0b8-4071-91c4-7918ada106a9 Original-Request: - - req_21vo6s5eLQyzPx + - req_HEzsvVrbsxJf8Q + Report-To: + - '{"group":"coop","max_age":8640,"endpoints":[{"url":"https://q.stripe.com/coop-report"}],"include_subdomains":true}' + Reporting-Endpoints: + - coop="https://q.stripe.com/coop-report" Request-Id: - - req_21vo6s5eLQyzPx + - req_HEzsvVrbsxJf8Q Stripe-Should-Retry: - 'false' Stripe-Version: @@ -80,7 +81,7 @@ http_interactions: encoding: UTF-8 string: |- { - "id": "acct_1OvJeFQRrcL6OxB4", + "id": "acct_1Oyul2QLMfJvTM4q", "object": "account", "business_profile": { "annual_revenue": null, @@ -125,7 +126,7 @@ http_interactions: "type": "application" }, "country": "AU", - "created": 1710681672, + "created": 1711539305, "default_currency": "aud", "details_submitted": false, "email": "jumping.jack@example.com", @@ -134,7 +135,7 @@ http_interactions: "data": [], "has_more": false, "total_count": 0, - "url": "/v1/accounts/acct_1OvJeFQRrcL6OxB4/external_accounts" + "url": "/v1/accounts/acct_1Oyul2QLMfJvTM4q/external_accounts" }, "future_requirements": { "alternatives": [], @@ -231,7 +232,7 @@ http_interactions: }, "type": "standard" } - recorded_at: Sun, 17 Mar 2024 13:21:12 GMT + recorded_at: Wed, 27 Mar 2024 11:35:06 GMT - request: method: get uri: https://api.stripe.com/v1/accounts/acct_fake_account @@ -240,20 +241,17 @@ http_interactions: string: '' headers: User-Agent: - - Stripe/v1 RubyBindings/10.10.0 + - Stripe/v1 RubyBindings/10.13.0 Authorization: - - Bearer + - "" Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-Telemetry: - - '{"last_request_metrics":{"request_id":"req_21vo6s5eLQyzPx","request_duration_ms":1718}}' + - '{"last_request_metrics":{"request_id":"req_HEzsvVrbsxJf8Q","request_duration_ms":1610}}' Stripe-Version: - '2023-10-16' X-Stripe-Client-User-Agent: - - '{"bindings_version":"10.10.0","lang":"ruby","lang_version":"3.1.4 p223 (2023-03-30)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux - version 6.5.0-25-generic (buildd@bos03-amd64-044) (x86_64-linux-gnu-gcc-12 - (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) - #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2","hostname":"ff-LAT"}' + - "" Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -266,7 +264,7 @@ http_interactions: Server: - nginx Date: - - Sun, 17 Mar 2024 13:21:13 GMT + - Wed, 27 Mar 2024 11:35:06 GMT Content-Type: - application/json Content-Length: @@ -301,5 +299,5 @@ http_interactions: "doc_url": "https://stripe.com/docs/error-codes/account-invalid" } } - recorded_at: Sun, 17 Mar 2024 13:21:13 GMT + recorded_at: Wed, 27 Mar 2024 11:35:06 GMT recorded_with: VCR 6.2.0 diff --git a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/which_is_connected/returns_with_a_status_of_connected_.yml b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/which_is_connected/returns_with_a_status_of_connected_.yml similarity index 86% rename from spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/which_is_connected/returns_with_a_status_of_connected_.yml rename to spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/which_is_connected/returns_with_a_status_of_connected_.yml index 74d438448a..a1c362cfa0 100644 --- a/spec/fixtures/vcr_cassettes/Stripe-v10.10.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/which_is_connected/returns_with_a_status_of_connected_.yml +++ b/spec/fixtures/vcr_cassettes/Stripe-v10.13.0/Admin_StripeAccountsController/_status/when_I_manage_the_specified_enterprise/when_Stripe_is_enabled/when_a_stripe_account_is_associated_with_the_specified_enterprise/which_is_connected/returns_with_a_status_of_connected_.yml @@ -8,20 +8,17 @@ http_interactions: string: type=standard&country=AU&email=jumping.jack%40example.com&business_type=non_profit headers: User-Agent: - - Stripe/v1 RubyBindings/10.10.0 + - Stripe/v1 RubyBindings/10.13.0 Authorization: - - Bearer + - "" Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-Telemetry: - - '{"last_request_metrics":{"request_id":"req_21vo6s5eLQyzPx","request_duration_ms":1718}}' + - '{"last_request_metrics":{"request_id":"req_HEzsvVrbsxJf8Q","request_duration_ms":1610}}' Stripe-Version: - '2023-10-16' X-Stripe-Client-User-Agent: - - '{"bindings_version":"10.10.0","lang":"ruby","lang_version":"3.1.4 p223 (2023-03-30)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux - version 6.5.0-25-generic (buildd@bos03-amd64-044) (x86_64-linux-gnu-gcc-12 - (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) - #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2","hostname":"ff-LAT"}' + - "" Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -34,7 +31,7 @@ http_interactions: Server: - nginx Date: - - Sun, 17 Mar 2024 13:21:14 GMT + - Wed, 27 Mar 2024 11:35:08 GMT Content-Type: - application/json Content-Length: @@ -59,13 +56,17 @@ http_interactions: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; script-src 'self' 'report-sample'; style-src 'self' Cross-Origin-Opener-Policy-Report-Only: - - same-origin; report-to=https://q.stripe.com/coop-report + - same-origin; report-to="coop" Idempotency-Key: - - c54432df-9b07-4311-9e9d-4189cd6c9d0e + - d64085a3-eabd-4e3c-9228-4d36a77c3f5a Original-Request: - - req_xTmV2oAzhyhwYD + - req_3EnrtDDoHbYLmY + Report-To: + - '{"group":"coop","max_age":8640,"endpoints":[{"url":"https://q.stripe.com/coop-report"}],"include_subdomains":true}' + Reporting-Endpoints: + - coop="https://q.stripe.com/coop-report" Request-Id: - - req_xTmV2oAzhyhwYD + - req_3EnrtDDoHbYLmY Stripe-Should-Retry: - 'false' Stripe-Version: @@ -80,7 +81,7 @@ http_interactions: encoding: UTF-8 string: |- { - "id": "acct_1OvJeHQMadqd9TMZ", + "id": "acct_1Oyul44GbcQfB8Y3", "object": "account", "business_profile": { "annual_revenue": null, @@ -125,7 +126,7 @@ http_interactions: "type": "application" }, "country": "AU", - "created": 1710681674, + "created": 1711539307, "default_currency": "aud", "details_submitted": false, "email": "jumping.jack@example.com", @@ -134,7 +135,7 @@ http_interactions: "data": [], "has_more": false, "total_count": 0, - "url": "/v1/accounts/acct_1OvJeHQMadqd9TMZ/external_accounts" + "url": "/v1/accounts/acct_1Oyul44GbcQfB8Y3/external_accounts" }, "future_requirements": { "alternatives": [], @@ -231,29 +232,26 @@ http_interactions: }, "type": "standard" } - recorded_at: Sun, 17 Mar 2024 13:21:15 GMT + recorded_at: Wed, 27 Mar 2024 11:35:08 GMT - request: method: get - uri: https://api.stripe.com/v1/accounts/acct_1OvJeHQMadqd9TMZ + uri: https://api.stripe.com/v1/accounts/acct_1Oyul44GbcQfB8Y3 body: encoding: US-ASCII string: '' headers: User-Agent: - - Stripe/v1 RubyBindings/10.10.0 + - Stripe/v1 RubyBindings/10.13.0 Authorization: - - Bearer + - "" Content-Type: - application/x-www-form-urlencoded X-Stripe-Client-Telemetry: - - '{"last_request_metrics":{"request_id":"req_xTmV2oAzhyhwYD","request_duration_ms":1850}}' + - '{"last_request_metrics":{"request_id":"req_3EnrtDDoHbYLmY","request_duration_ms":1607}}' Stripe-Version: - '2023-10-16' X-Stripe-Client-User-Agent: - - '{"bindings_version":"10.10.0","lang":"ruby","lang_version":"3.1.4 p223 (2023-03-30)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux - version 6.5.0-25-generic (buildd@bos03-amd64-044) (x86_64-linux-gnu-gcc-12 - (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) - #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2","hostname":"ff-LAT"}' + - "" Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: @@ -266,7 +264,7 @@ http_interactions: Server: - nginx Date: - - Sun, 17 Mar 2024 13:21:15 GMT + - Wed, 27 Mar 2024 11:35:08 GMT Content-Type: - application/json Content-Length: @@ -291,11 +289,15 @@ http_interactions: default-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; script-src 'self' 'report-sample'; style-src 'self' Cross-Origin-Opener-Policy-Report-Only: - - same-origin; report-to=https://q.stripe.com/coop-report + - same-origin; report-to="coop" + Report-To: + - '{"group":"coop","max_age":8640,"endpoints":[{"url":"https://q.stripe.com/coop-report"}],"include_subdomains":true}' + Reporting-Endpoints: + - coop="https://q.stripe.com/coop-report" Request-Id: - - req_jC41Ef46bi6BFZ + - req_XrctWcy82jeizJ Stripe-Account: - - acct_1OvJeHQMadqd9TMZ + - acct_1Oyul44GbcQfB8Y3 Stripe-Version: - '2023-10-16' Vary: @@ -308,7 +310,7 @@ http_interactions: encoding: UTF-8 string: |- { - "id": "acct_1OvJeHQMadqd9TMZ", + "id": "acct_1Oyul44GbcQfB8Y3", "object": "account", "business_profile": { "annual_revenue": null, @@ -353,7 +355,7 @@ http_interactions: "type": "application" }, "country": "AU", - "created": 1710681674, + "created": 1711539307, "default_currency": "aud", "details_submitted": false, "email": "jumping.jack@example.com", @@ -362,7 +364,7 @@ http_interactions: "data": [], "has_more": false, "total_count": 0, - "url": "/v1/accounts/acct_1OvJeHQMadqd9TMZ/external_accounts" + "url": "/v1/accounts/acct_1Oyul44GbcQfB8Y3/external_accounts" }, "future_requirements": { "alternatives": [], @@ -459,5 +461,5 @@ http_interactions: }, "type": "standard" } - recorded_at: Sun, 17 Mar 2024 13:21:15 GMT + recorded_at: Wed, 27 Mar 2024 11:35:09 GMT recorded_with: VCR 6.2.0