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

250 lines
8.2 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
X-Stripe-Client-User-Agent:
- '{"bindings_version":"1.30.2","lang":"ruby","lang_version":"2.3.0 p0 (2015-12-25)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux
version 4.10.0-33-generic (buildd@lgw01-22) (gcc version 5.4.0 20160609 (Ubuntu
5.4.0-6ubuntu1~16.04.4) ) #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017","hostname":"Sleede-SylvainPC"}'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
- Mon, 18 Sep 2017 08:54:39 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
- '3521'
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:
- X-Stripe-Privileged-Session-Required,stripe-manage-version,X-Stripe-External-Auth-Required
2016-04-07 17:46:23 +02:00
Access-Control-Max-Age:
- '300'
Cache-Control:
- no-cache, no-store
Request-Id:
- req_FQpTWfxasxmQeV
2016-04-07 17:46:23 +02:00
Stripe-Version:
- '2015-10-16'
Strict-Transport-Security:
- max-age=31556926; includeSubDomains
body:
encoding: UTF-8
string: |
{
"id": "cus_8E2ys9zDZgetWX",
"object": "customer",
"account_balance": 0,
"created": 1460026822,
"currency": "usd",
"default_source": "card_1B3Kvf2sOmf47Nz9casnR7cT",
2016-04-07 17:46:23 +02:00
"delinquent": false,
"description": "Lucile Seguin",
"discount": null,
"email": "lucile.seguin@live.fr",
"livemode": false,
"metadata": {},
"shipping": null,
"sources": {
"object": "list",
"data": [
{
"id": "card_1B3Kvf2sOmf47Nz9casnR7cT",
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": "pass",
"dynamic_last4": null,
"exp_month": 4,
"exp_year": 2018,
2016-04-07 17:46:23 +02:00
"fingerprint": "o52jybR7bnmNn6AT",
"funding": "credit",
"last4": "4242",
"metadata": {},
"name": null,
"tokenization_method": null
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/customers/cus_8E2ys9zDZgetWX/sources"
},
"subscriptions": {
"object": "list",
"data": [
{
"id": "sub_BQBIpVl9mVtxpX",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"cancel_at_period_end": true,
"canceled_at": 1505724520,
"created": 1505724517,
"current_period_end": 1508316517,
"current_period_start": 1505724517,
2016-04-07 17:46:23 +02:00
"customer": "cus_8E2ys9zDZgetWX",
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_1B3Kvh2sOmf47Nz9KDhFJgbP",
"object": "subscription_item",
"created": 1505724517,
"metadata": {},
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"amount": 3000,
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {},
"name": "Mensuel - standard, association - month",
"statement_descriptor": null,
"trial_period_days": null
},
"quantity": 1
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_BQBIpVl9mVtxpX"
2016-04-07 17:46:23 +02:00
},
"livemode": false,
2016-04-07 17:46:23 +02:00
"metadata": {},
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"amount": 3000,
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {},
"name": "Mensuel - standard, association - month",
"statement_descriptor": null,
"trial_period_days": null
},
"quantity": 1,
"start": 1505724517,
2016-04-07 17:46:23 +02:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
],
"has_more": false,
"total_count": 1,
2016-04-07 17:46:23 +02:00
"url": "/v1/customers/cus_8E2ys9zDZgetWX/subscriptions"
}
}
http_version:
recorded_at: Mon, 18 Sep 2017 08:54:39 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
X-Stripe-Client-User-Agent:
- '{"bindings_version":"1.30.2","lang":"ruby","lang_version":"2.3.0 p0 (2015-12-25)","platform":"x86_64-linux","engine":"ruby","publisher":"stripe","uname":"Linux
version 4.10.0-33-generic (buildd@lgw01-22) (gcc version 5.4.0 20160609 (Ubuntu
5.4.0-6ubuntu1~16.04.4) ) #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017","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:
- Mon, 18 Sep 2017 08:54:39 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
- '132'
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:
- X-Stripe-Privileged-Session-Required,stripe-manage-version,X-Stripe-External-Auth-Required
2016-04-07 17:46:23 +02:00
Access-Control-Max-Age:
- '300'
Cache-Control:
- no-cache, no-store
Request-Id:
- req_VhkGKEe7LIBwBN
2016-04-07 17:46:23 +02:00
Stripe-Version:
- '2015-10-16'
body:
encoding: UTF-8
string: |
{
"error": {
"type": "invalid_request_error",
"message": "No such token: invalid_card_token",
"param": "source"
2016-04-07 17:46:23 +02:00
}
}
http_version:
recorded_at: Mon, 18 Sep 2017 08:54:39 GMT
2016-04-07 17:46:23 +02:00
recorded_with: VCR 3.0.1