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

2790 lines
101 KiB
YAML
Raw Normal View History

2016-04-07 17:46:23 +02:00
---
http_interactions:
- request:
method: post
uri: https://api.stripe.com/v1/tokens
body:
encoding: UTF-8
string: card[number]=4242424242424242&card[exp_month]=4&card[exp_year]=2019&card[cvc]=314
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
2018-12-11 15:07:21 +01:00
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
2016-04-07 17:46:23 +02:00
Content-Length:
- '81'
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2018-12-11 17:27:25 +01:00
- Tue, 11 Dec 2018 15:29:19 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2018-12-10 17:20:23 +01:00
- '785'
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:
2018-12-11 17:27:25 +01:00
- req_wScFYeIB9A36LG
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: |
{
2018-12-11 17:27:25 +01:00
"id": "tok_1DgDAh2sOmf47Nz9zx73trkr",
2016-04-07 17:46:23 +02:00
"object": "token",
"card": {
2018-12-11 17:27:25 +01:00
"id": "card_1DgDAh2sOmf47Nz9jxDWEvnO",
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",
"cvc_check": "unchecked",
"dynamic_last4": null,
"exp_month": 4,
"exp_year": 2019,
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
},
2018-12-10 17:20:23 +01:00
"client_ip": "92.157.28.112",
2018-12-11 17:27:25 +01:00
"created": 1544542159,
2016-04-07 17:46:23 +02:00
"livemode": false,
"type": "card",
"used": false
}
http_version:
2018-12-11 17:27:25 +01:00
recorded_at: Tue, 11 Dec 2018 15:29:19 GMT
2016-04-07 17:46:23 +02:00
- 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
2018-12-11 15:07:21 +01:00
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2018-12-11 17:27:25 +01:00
- Tue, 11 Dec 2018 15:29:20 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2018-12-11 17:27:25 +01:00
- '16310'
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:
2018-12-11 17:27:25 +01:00
- req_8EWmgCLlALNEkq
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,
"created": 1460026822,
"currency": "usd",
2018-12-11 17:27:25 +01:00
"default_source": "card_1DgCTx2sOmf47Nz9rpH1o5DR",
2016-04-07 17:46:23 +02:00
"delinquent": false,
"description": "Lucile Seguin",
"discount": null,
"email": "lucile.seguin@live.fr",
"invoice_prefix": "BCC32B8",
2016-04-07 17:46:23 +02:00
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"shipping": null,
"sources": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "card_1DgCTx2sOmf47Nz9rpH1o5DR",
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,
2018-09-18 15:38:04 +02:00
"exp_year": 2019,
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": [
2018-12-11 17:27:25 +01:00
{
"id": "sub_E8TQfnN1GdMBd0",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544539511,
"cancel_at_period_end": true,
"canceled_at": 1544539516,
"created": 1544539511,
"current_period_end": 1547217911,
"current_period_start": 1544539511,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E8TQcF8covaIwa",
"object": "subscription_item",
"created": 1544539511,
"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_E8TQfnN1GdMBd0"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E8TQfnN1GdMBd0"
},
"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,
"start": 1544539511,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E8SkGkxWBPYxq4",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544536981,
"cancel_at_period_end": true,
"canceled_at": 1544536986,
"created": 1544536981,
"current_period_end": 1547215381,
"current_period_start": 1544536981,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E8Skkn572vP54b",
"object": "subscription_item",
"created": 1544536981,
"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_E8SkGkxWBPYxq4"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E8SkGkxWBPYxq4"
},
"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,
"start": 1544536981,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
2018-12-11 15:07:21 +01:00
{
"id": "sub_E864buS6hivDwg",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544452592,
"cancel_at_period_end": true,
"canceled_at": 1544452597,
"created": 1544452592,
"current_period_end": 1547130992,
"current_period_start": 1544452592,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E864fXEFlCkbRR",
"object": "subscription_item",
"created": 1544452592,
"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_E864buS6hivDwg"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E864buS6hivDwg"
},
"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,
"start": 1544452592,
"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,
"cancel_at_period_end": false,
"canceled_at": null,
"created": 1544447514,
"current_period_end": 1547125914,
"current_period_start": 1544447514,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E84hhZgnjOkD73",
"object": "subscription_item",
"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"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E84hFvNBlPia7R"
},
"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,
"start": 1544447514,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E38nTN5QSSC53T",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1543309532,
"cancel_at_period_end": true,
"canceled_at": 1543309537,
"created": 1543309532,
"current_period_end": 1545901532,
"current_period_start": 1543309532,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E38nQ0v6q1jFhp",
"object": "subscription_item",
"created": 1543309533,
"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_E38nTN5QSSC53T"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E38nTN5QSSC53T"
},
"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,
"start": 1543309532,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
2018-09-18 15:38:04 +02:00
],
2016-04-07 17:46:23 +02:00
"has_more": false,
2018-12-11 17:27:25 +01:00
"total_count": 5,
2016-04-07 17:46:23 +02:00
"url": "/v1/customers/cus_8E2ys9zDZgetWX/subscriptions"
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:
2018-12-11 17:27:25 +01:00
recorded_at: Tue, 11 Dec 2018 15:29:20 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
2018-12-11 17:27:25 +01:00
string: plan=mensuel-standard-month-20160404171519&source=tok_1DgDAh2sOmf47Nz9zx73trkr
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
2018-12-11 15:07:21 +01:00
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
2016-04-07 17:46:23 +02:00
Content-Length:
- '78'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2018-12-11 17:27:25 +01:00
- Tue, 11 Dec 2018 15:29:22 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2018-11-27 10:09:44 +01:00
- '2409'
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:
2018-12-11 17:27:25 +01:00
- req_5an49z8Itrg1wS
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: |
{
2018-12-11 17:27:25 +01:00
"id": "sub_E8U986dZhAepEP",
2016-04-07 17:46:23 +02:00
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
2018-12-11 17:27:25 +01:00
"billing_cycle_anchor": 1544542161,
2016-04-07 17:46:23 +02:00
"cancel_at_period_end": false,
"canceled_at": null,
2018-12-11 17:27:25 +01:00
"created": 1544542161,
"current_period_end": 1547220561,
"current_period_start": 1544542161,
2016-04-07 17:46:23 +02:00
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
2018-11-27 10:09:44 +01:00
"default_source": null,
2016-04-07 17:46:23 +02:00
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "si_E8U9JH2h5zb9D8",
"object": "subscription_item",
2018-12-11 17:27:25 +01:00
"created": 1544542161,
2018-09-18 15:38:04 +02:00
"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,
2018-09-18 15:38:04 +02:00
"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,
2018-12-11 17:27:25 +01:00
"subscription": "sub_E8U986dZhAepEP"
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/subscription_items?subscription=sub_E8U986dZhAepEP"
},
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
2016-04-07 17:46:23 +02:00
"amount": 3000,
"billing_scheme": "per_unit",
2016-04-07 17:46:23 +02:00
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
2016-04-07 17:46:23 +02:00
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
2016-04-07 17:46:23 +02:00
},
"quantity": 1,
2018-12-11 17:27:25 +01:00
"start": 1544542161,
2016-04-07 17:46:23 +02:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
http_version:
2018-12-11 17:27:25 +01:00
recorded_at: Tue, 11 Dec 2018 15:29:22 GMT
2016-04-07 17:46:23 +02:00
- request:
method: get
uri: https://api.stripe.com/v1/invoices?customer=cus_8E2ys9zDZgetWX&limit=1
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
2018-12-11 15:07:21 +01:00
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2018-12-11 17:27:25 +01:00
- Tue, 11 Dec 2018 15:29:23 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2018-11-27 10:09:44 +01:00
- '3162'
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:
2018-12-11 17:27:25 +01:00
- req_MN5bbRqjJOIKeq
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: |
{
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "in_1DgDAj2sOmf47Nz9rjxakQnI",
2016-04-07 17:46:23 +02:00
"object": "invoice",
"amount_due": 3000,
"amount_paid": 3000,
"amount_remaining": 0,
2016-04-07 17:46:23 +02:00
"application_fee": null,
"attempt_count": 1,
"attempted": true,
"auto_advance": false,
"billing": "charge_automatically",
"billing_reason": "subscription_update",
2018-12-11 17:27:25 +01:00
"charge": "ch_1DgDAj2sOmf47Nz9brVR8ScB",
2016-04-07 17:46:23 +02:00
"closed": true,
"currency": "usd",
"customer": "cus_8E2ys9zDZgetWX",
2018-12-11 17:27:25 +01:00
"date": 1544542161,
2018-11-27 10:09:44 +01:00
"default_source": null,
2016-04-07 17:46:23 +02:00
"description": null,
"discount": null,
"due_date": null,
2016-04-07 17:46:23 +02:00
"ending_balance": 0,
2018-12-11 17:27:25 +01:00
"finalized_at": 1544542161,
2016-04-07 17:46:23 +02:00
"forgiven": false,
2018-12-11 17:27:25 +01:00
"hosted_invoice_url": "https://pay.stripe.com/invoice/invst_WfNOWkHSDWMzrGIiEgu34HbhGA",
"invoice_pdf": "https://pay.stripe.com/invoice/invst_WfNOWkHSDWMzrGIiEgu34HbhGA/pdf",
2016-04-07 17:46:23 +02:00
"lines": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "sub_E8U986dZhAepEP",
2016-04-07 17:46:23 +02:00
"object": "line_item",
"amount": 3000,
"currency": "usd",
"description": null,
"discountable": true,
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"period": {
2018-12-11 17:27:25 +01:00
"end": 1547220561,
"start": 1544542161
2016-04-07 17:46:23 +02:00
},
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
2016-04-07 17:46:23 +02:00
"amount": 3000,
"billing_scheme": "per_unit",
2016-04-07 17:46:23 +02:00
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
2016-04-07 17:46:23 +02:00
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
2016-04-07 17:46:23 +02:00
},
"proration": false,
"quantity": 1,
"subscription": null,
2018-12-11 17:27:25 +01:00
"subscription_item": "si_E8U9JH2h5zb9D8",
2016-04-07 17:46:23 +02:00
"type": "subscription"
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/invoices/in_1DgDAj2sOmf47Nz9rjxakQnI/lines"
2016-04-07 17:46:23 +02:00
},
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"next_payment_attempt": null,
2018-12-11 17:27:25 +01:00
"number": "BCC32B8-0019",
2016-04-07 17:46:23 +02:00
"paid": true,
2018-11-27 10:09:44 +01:00
"payment_intent": null,
2018-12-11 17:27:25 +01:00
"period_end": 1544542161,
"period_start": 1544542161,
2016-04-07 17:46:23 +02:00
"receipt_number": null,
"starting_balance": 0,
"statement_descriptor": null,
2018-11-27 10:09:44 +01:00
"status": "paid",
2018-12-11 17:27:25 +01:00
"subscription": "sub_E8U986dZhAepEP",
2016-04-07 17:46:23 +02:00
"subtotal": 3000,
2018-11-27 10:09:44 +01:00
"tax": 0,
2016-04-07 17:46:23 +02:00
"tax_percent": null,
"total": 3000,
2018-12-11 17:27:25 +01:00
"webhooks_delivered_at": 1544542162
2016-04-07 17:46:23 +02:00
}
],
"has_more": true,
"url": "/v1/invoices"
}
http_version:
2018-12-11 17:27:25 +01:00
recorded_at: Tue, 11 Dec 2018 15:29:23 GMT
2016-04-07 17:46:23 +02:00
- 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
2018-12-11 15:07:21 +01:00
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2018-12-11 17:27:25 +01:00
- Tue, 11 Dec 2018 15:29:24 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2018-12-11 17:27:25 +01:00
- '19266'
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:
2018-12-11 17:27:25 +01:00
- req_8rtX91lldEg0to
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,
"created": 1460026822,
"currency": "usd",
2018-12-11 17:27:25 +01:00
"default_source": "card_1DgDAh2sOmf47Nz9jxDWEvnO",
2016-04-07 17:46:23 +02:00
"delinquent": false,
"description": "Lucile Seguin",
"discount": null,
"email": "lucile.seguin@live.fr",
"invoice_prefix": "BCC32B8",
2016-04-07 17:46:23 +02:00
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"shipping": null,
"sources": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "card_1DgDAh2sOmf47Nz9jxDWEvnO",
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": 2019,
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",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "sub_E8U986dZhAepEP",
2016-04-07 17:46:23 +02:00
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
2018-12-11 17:27:25 +01:00
"billing_cycle_anchor": 1544542161,
2016-04-07 17:46:23 +02:00
"cancel_at_period_end": false,
"canceled_at": null,
2018-12-11 17:27:25 +01:00
"created": 1544542161,
"current_period_end": 1547220561,
"current_period_start": 1544542161,
2018-12-11 15:07:21 +01:00
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "si_E8U9JH2h5zb9D8",
2018-12-11 15:07:21 +01:00
"object": "subscription_item",
2018-12-11 17:27:25 +01:00
"created": 1544542161,
2018-12-11 15:07:21 +01:00
"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,
2018-12-11 17:27:25 +01:00
"subscription": "sub_E8U986dZhAepEP"
2018-12-11 15:07:21 +01:00
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/subscription_items?subscription=sub_E8U986dZhAepEP"
2018-12-11 15:07:21 +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,
2018-12-11 17:27:25 +01:00
"start": 1544542161,
2018-12-11 15:07:21 +01:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
2018-12-11 17:27:25 +01:00
"id": "sub_E8TQfnN1GdMBd0",
2018-12-11 15:07:21 +01:00
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
2018-12-11 17:27:25 +01:00
"billing_cycle_anchor": 1544539511,
2018-12-11 15:07:21 +01:00
"cancel_at_period_end": true,
2018-12-11 17:27:25 +01:00
"canceled_at": 1544539516,
"created": 1544539511,
"current_period_end": 1547217911,
"current_period_start": 1544539511,
2018-12-10 17:20:23 +01:00
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "si_E8TQcF8covaIwa",
2018-12-10 17:20:23 +01:00
"object": "subscription_item",
2018-12-11 17:27:25 +01:00
"created": 1544539511,
2018-12-10 17:20:23 +01:00
"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,
2018-12-11 17:27:25 +01:00
"subscription": "sub_E8TQfnN1GdMBd0"
2018-12-10 17:20:23 +01:00
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/subscription_items?subscription=sub_E8TQfnN1GdMBd0"
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,
2018-12-11 17:27:25 +01:00
"start": 1544539511,
2018-12-10 17:20:23 +01:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
2018-12-11 17:27:25 +01:00
"id": "sub_E8SkGkxWBPYxq4",
2018-12-10 17:20:23 +01:00
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
2018-12-11 17:27:25 +01:00
"billing_cycle_anchor": 1544536981,
"cancel_at_period_end": true,
"canceled_at": 1544536986,
"created": 1544536981,
"current_period_end": 1547215381,
"current_period_start": 1544536981,
2018-12-10 17:20:23 +01:00
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "si_E8Skkn572vP54b",
2018-12-10 17:20:23 +01:00
"object": "subscription_item",
2018-12-11 17:27:25 +01:00
"created": 1544536981,
2018-12-10 17:20:23 +01:00
"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,
2018-12-11 17:27:25 +01:00
"subscription": "sub_E8SkGkxWBPYxq4"
2018-12-10 17:20:23 +01:00
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/subscription_items?subscription=sub_E8SkGkxWBPYxq4"
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,
2018-12-11 17:27:25 +01:00
"start": 1544536981,
2018-12-10 17:20:23 +01:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
2018-12-11 17:27:25 +01:00
"id": "sub_E864buS6hivDwg",
2018-12-10 17:20:23 +01:00
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
2018-12-11 17:27:25 +01:00
"billing_cycle_anchor": 1544452592,
2018-12-10 17:20:23 +01:00
"cancel_at_period_end": true,
2018-12-11 17:27:25 +01:00
"canceled_at": 1544452597,
"created": 1544452592,
"current_period_end": 1547130992,
"current_period_start": 1544452592,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
2018-11-27 10:09:44 +01:00
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "si_E864fXEFlCkbRR",
"object": "subscription_item",
2018-12-11 17:27:25 +01:00
"created": 1544452592,
2018-09-18 15:38:04 +02:00
"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,
2018-09-18 15:38:04 +02:00
"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,
2018-12-11 17:27:25 +01:00
"subscription": "sub_E864buS6hivDwg"
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/subscription_items?subscription=sub_E864buS6hivDwg"
},
"livemode": false,
2018-09-18 15:38:04 +02:00
"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,
2018-09-18 15:38:04 +02:00
"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,
2018-12-11 17:27:25 +01:00
"start": 1544452592,
2016-04-07 17:46:23 +02:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
2018-12-11 17:27:25 +01:00
},
{
"id": "sub_E84hFvNBlPia7R",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544447514,
"cancel_at_period_end": false,
"canceled_at": null,
"created": 1544447514,
"current_period_end": 1547125914,
"current_period_start": 1544447514,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E84hhZgnjOkD73",
"object": "subscription_item",
"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"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E84hFvNBlPia7R"
},
"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,
"start": 1544447514,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E38nTN5QSSC53T",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1543309532,
"cancel_at_period_end": true,
"canceled_at": 1543309537,
"created": 1543309532,
"current_period_end": 1545901532,
"current_period_start": 1543309532,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E38nQ0v6q1jFhp",
"object": "subscription_item",
"created": 1543309533,
"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_E38nTN5QSSC53T"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E38nTN5QSSC53T"
},
"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,
"start": 1543309532,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
],
"has_more": false,
"total_count": 6,
"url": "/v1/customers/cus_8E2ys9zDZgetWX/subscriptions"
},
"tax_info": null,
"tax_info_verification": null
}
http_version:
recorded_at: Tue, 11 Dec 2018 15:29:25 GMT
- request:
method: get
uri: https://api.stripe.com/v1/customers/cus_8E2ys9zDZgetWX/subscriptions/sub_E8U986dZhAepEP
body:
encoding: US-ASCII
string: ''
headers:
Accept:
- "*/*; q=0.5, application/xml"
Accept-Encoding:
- gzip, deflate
2016-04-07 17:46:23 +02:00
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
2018-12-11 15:07:21 +01:00
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2018-12-11 17:27:25 +01:00
- Tue, 11 Dec 2018 15:29:25 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2018-11-27 10:09:44 +01:00
- '2409'
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:
2018-12-11 17:27:25 +01:00
- req_sVE7oYCQpk4Ewq
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: |
{
2018-12-11 17:27:25 +01:00
"id": "sub_E8U986dZhAepEP",
2016-04-07 17:46:23 +02:00
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
2018-12-11 17:27:25 +01:00
"billing_cycle_anchor": 1544542161,
2016-04-07 17:46:23 +02:00
"cancel_at_period_end": false,
"canceled_at": null,
2018-12-11 17:27:25 +01:00
"created": 1544542161,
"current_period_end": 1547220561,
"current_period_start": 1544542161,
2016-04-07 17:46:23 +02:00
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
2018-11-27 10:09:44 +01:00
"default_source": null,
2016-04-07 17:46:23 +02:00
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "si_E8U9JH2h5zb9D8",
"object": "subscription_item",
2018-12-11 17:27:25 +01:00
"created": 1544542161,
2018-09-18 15:38:04 +02:00
"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,
2018-09-18 15:38:04 +02:00
"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,
2018-12-11 17:27:25 +01:00
"subscription": "sub_E8U986dZhAepEP"
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/subscription_items?subscription=sub_E8U986dZhAepEP"
},
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
2016-04-07 17:46:23 +02:00
"amount": 3000,
"billing_scheme": "per_unit",
2016-04-07 17:46:23 +02:00
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
2016-04-07 17:46:23 +02:00
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
2016-04-07 17:46:23 +02:00
},
"quantity": 1,
2018-12-11 17:27:25 +01:00
"start": 1544542161,
2016-04-07 17:46:23 +02:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
http_version:
2018-12-11 17:27:25 +01:00
recorded_at: Tue, 11 Dec 2018 15:29:25 GMT
2016-04-07 17:46:23 +02:00
- request:
method: delete
2018-12-11 17:27:25 +01:00
uri: https://api.stripe.com/v1/customers/cus_8E2ys9zDZgetWX/subscriptions/sub_E8U986dZhAepEP?at_period_end=true
2016-04-07 17:46:23 +02:00
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
2018-12-11 15:07:21 +01:00
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
2016-04-07 17:46:23 +02:00
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
2018-12-11 17:27:25 +01:00
- Tue, 11 Dec 2018 15:29:27 GMT
2016-04-07 17:46:23 +02:00
Content-Type:
- application/json
Content-Length:
2018-11-27 10:09:44 +01:00
- '2414'
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:
2018-12-11 17:27:25 +01:00
- req_PxuWuGO6CHJTks
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: |
{
2018-12-11 17:27:25 +01:00
"id": "sub_E8U986dZhAepEP",
2016-04-07 17:46:23 +02:00
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
2018-12-11 17:27:25 +01:00
"billing_cycle_anchor": 1544542161,
2016-04-07 17:46:23 +02:00
"cancel_at_period_end": true,
2018-12-11 17:27:25 +01:00
"canceled_at": 1544542166,
"created": 1544542161,
"current_period_end": 1547220561,
"current_period_start": 1544542161,
2016-04-07 17:46:23 +02:00
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
2018-11-27 10:09:44 +01:00
"default_source": null,
2016-04-07 17:46:23 +02:00
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
2018-12-11 17:27:25 +01:00
"id": "si_E8U9JH2h5zb9D8",
"object": "subscription_item",
2018-12-11 17:27:25 +01:00
"created": 1544542161,
"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_E8U986dZhAepEP"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E8U986dZhAepEP"
},
"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,
"start": 1544542161,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
http_version:
recorded_at: Tue, 11 Dec 2018 15:29:27 GMT
- 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
Content-Type:
- application/x-www-form-urlencoded
Stripe-Version:
- '2015-10-16'
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
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
- Tue, 11 Dec 2018 15:29:28 GMT
Content-Type:
- application/json
Content-Length:
- '19271'
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
Access-Control-Max-Age:
- '300'
Cache-Control:
- no-cache, no-store
Request-Id:
- req_w6FWdroefKqM8k
Stripe-Version:
- '2015-10-16'
Strict-Transport-Security:
- max-age=31556926; includeSubDomains; preload
body:
encoding: UTF-8
string: |
{
"id": "cus_8E2ys9zDZgetWX",
"object": "customer",
"account_balance": 0,
"created": 1460026822,
"currency": "usd",
"default_source": "card_1DgDAh2sOmf47Nz9jxDWEvnO",
"delinquent": false,
"description": "Lucile Seguin",
"discount": null,
"email": "lucile.seguin@live.fr",
"invoice_prefix": "BCC32B8",
"livemode": false,
"metadata": {
},
"shipping": null,
"sources": {
"object": "list",
"data": [
{
"id": "card_1DgDAh2sOmf47Nz9jxDWEvnO",
"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": 2019,
"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_E8U986dZhAepEP",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544542161,
"cancel_at_period_end": true,
"canceled_at": 1544542166,
"created": 1544542161,
"current_period_end": 1547220561,
"current_period_start": 1544542161,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E8U9JH2h5zb9D8",
"object": "subscription_item",
"created": 1544542161,
"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_E8U986dZhAepEP"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E8U986dZhAepEP"
},
"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,
"start": 1544542161,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E8TQfnN1GdMBd0",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544539511,
"cancel_at_period_end": true,
"canceled_at": 1544539516,
"created": 1544539511,
"current_period_end": 1547217911,
"current_period_start": 1544539511,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E8TQcF8covaIwa",
"object": "subscription_item",
"created": 1544539511,
"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_E8TQfnN1GdMBd0"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E8TQfnN1GdMBd0"
},
"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,
"start": 1544539511,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E8SkGkxWBPYxq4",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544536981,
"cancel_at_period_end": true,
"canceled_at": 1544536986,
"created": 1544536981,
"current_period_end": 1547215381,
"current_period_start": 1544536981,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E8Skkn572vP54b",
"object": "subscription_item",
"created": 1544536981,
"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_E8SkGkxWBPYxq4"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E8SkGkxWBPYxq4"
},
"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,
"start": 1544536981,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E864buS6hivDwg",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544452592,
"cancel_at_period_end": true,
"canceled_at": 1544452597,
"created": 1544452592,
"current_period_end": 1547130992,
"current_period_start": 1544452592,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E864fXEFlCkbRR",
"object": "subscription_item",
"created": 1544452592,
"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_E864buS6hivDwg"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E864buS6hivDwg"
},
"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,
"start": 1544452592,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E84hFvNBlPia7R",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544447514,
"cancel_at_period_end": false,
"canceled_at": null,
"created": 1544447514,
"current_period_end": 1547125914,
"current_period_start": 1544447514,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E84hhZgnjOkD73",
"object": "subscription_item",
"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"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E84hFvNBlPia7R"
},
"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,
"start": 1544447514,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
},
{
"id": "sub_E38nTN5QSSC53T",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1543309532,
"cancel_at_period_end": true,
"canceled_at": 1543309537,
"created": 1543309532,
"current_period_end": 1545901532,
"current_period_start": 1543309532,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E38nQ0v6q1jFhp",
"object": "subscription_item",
"created": 1543309533,
"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_E38nTN5QSSC53T"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_E38nTN5QSSC53T"
},
"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,
"start": 1543309532,
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
],
"has_more": false,
"total_count": 6,
"url": "/v1/customers/cus_8E2ys9zDZgetWX/subscriptions"
},
"tax_info": null,
"tax_info_verification": null
}
http_version:
recorded_at: Tue, 11 Dec 2018 15:29:28 GMT
- request:
method: get
uri: https://api.stripe.com/v1/customers/cus_8E2ys9zDZgetWX/subscriptions/sub_E8U986dZhAepEP
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
Content-Type:
- application/x-www-form-urlencoded
Stripe-Version:
- '2015-10-16'
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
version 4.19.8-arch1-1-ARCH (builduser@heftig-1129) (gcc version 8.2.1 20181127
(GCC)) #1 SMP PREEMPT Sat Dec 8 13:49:11 UTC 2018","hostname":"Sylvain-desktop"}'
response:
status:
code: 200
message: OK
headers:
Server:
- nginx
Date:
- Tue, 11 Dec 2018 15:29:29 GMT
Content-Type:
- application/json
Content-Length:
- '2414'
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
Access-Control-Max-Age:
- '300'
Cache-Control:
- no-cache, no-store
Request-Id:
- req_78uefNrbDq98k9
Stripe-Version:
- '2015-10-16'
Strict-Transport-Security:
- max-age=31556926; includeSubDomains; preload
body:
encoding: UTF-8
string: |
{
"id": "sub_E8U986dZhAepEP",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1544542161,
"cancel_at_period_end": true,
"canceled_at": 1544542166,
"created": 1544542161,
"current_period_end": 1547220561,
"current_period_start": 1544542161,
"customer": "cus_8E2ys9zDZgetWX",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_E8U9JH2h5zb9D8",
"object": "subscription_item",
"created": 1544542161,
2018-09-18 15:38:04 +02:00
"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,
2018-09-18 15:38:04 +02:00
"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,
2018-12-11 17:27:25 +01:00
"subscription": "sub_E8U986dZhAepEP"
}
],
"has_more": false,
"total_count": 1,
2018-12-11 17:27:25 +01:00
"url": "/v1/subscription_items?subscription=sub_E8U986dZhAepEP"
},
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"plan": {
"id": "mensuel-standard-month-20160404171519",
"object": "plan",
"active": true,
"aggregate_usage": null,
2016-04-07 17:46:23 +02:00
"amount": 3000,
"billing_scheme": "per_unit",
2016-04-07 17:46:23 +02:00
"created": 1459782921,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
2018-09-18 15:38:04 +02:00
"metadata": {
},
2016-04-07 17:46:23 +02:00
"name": "Mensuel - standard, association - month",
"nickname": null,
"product": "prod_BV0emghsuiUJDn",
2016-04-07 17:46:23 +02:00
"statement_descriptor": null,
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": null,
"usage_type": "licensed"
2016-04-07 17:46:23 +02:00
},
"quantity": 1,
2018-12-11 17:27:25 +01:00
"start": 1544542161,
2016-04-07 17:46:23 +02:00
"status": "active",
"tax_percent": null,
"trial_end": null,
"trial_start": null
}
http_version:
2018-12-11 17:27:25 +01:00
recorded_at: Tue, 11 Dec 2018 15:29:29 GMT
2016-04-07 17:46:23 +02:00
recorded_with: VCR 3.0.1