codecombat/spec/fixtures/sub-test-35.json

94 lines
2.5 KiB
JSON
Raw Normal View History

[
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/tokens",
"status": 200,
"response": {
"id": "tok_17GD0HKaReE7xLUd0rxsuvV4",
"card": {
"id": "card_17GD0HKaReE7xLUd8s6L2LQd"
},
"type": "card"
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers",
"status": 200,
"response": {
"id": "cus_7VDR3TICfZ2dOG",
"alipay_accounts": {
"has_more": false
},
"email": "user161@me.com",
"metadata": {
"id": "0000000000000000000186df"
},
"sources": {
"data": [
{
"id": "card_17GD0HKaReE7xLUd8s6L2LQd",
"customer": "cus_7VDR3TICfZ2dOG"
}
],
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers/cus_7VDR3TICfZ2dOG",
"status": 200,
"response": {
"id": "cus_7VDR3TICfZ2dOG",
"alipay_accounts": {
"has_more": false
},
"email": "user161@me.com",
"metadata": {
"id": "0000000000000000000186df"
},
"sources": {
"data": [
{
"id": "card_17GD0HKaReE7xLUd8s6L2LQd",
"customer": "cus_7VDR3TICfZ2dOG"
}
],
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/charges",
"status": 200,
"response": {
"id": "ch_17GD0IKaReE7xLUd0tKU82hA",
"amount": 9900,
"customer": "cus_7VDR3TICfZ2dOG",
"metadata": {
"gems": "42000",
"timestamp": "2015"
},
"paid": true,
"refunds": {
"has_more": false
},
"source": {
"id": "card_17GD0HKaReE7xLUd8s6L2LQd",
"customer": "cus_7VDR3TICfZ2dOG"
}
}
}
]