Shuttlefare
  • Overview
  • Integration Flow
    • Workflow
    • Get Fare Quotes
    • Book Reservation
    • Cancel Reservation
  • ENDPOINTS
    • Search
    • Book
    • Cancel
Powered by GitBook
On this page

Was this helpful?

  1. ENDPOINTS

Cancel

Cancellation Policy

rates have a cancellation policy describing whether the trip is cancellable or not, and how many hours of notice are given to be entitled to a 100% refund.

Operation cannot be undone

Keep in mind that this operation cannot be undone and that refunds may take up to 5 business days to be issued by our payments processor.

Cancel Reservation

POST https://api.shuttlefare.com/api/reservations/cancel

This endpoint allows you to cancel a confirmed reservation.

Request Body

Name
Type
Description

id

string

_id of reservation you want to cancel ( make sure you're sending _id Not reservation_id)

cancellation_reason

string

{   "message": "Reservation cancelled successfully!"}

PreviousBook

Last updated 3 years ago

Was this helpful?