Reservation
ONDA delivers reservations created through sales channels to vendors.
Reservation Process
Reservation Confirmation Process
Check cancellation & refund policy before reservation → Create reservation (pending) → Confirm reservation (confirm → confirmed)
Reservation Cancellation Process
Cancel reservation (cancel → canceled)
ONDA Hub Reservation Status
Reservation Confirmation
- pending: Reservation status created to secure inventory before confirming the reservation
- confirm: Reservation status waiting for confirmation of the created reservation
- confirmed: Reservation has been confirmed
Reservation Cancellation
- cancel: Reservation status waiting for cancellation
- canceled: Reservation has been canceled
Vendor - ONDA Hub Reservation Process
Reservation Creation/Confirmation Process
Reservation Cancellation Process
API List
Check Actual Cancellation & Refund Policy Before Reservation
| API | Method | Description |
|---|---|---|
| Cancellation & Refund Policy before reservation | GET | Check the actual cancellation & refund information for the rate plan at the time of reservation and send it to the sales channel. |
Reservation Creation, Confirmation
| API | Method | Description |
|---|---|---|
| Create Reservation | POST | Create reservation (pending status) |
| Confirm Reservation | PUT | Confirm reservation (confirm → confirmed) |
Automatic Cancellation
If a failure response is received from the vendor for the reservation creation request, or if no response is received for 15 minutes, the created pending reservation will be automatically canceled.
Reservation Cancellation
| API | Method | Description |
|---|---|---|
| Cancel Reservation | POST | Cancel reservation (cancel → canceled) |
Reservation Inquiry
| API | Method | Description |
|---|---|---|
| Check Reservation | GET | Retrieve reservation information |