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

26 lines
No EOL
589 B
JSON

[
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/tokens",
"status": 200,
"response": {
"id": "tok_17IOHcKaReE7xLUdfKtGmLgV",
"card": {
"id": "card_17IOHcKaReE7xLUdAusILb3u"
},
"type": "card"
}
},
{
"scope": "https://api.stripe.com:443",
"method": "POST",
"path": "/v1/customers",
"status": 402,
"response": {
"error": {
"type": "card_error"
}
}
}
]