curl --location --request POST '/payment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"pan": "8600313260861293",
"expiry": "2602"
},
"amount": 50000,
"store_id": 6,
"invoice_id": "test",
"callback_url": "https://test.uz/callback",
"device_details": {
"ip": "177.14.322.11",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
},
"ofd": [
{
"qty": 1,
"price": 60000000,
"mxik": "06401004002000000",
"total": 60000000,
"package_code": "1506113",
"name": "кроссовки men'\''s low shoes"
},
{
"qty": 1,
"price": 55700000,
"mxik": "06401002004000000",
"total": 55700000,
"package_code": "1519041",
"name": "кроссовки t.ace 2332 white black"
}
]
}'