meraproject/vendor/yoomoney/yookassa-sdk-php/tests/Client/fixtures/getPaymentsFixtures.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

52 lines
1.3 KiB
JSON

{
"items": [
{
"id": "1da5c87d-0984-50e8-a7f3-8de646dd9ec9",
"status": "succeeded",
"error": {
"code": "insufficient_funds",
"description": "Съешь еще этих мягких французских булок"
},
"recipient": {
"account_id": "123",
"gateway_id": "456"
},
"amount": {
"value": "10.00",
"currency": "RUB"
},
"reference_id": "719505144571",
"created_at": "2015-11-19T17:05:07+03:00",
"captured_at": "2015-11-19T17:05:31+03:00",
"payment_method": {
"type": "yoo_money",
"phone": "79990110101",
"account_number": "123456789123"
},
"confirmation": {
"type": "redirect",
"enforce": true,
"return_url": "string",
"confirmation_url": "string"
},
"charge": {
"value": "10.00",
"currency": "RUB"
},
"income": {
"value": "10.00",
"currency": "RUB"
},
"refunded_amount": {
"value": "10.00",
"currency": "RUB"
},
"paid": true,
"refundable": true,
"test": true,
"receipt_registration": "succeeded",
"metadata": {}
}
],
"next_page": "01234567890ABCDEF"
}