meraproject/vendor/yoomoney/yookassa-sdk-php/tests/Client/fixtures/refundsInfoFixtures.json
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

34 lines
907 B
JSON

{
"items": [
{
"id": "1ddd77af-0bd7-500d-895b-c475c55fdefc",
"payment_id": "1da5c87d-0984-50e8-a7f3-8de646dd9ec9",
"status": "succeeded",
"error": {
"code": "authorization_rejected",
"description": "Съешь еще этих мягких французских булок"
},
"created_at": "2015-11-19T17:05:07+03:00",
"authorized_at": "2015-11-19T17:05:31+03:00",
"amount": {
"value": "10.00",
"currency": "RUB"
},
"receipt_registered": "succeeded",
"description": "string",
"deal": {
"id": "dl-285e5ee7-0022-5000-8000-01516a44b147",
"refund_settlements": [
{
"type": "payout",
"amount": {
"value": "10.00",
"currency": "RUB"
}
}
]
}
}
],
"next_page": "01234567890ABCDEF"
}