mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
|
[
|
||
|
{
|
||
|
"scope": "https://api.stripe.com:443",
|
||
|
"method": "POST",
|
||
|
"path": "/v1/customers/cus_7VCubHuvGFt4nH",
|
||
|
"status": 400,
|
||
|
"response": {
|
||
|
"error": {
|
||
|
"type": "invalid_request_error"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"scope": "https://api.stripe.com:443",
|
||
|
"method": "GET",
|
||
|
"path": "/v1/charges",
|
||
|
"status": 200,
|
||
|
"response": {
|
||
|
"data": [
|
||
|
{
|
||
|
"id": "ch_17GCUxKaReE7xLUddy1fN9Nl",
|
||
|
"amount": 499,
|
||
|
"customer": "cus_7VCubHuvGFt4nH",
|
||
|
"metadata": {
|
||
|
"productID": "gems_5",
|
||
|
"gems": "5000",
|
||
|
"timestamp": "1447443579286"
|
||
|
},
|
||
|
"paid": true,
|
||
|
"refunds": {
|
||
|
"has_more": false
|
||
|
},
|
||
|
"source": {
|
||
|
"id": "card_17GCUvKaReE7xLUdBp1HF9sT",
|
||
|
"customer": "cus_7VCubHuvGFt4nH"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"has_more": false
|
||
|
}
|
||
|
}
|
||
|
]
|