cURL
curl --request POST \ --url https://mcp-bff.gojinko.com/api/v1/flights/exchange-status \ --header 'Content-Type: application/json' \ --data ' { "booking_ref": "<string>", "last_name": "<string>", "order_id": "<string>", "provider": "<string>" } '
{ "confirmed_payment_outcome": "<string>", "new_ticket_numbers": [ "<string>" ], "status": "<string>", "warnings": [ "<string>" ] }
Poll for terminal state of a previously committed exchange (succeeded, failed, in_progress).
Target a specific provider (sabre, travelfusion). When omitted, uses request body provider field.
Exchange status request
OK
CONFIRMED | PENDING | PARTIAL_FAILURE | FAILED