currency (string): The currency in which the payment is made.{
"fop_type": "cash",
"currency": "RUB",
"total_amount": "132933.7"
}
status (string): The status of the payment request.payload.status (string): The status of the payment transaction.{
"status": "ok",
"payload": {
"status": "ok"
}
}
curl --location -g --request POST 'https://stage-api.etm-system.ru/api/air/offers/{{buy_id}}/payments' \
--header 'Accept: application/json' \
--header 'Etm-Auth-Key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "RUB"
}'{
"status": "ok",
"payload": {
"status": "ok"
}
}