1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-08-28 15:16:18 +03:00
Files
yookassa/spec/fixtures/payment_response.json
2021-11-09 01:01:13 +03:00

28 строки
663 B
JSON

{
"id": "2490ded1-000f-5000-8000-1f64111bc63e",
"status": "pending",
"paid": false,
"amount": {
"value": "10.00",
"currency": "RUB"
},
"confirmation": {
"type": "redirect",
"return_url": "https://url.test",
"confirmation_url": "https://money.yookassa.ru/payments/external/confirmation?orderId=2490ded1-000f-5000-8000-1f64111bc63e"
},
"created_at": "2019-06-10T21:26:41.395Z",
"metadata": {},
"payment_method": {
"type": "bank_card",
"id": "2490ded1-000f-5000-8000-1f64111bc63e",
"saved": false
},
"recipient": {
"account_id": 54401,
"gateway_id": 289250
},
"refundable": false,
"test": true
}