1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/test/vcr_cassettes/subscriptions_user_renew_failed.yml

430 lines
15 KiB
YAML
Raw Normal View History

2016-04-07 17:46:23 +02:00
---
http_interactions:
- request:
method: get
uri: https://api.stripe.com/v1/customers/cus_8E2ys9zDZgetWX
body:
encoding: US-ASCII
string: ''
headers:
Accept:
- "*/*; q=0.5, application/xml"
Accept-Encoding:
- gzip, deflate
User-Agent:
- Stripe/v1 RubyBindings/1.30.2
Authorization:
- Bearer sk_test_testfaketestfaketestfake
2016-04-07 17:46:23 +02:00
Content-Type:
- application/x-www-form-urlencoded
Stripe-Version:
- '2015-10-16'
2016-04-07 17:46:23 +02:00
X-Stripe-Client-User-Agent:
- '{"bindings_version":"1.30.2","lang":"ruby","lang_version":"2.3.6 p384 (2017-12-14)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux
2019-07-10 11:33:46 +02:00
version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 (Ubuntu
7.4.0-1ubuntu1~18.04.1)) #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019","hostname":"Sleede-SylvainPC"}'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2019-07-10 11:33:46 +02:00
- Wed, 10 Jul 2019 09:31:28 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2019-07-10 11:33:46 +02:00
- '8645'
2016-04-07 17:46:23 +02:00
Connection:
- keep-alive
Access-Control-Allow-Credentials:
- 'true'
Access-Control-Allow-Methods:
- GET, POST, HEAD, OPTIONS, DELETE
Access-Control-Allow-Origin:
- "*"
Access-Control-Expose-Headers:
- Request-Id, Stripe-Manage-Version, X-Stripe-External-Auth-Required, X-Stripe-Privileged-Session-Required
2016-04-07 17:46:23 +02:00
Access-Control-Max-Age:
- '300'
Cache-Control:
- no-cache, no-store
Request-Id:
2019-07-10 11:33:46 +02:00
- req_HdgKbbvPlXnyqY
2016-04-07 17:46:23 +02:00
Stripe-Version:
- '2015-10-16'
Strict-Transport-Security:
- max-age=31556926; includeSubDomains; preload
2016-04-07 17:46:23 +02:00
body:
encoding: UTF-8
string: |
{
"id": "cus_8E2ys9zDZgetWX",
"object": "customer",
"account_balance": 0,
"address": null,
2019-07-10 11:33:46 +02:00
"balance": 0,
2016-04-07 17:46:23 +02:00
"created": 1460026822,
"currency": "usd",
2019-07-10 11:33:46 +02:00
"default_source": "card_1Euc902sOmf47Nz9eZvNNyyQ",
2016-04-07 17:46:23 +02:00
"delinquent": false,
"description": "Lucile Seguin",
"discount": null,
"email": "lucile.seguin@live.fr",
"invoice_prefix": "BCC32B8",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null,
"footer": null
},
2016-04-07 17:46:23 +02:00
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
"name": null,
"phone": null,
"preferred_locales": [
],
2016-04-07 17:46:23 +02:00
"shipping": null,
"sources": {
"object": "list",
"data": [
{
2019-07-10 11:33:46 +02:00
"id": "card_1Euc902sOmf47Nz9eZvNNyyQ",
2016-04-07 17:46:23 +02:00
"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_8E2ys9zDZgetWX",
"cvc_check": "unchecked",
2016-04-07 17:46:23 +02:00
"dynamic_last4": null,
"exp_month": 4,
"exp_year": 2020,
2016-04-07 17:46:23 +02:00
"fingerprint": "o52jybR7bnmNn6AT",
"funding": "credit",
"last4": "4242",
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"name": null,
"tokenization_method": null
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/customers/cus_8E2ys9zDZgetWX/sources"
},
"subscriptions": {
"object": "list",
2018-09-18 15:38:04 +02:00
"data": [
2019-07-10 11:33:46 +02:00
{
"id": "sub_FPR1YmEMTNx78v",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1562751083,
"billing_thresholds": null,
"cancel_at": 1565429483,
"cancel_at_period_end": true,
"canceled_at": 1562751086,
"collection_method": "charge_automatically",
"created": 1562751083,
"current_period_end": 1565429483,
"current_period_start": 1562751083,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_payment_method": null,
"default_source": null,
"default_tax_rates": [
],
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_FPR14oGeZ6YP8l",
"object": "subscription_item",
"billing_thresholds": null,
"created": 1562751084,
"metadata": {
},
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 3000,
"billing_scheme": "per_unit",
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {
},
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
},
"quantity": 1,
"subscription": "sub_FPR1YmEMTNx78v",
"tax_rates": [
]
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_FPR1YmEMTNx78v"
},
"latest_invoice": "in_1Euc912sOmf47Nz9XXVTuEzV",
"livemode": false,
"metadata": {
},
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 3000,
"billing_scheme": "per_unit",
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {
},
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
},
"quantity": 1,
"schedule": null,
"start": 1562751083,
"start_date": 1562751083,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
2018-12-10 17:20:23 +01:00
{
"id": "sub_E84hFvNBlPia7R",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544447514,
"billing_thresholds": null,
"cancel_at": null,
2018-12-10 17:20:23 +01:00
"cancel_at_period_end": false,
"canceled_at": null,
"collection_method": "charge_automatically",
2018-12-10 17:20:23 +01:00
"created": 1544447514,
2019-07-10 11:33:46 +02:00
"current_period_end": 1562764314,
"current_period_start": 1560172314,
2018-12-10 17:20:23 +01:00
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_payment_method": null,
2018-12-10 17:20:23 +01:00
"default_source": null,
"default_tax_rates": [
],
2018-12-10 17:20:23 +01:00
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E84hhZgnjOkD73",
"object": "subscription_item",
"billing_thresholds": null,
2018-12-10 17:20:23 +01:00
"created": 1544447515,
"metadata": {
},
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 3000,
"billing_scheme": "per_unit",
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {
},
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
},
"quantity": 1,
"subscription": "sub_E84hFvNBlPia7R",
"tax_rates": [
]
2018-12-10 17:20:23 +01:00
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E84hFvNBlPia7R"
},
2019-07-10 11:33:46 +02:00
"latest_invoice": "in_1EjnI82sOmf47Nz9ifYeW0Xd",
2018-12-10 17:20:23 +01:00
"livemode": false,
"metadata": {
},
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 3000,
"billing_scheme": "per_unit",
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {
},
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
},
"quantity": 1,
"schedule": null,
2018-12-10 17:20:23 +01:00
"start": 1544447514,
2019-07-10 11:33:46 +02:00
"start_date": 1544447514,
2018-12-10 17:20:23 +01:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
2018-11-27 10:09:44 +01:00
}
2018-09-18 15:38:04 +02:00
],
2016-04-07 17:46:23 +02:00
"has_more": false,
2019-07-10 11:33:46 +02:00
"total_count": 2,
2016-04-07 17:46:23 +02:00
"url": "/v1/customers/cus_8E2ys9zDZgetWX/subscriptions"
2018-09-18 15:38:04 +02:00
},
"tax_exempt": "none",
"tax_ids": {
"object": "list",
"data": [
],
"has_more": false,
"total_count": 0,
"url": "/v1/customers/cus_8E2ys9zDZgetWX/tax_ids"
},
2018-09-18 15:38:04 +02:00
"tax_info": null,
"tax_info_verification": null
2016-04-07 17:46:23 +02:00
}
http_version:
2019-07-10 11:33:46 +02:00
recorded_at: Wed, 10 Jul 2019 09:31:28 GMT
2016-04-07 17:46:23 +02:00
- request:
method: post
uri: https://api.stripe.com/v1/customers/cus_8E2ys9zDZgetWX/subscriptions
body:
encoding: UTF-8
string: plan=mensuel-standard-month-20160404171519&source=invalid_card_token
2016-04-07 17:46:23 +02:00
headers:
Accept:
- "*/*; q=0.5, application/xml"
Accept-Encoding:
- gzip, deflate
User-Agent:
- Stripe/v1 RubyBindings/1.30.2
Authorization:
- Bearer sk_test_testfaketestfaketestfake
2016-04-07 17:46:23 +02:00
Content-Type:
- application/x-www-form-urlencoded
Stripe-Version:
- '2015-10-16'
2016-04-07 17:46:23 +02:00
X-Stripe-Client-User-Agent:
- '{"bindings_version":"1.30.2","lang":"ruby","lang_version":"2.3.6 p384 (2017-12-14)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux
2019-07-10 11:33:46 +02:00
version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 (Ubuntu
7.4.0-1ubuntu1~18.04.1)) #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019","hostname":"Sleede-SylvainPC"}'
2016-04-07 17:46:23 +02:00
Content-Length:
- '68'
2016-04-07 17:46:23 +02:00
response:
status:
code: 400
message: Bad Request
headers:
Server:
- nginx
Date:
2019-07-10 11:33:46 +02:00
- Wed, 10 Jul 2019 09:31:28 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
- '235'
2016-04-07 17:46:23 +02:00
Connection:
- keep-alive
Access-Control-Allow-Credentials:
- 'true'
Access-Control-Allow-Methods:
- GET, POST, HEAD, OPTIONS, DELETE
Access-Control-Allow-Origin:
- "*"
Access-Control-Expose-Headers:
- Request-Id, Stripe-Manage-Version, X-Stripe-External-Auth-Required, X-Stripe-Privileged-Session-Required
2016-04-07 17:46:23 +02:00
Access-Control-Max-Age:
- '300'
Cache-Control:
- no-cache, no-store
Request-Id:
2019-07-10 11:33:46 +02:00
- req_bNCD90xXxM4NHV
2016-04-07 17:46:23 +02:00
Stripe-Version:
- '2015-10-16'
Strict-Transport-Security:
- max-age=31556926; includeSubDomains; preload
2016-04-07 17:46:23 +02:00
body:
encoding: UTF-8
string: |
{
"error": {
"code": "resource_missing",
"doc_url": "https://stripe.com/docs/error-codes/resource-missing",
2016-04-07 17:46:23 +02:00
"message": "No such token: invalid_card_token",
"param": "source",
"type": "invalid_request_error"
2016-04-07 17:46:23 +02:00
}
}
http_version:
2019-07-10 11:33:46 +02:00
recorded_at: Wed, 10 Jul 2019 09:31:28 GMT
2016-04-07 17:46:23 +02:00
recorded_with: VCR 3.0.1