action | enum ("check" | "commit" | "status") | Yes | Action to perform: “check” to check refund eligibility, “commit” to confirm the refund, “status” to poll refund progress |
booking_ref | string | Yes | Jinko booking reference (e.g. JNK-A7B3X9). Found in the booking confirmation email. |
last_name | string | Yes | Last name of the primary traveler on the booking. |
order_id | string | No | Provider order ID. Optional — provided only by authenticated DevPlatform callers who already resolved it. |
provider | string | No | Provider code (e.g., “travelfusion”, “sabre”). Usually auto-detected from the booking. |
ticket_numbers | array<string> | No | Specific ticket numbers to refund (for partial refunds). Omit for full booking refund. |
refund_reference | string | No | Refund reference ID returned from a previous commit action. Required for status checks. |