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:
|
2016-04-12 16:43:10 +02:00
|
|
|
- Bearer sk_test_testfaketestfaketestfake
|
2016-04-07 17:46:23 +02:00
|
|
|
Content-Type:
|
|
|
|
- application/x-www-form-urlencoded
|
2018-07-24 14:36:18 +02:00
|
|
|
Stripe-Version:
|
|
|
|
- '2015-10-16'
|
2016-04-07 17:46:23 +02:00
|
|
|
X-Stripe-Client-User-Agent:
|
2018-07-24 14:36:18 +02:00
|
|
|
- '{"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:
|
|
|
|
- "*"
|
2017-09-18 11:00:20 +02:00
|
|
|
Access-Control-Expose-Headers:
|
2018-07-24 14:36:18 +02:00
|
|
|
- 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:
|
2017-12-14 16:39:53 +01:00
|
|
|
- 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,
|
2019-05-27 11:52:28 +02:00
|
|
|
"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",
|
2018-07-24 14:36:18 +02:00
|
|
|
"invoice_prefix": "BCC32B8",
|
2019-03-18 11:11:59 +01:00
|
|
|
"invoice_settings": {
|
|
|
|
"custom_fields": null,
|
2019-05-27 11:52:28 +02:00
|
|
|
"default_payment_method": null,
|
2019-03-18 11:11:59 +01:00
|
|
|
"footer": null
|
|
|
|
},
|
2016-04-07 17:46:23 +02:00
|
|
|
"livemode": false,
|
2018-09-18 15:38:04 +02:00
|
|
|
"metadata": {
|
|
|
|
},
|
2019-05-27 11:52:28 +02:00
|
|
|
"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",
|
2019-05-27 11:52:28 +02:00
|
|
|
"cvc_check": "unchecked",
|
2016-04-07 17:46:23 +02:00
|
|
|
"dynamic_last4": null,
|
|
|
|
"exp_month": 4,
|
2019-03-18 11:11:59 +01:00
|
|
|
"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,
|
2019-03-18 11:11:59 +01:00
|
|
|
"billing_thresholds": null,
|
|
|
|
"cancel_at": null,
|
2018-12-10 17:20:23 +01:00
|
|
|
"cancel_at_period_end": false,
|
|
|
|
"canceled_at": null,
|
2019-05-27 11:52:28 +02:00
|
|
|
"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,
|
2019-05-27 11:52:28 +02:00
|
|
|
"default_payment_method": null,
|
2018-12-10 17:20:23 +01:00
|
|
|
"default_source": null,
|
2019-05-27 11:52:28 +02:00
|
|
|
"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",
|
2019-03-18 11:11:59 +01:00
|
|
|
"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,
|
2019-05-27 11:52:28 +02:00
|
|
|
"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,
|
2019-03-18 11:11:59 +01:00
|
|
|
"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
|
|
|
},
|
2019-05-27 11:52:28 +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
|
|
|
}
|
2017-09-18 11:00:20 +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
|
2017-09-18 11:00:20 +02:00
|
|
|
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:
|
2016-04-12 16:43:10 +02:00
|
|
|
- Bearer sk_test_testfaketestfaketestfake
|
2016-04-07 17:46:23 +02:00
|
|
|
Content-Type:
|
|
|
|
- application/x-www-form-urlencoded
|
2018-07-24 14:36:18 +02:00
|
|
|
Stripe-Version:
|
|
|
|
- '2015-10-16'
|
2016-04-07 17:46:23 +02:00
|
|
|
X-Stripe-Client-User-Agent:
|
2018-07-24 14:36:18 +02:00
|
|
|
- '{"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:
|
2017-09-18 11:00:20 +02:00
|
|
|
- '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:
|
2018-07-24 14:36:18 +02:00
|
|
|
- '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:
|
|
|
|
- "*"
|
2017-09-18 11:00:20 +02:00
|
|
|
Access-Control-Expose-Headers:
|
2018-07-24 14:36:18 +02:00
|
|
|
- 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'
|
2018-07-24 14:36:18 +02:00
|
|
|
Strict-Transport-Security:
|
|
|
|
- max-age=31556926; includeSubDomains; preload
|
2016-04-07 17:46:23 +02:00
|
|
|
body:
|
|
|
|
encoding: UTF-8
|
|
|
|
string: |
|
|
|
|
{
|
|
|
|
"error": {
|
2018-07-24 14:36:18 +02:00
|
|
|
"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",
|
2018-07-24 14:36:18 +02:00
|
|
|
"param": "source",
|
|
|
|
"type": "invalid_request_error"
|
2016-04-07 17:46:23 +02:00
|
|
|
}
|
|
|
|
}
|
2017-09-18 11:00:20 +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
|