codecombat/spec/fixtures/db-user-sub-test-6.json
2015-12-16 16:39:44 -08:00

97 lines
No EOL
3.4 KiB
JSON

[
{
"scope": "https://api.stripe.com:443",
"method": "GET",
"path": "/v1/invoices",
"status": 200,
"response": {
"data": [
{
"id": "in_17IOHnKaReE7xLUd6zxvLsWc",
"customer": "cus_7XTE2tCcVgwJps",
"lines": {
"data": [
{
"id": "sub_7XTE0T8sIdVZQ5",
"amount": 0,
"metadata": {
"id": "0000000000000000000186a1"
},
"plan": {
"id": "basic",
"amount": 100
},
"proration": false,
"quantity": 1,
"type": "subscription"
}
],
"has_more": false
},
"paid": true,
"subscription": "sub_7XTE0T8sIdVZQ5",
"total": 0
},
{
"id": "in_17IOHfKaReE7xLUdX74TULaM",
"customer": "cus_7XTE2tCcVgwJps",
"lines": {
"data": [
{
"id": "sub_7XTEeDaljXocIE",
"amount": 100,
"metadata": {
"id": "0000000000000000000186a1"
},
"plan": {
"id": "basic",
"amount": 100
},
"proration": false,
"quantity": 1,
"type": "subscription"
}
],
"has_more": false
},
"paid": true,
"subscription": "sub_7XTEeDaljXocIE",
"total": 100
}
],
"has_more": false
}
},
{
"scope": "https://api.stripe.com:443",
"method": "GET",
"path": "/v1/invoices/in_17IOHnKaReE7xLUd6zxvLsWc",
"status": 200,
"response": {
"id": "in_17IOHnKaReE7xLUd6zxvLsWc",
"customer": "cus_7XTE2tCcVgwJps",
"lines": {
"data": [
{
"id": "sub_7XTE0T8sIdVZQ5",
"amount": 0,
"metadata": {
"id": "0000000000000000000186a1"
},
"plan": {
"id": "basic",
"amount": 100
},
"proration": false,
"quantity": 1,
"type": "subscription"
}
],
"has_more": false
},
"paid": true,
"subscription": "sub_7XTE0T8sIdVZQ5",
"total": 0
}
}
]