cURL
curl --request POST \ --url https://mcp-bff.gojinko.com/api/v1/flights/exchange-commit \ --header 'Content-Type: application/json' \ --data ' { "booking_ref": "<string>", "last_name": "<string>", "offer_id": "<string>", "order_id": "<string>", "provider": "<string>", "session_reference": "<string>", "ticket_numbers": [ "<string>" ] } '
{ "exchange_reference": "<string>", "new_order_id": "<string>", "new_ticket_numbers": [ "<string>" ], "original_ticket_status": "<string>", "payment_outcome": "<string>", "status": "<string>", "warnings": [ "<string>" ] }
Execute a previously priced exchange. Poll /flights/exchange-status for terminal state.
Target a specific provider (sabre, travelfusion). When omitted, uses request body provider field.
Exchange commit request
OK
CONFIRMED | PENDING | PARTIAL_FAILURE