19 lines
311 B
JSON
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
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|