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

24 lines
No EOL
579 B
JSON

[
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers",
"status": 200,
"response": {
"id": "cus_7XTFvcXwBcViLz",
"alipay_accounts": {
"has_more": false
},
"email": "user12@me.com",
"metadata": {
"id": "0000000000000000000186ae"
},
"sources": {
"has_more": false
},
"subscriptions": {
"has_more": false
}
}
}
]