mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
55 lines
No EOL
1.6 KiB
JSON
55 lines
No EOL
1.6 KiB
JSON
[
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "GET",
|
|
"path": "/v1/charges",
|
|
"status": 200,
|
|
"response": {
|
|
"data": [
|
|
{
|
|
"id": "ch_17IOOyKaReE7xLUdzY39hxln",
|
|
"amount": 100,
|
|
"customer": "cus_7XTLZvrxxi9h67",
|
|
"metadata": {
|
|
"productID": "gems_5",
|
|
"gems": "5000",
|
|
"timestamp": "1447443579286"
|
|
},
|
|
"paid": true,
|
|
"refunds": {
|
|
"has_more": false
|
|
},
|
|
"source": {
|
|
"id": "card_17IOOxKaReE7xLUdaA1sZ1RB",
|
|
"customer": "cus_7XTLZvrxxi9h67"
|
|
}
|
|
}
|
|
],
|
|
"has_more": false
|
|
}
|
|
},
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "POST",
|
|
"path": "/v1/charges",
|
|
"status": 200,
|
|
"response": {
|
|
"id": "ch_17IOP1KaReE7xLUdLHaawQjF",
|
|
"amount": 100,
|
|
"customer": "cus_7XTLZvrxxi9h67",
|
|
"metadata": {
|
|
"productID": "gems_5",
|
|
"gems": "5000",
|
|
"timestamp": "1450207442600"
|
|
},
|
|
"paid": true,
|
|
"refunds": {
|
|
"has_more": false
|
|
},
|
|
"source": {
|
|
"id": "card_17IOOxKaReE7xLUdaA1sZ1RB",
|
|
"customer": "cus_7XTLZvrxxi9h67"
|
|
}
|
|
}
|
|
}
|
|
] |