meraproject/vendor/yoomoney/yookassa-sdk-php/tests/Client/fixtures/paymentOptionsFixtures.json

19 lines
311 B
JSON
Raw Permalink Normal View History

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