{{url}}/api/air/orders/{{order_id}}/payment
{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"message": {
"type": "string"
},
"status_emd": {
"type": "array"
}
}
}
curl --location -g --request GET 'https://stage-api.etm-system.ru/api/air/orders/{{order_id}}/refund' \
--header 'Accept: application/json' \
--header 'Cookie: etmsessid=8Pwz9vY4oXUDj7ojfR5u1VdXsMW6xOVYosNxo08d' \
--header 'Content-Type: application/json'
{
"status": "ok",
"message": "",
"status_emd": []
}