cURL
curl --request POST \ --url https://mcp-bff.gojinko.com/api/v1/flights/refund-status \ --header 'Content-Type: application/json' \ --data ' { "booking_ref": "<string>", "last_name": "<string>", "order_id": "<string>", "provider": "<string>", "refund_reference": "<string>" } '
{ "provider_status": "<string>", "refund_amount": { "currency": "<string>", "decimal_places": 123, "value": 123 }, "refund_reference": "<string>", "refund_status": "<string>", "warnings": [ "<string>" ] }
Poll for terminal state of a previously committed refund (succeeded, failed, in_progress).
Target a specific provider (sabre, travelfusion). When omitted, uses request body provider field.
Refund status request
OK
Show child attributes