mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
89 lines
No EOL
2.7 KiB
JSON
89 lines
No EOL
2.7 KiB
JSON
[
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "POST",
|
|
"path": "/v1/tokens",
|
|
"status": 200,
|
|
"response": {
|
|
"id": "tok_17IOPYKaReE7xLUdSnJV6x8N",
|
|
"card": {
|
|
"id": "card_17IOPYKaReE7xLUdXqbKgSlb"
|
|
},
|
|
"type": "card"
|
|
}
|
|
},
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "POST",
|
|
"path": "/v1/customers/cus_7XTMBOnMy9jbYM",
|
|
"status": 200,
|
|
"response": {
|
|
"id": "cus_7XTMBOnMy9jbYM",
|
|
"alipay_accounts": {
|
|
"has_more": false
|
|
},
|
|
"email": "normal@jo.com",
|
|
"metadata": {
|
|
"id": "00000000000000000000006b"
|
|
},
|
|
"sources": {
|
|
"data": [
|
|
{
|
|
"id": "card_17IOPYKaReE7xLUdXqbKgSlb",
|
|
"customer": "cus_7XTMBOnMy9jbYM"
|
|
}
|
|
],
|
|
"has_more": false
|
|
},
|
|
"subscriptions": {
|
|
"has_more": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"scope": "https://api.stripe.com:443",
|
|
"method": "GET",
|
|
"path": "/v1/charges",
|
|
"status": 200,
|
|
"response": {
|
|
"data": [
|
|
{
|
|
"id": "ch_17IOPXKaReE7xLUdEinedgz6",
|
|
"amount": 73000,
|
|
"customer": "cus_7XTMBOnMy9jbYM",
|
|
"metadata": {
|
|
"productID": "custom",
|
|
"timestamp": "1447445242092"
|
|
},
|
|
"paid": true,
|
|
"refunds": {
|
|
"has_more": false
|
|
},
|
|
"source": {
|
|
"id": "card_17IOPVKaReE7xLUdhslZrW4t",
|
|
"customer": "cus_7XTMBOnMy9jbYM"
|
|
}
|
|
},
|
|
{
|
|
"id": "ch_17IOPUKaReE7xLUd1gLXrdte",
|
|
"amount": 5000,
|
|
"customer": "cus_7XTMBOnMy9jbYM",
|
|
"metadata": {
|
|
"productID": "custom",
|
|
"timestamp": "1447445242091",
|
|
"description": "A sweet Coco t-shirt"
|
|
},
|
|
"paid": true,
|
|
"refunds": {
|
|
"has_more": false
|
|
},
|
|
"source": {
|
|
"id": "card_17IOPSKaReE7xLUdOOKz1MOG",
|
|
"customer": "cus_7XTMBOnMy9jbYM"
|
|
}
|
|
}
|
|
],
|
|
"has_more": false
|
|
}
|
|
}
|
|
] |