Files
yookassa-sdk-php/tests/Client/fixtures/paymentOptionsFixtures.json
T
Антон Н. Николаев 3eebc00ef2 Обновленная версия SDK
2020-12-01 15:39:32 +03:00

19 lines
311 B
JSON

{
"items": [
{
"payment_method_type": "yoo_money",
"confirmation_types": [
"redirect"
],
"charge": {
"value": "10.00",
"currency": "RUB"
},
"fee": {
"value": "10.00",
"currency": "RUB"
},
"extra_fee": true
}
]
}