1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-03 17:55:51 +03:00
Files
yookassa/spec/fixtures/list_payment_response.json
2021-11-09 10:05:01 +03:00

43 строки
1.0 KiB
JSON

{
"type": "list",
"items": [
{
"id": "22e12f66-000f-5000-8000-18db351245c7",
"status": "waiting_for_capture",
"paid": true,
"amount": {
"value": 2,
"currency": "RUB"
},
"created_at": "2018-07-18T10:51:18.139Z",
"description": "Заказ №72",
"expires_at": "2018-07-25T10:52:00.233Z",
"metadata": {
},
"payment_method": {
"type": "bank_card",
"id": "22e12f66-000f-5000-8000-18db351245c7",
"saved": false,
"card": {
"first6": 555555,
"last4": 4444,
"expiry_month": 7,
"expiry_year": 2022,
"card_type": "MasterCard",
"issuer_country": "RU",
"issuer_name": "Sberbank"
},
"title": "Bank card *4444"
},
"recipient": {
"account_id": 100001,
"gateway_id": 1000001
},
"refundable": false,
"test": false
}
],
"next_cursor": "37a5c87d-3984-51e8-a7f3-8de646d39ec15"
}