mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
97 lines
3.4 KiB
JSON
97 lines
3.4 KiB
JSON
|
[
|
||
|
{
|
||
|
"scope": "https://api.stripe.com:443",
|
||
|
"method": "GET",
|
||
|
"path": "/v1/invoices",
|
||
|
"status": 200,
|
||
|
"response": {
|
||
|
"data": [
|
||
|
{
|
||
|
"id": "in_17GCVvKaReE7xLUdPf2zkiYX",
|
||
|
"customer": "cus_7VCvUEDSyqS8aN",
|
||
|
"lines": {
|
||
|
"data": [
|
||
|
{
|
||
|
"id": "sub_7VCv1YWFAmGmed",
|
||
|
"amount": 0,
|
||
|
"metadata": {
|
||
|
"id": "0000000000000000000186a1"
|
||
|
},
|
||
|
"plan": {
|
||
|
"id": "basic",
|
||
|
"amount": 999
|
||
|
},
|
||
|
"proration": false,
|
||
|
"quantity": 1,
|
||
|
"type": "subscription"
|
||
|
}
|
||
|
],
|
||
|
"has_more": false
|
||
|
},
|
||
|
"paid": true,
|
||
|
"subscription": "sub_7VCv1YWFAmGmed",
|
||
|
"total": 0
|
||
|
},
|
||
|
{
|
||
|
"id": "in_17GCVpKaReE7xLUdPDEmVDeD",
|
||
|
"customer": "cus_7VCvUEDSyqS8aN",
|
||
|
"lines": {
|
||
|
"data": [
|
||
|
{
|
||
|
"id": "sub_7VCvXO37PhGOUY",
|
||
|
"amount": 999,
|
||
|
"metadata": {
|
||
|
"id": "0000000000000000000186a1"
|
||
|
},
|
||
|
"plan": {
|
||
|
"id": "basic",
|
||
|
"amount": 999
|
||
|
},
|
||
|
"proration": false,
|
||
|
"quantity": 1,
|
||
|
"type": "subscription"
|
||
|
}
|
||
|
],
|
||
|
"has_more": false
|
||
|
},
|
||
|
"paid": true,
|
||
|
"subscription": "sub_7VCvXO37PhGOUY",
|
||
|
"total": 999
|
||
|
}
|
||
|
],
|
||
|
"has_more": false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"scope": "https://api.stripe.com:443",
|
||
|
"method": "GET",
|
||
|
"path": "/v1/invoices/in_17GCVvKaReE7xLUdPf2zkiYX",
|
||
|
"status": 200,
|
||
|
"response": {
|
||
|
"id": "in_17GCVvKaReE7xLUdPf2zkiYX",
|
||
|
"customer": "cus_7VCvUEDSyqS8aN",
|
||
|
"lines": {
|
||
|
"data": [
|
||
|
{
|
||
|
"id": "sub_7VCv1YWFAmGmed",
|
||
|
"amount": 0,
|
||
|
"metadata": {
|
||
|
"id": "0000000000000000000186a1"
|
||
|
},
|
||
|
"plan": {
|
||
|
"id": "basic",
|
||
|
"amount": 999
|
||
|
},
|
||
|
"proration": false,
|
||
|
"quantity": 1,
|
||
|
"type": "subscription"
|
||
|
}
|
||
|
],
|
||
|
"has_more": false
|
||
|
},
|
||
|
"paid": true,
|
||
|
"subscription": "sub_7VCv1YWFAmGmed",
|
||
|
"total": 0
|
||
|
}
|
||
|
}
|
||
|
]
|