Skip to main content
POST
Check the status of a car rental cancellation
Report the latest cancellation attempt for the booking, whatever state it reached, including refund_pending_review, where the booking is cancelled but the refund awaits a human. Read-only. A 404 means either an unknown booking_ref + last_name pair or that no cancellation attempt exists yet for this booking, run car_cancel_preview first.

Authorizations

X-API-Key
string
header
required

Body

application/json
booking_ref
string
required

Jinko booking reference from the confirmation email.

Minimum string length: 1
Example:

"JNK-8PT9VS"

last_name
string
required

Lead traveler's last name, exactly as on the booking.

Minimum string length: 1
Example:

"Carrard"

intent
object

Response

Latest cancellation state

cancellation_id
string
Example:

"ccl_2f7c9a4e8b1d4c6f9e3a5b7d1c2e4f6a"

state
string
Example:

"confirmed"

fee_known
boolean
fee
object

The only amount Jinko charges at checkout.

paid
object

The only amount Jinko charges at checkout.

refund_amount
object

The only amount Jinko charges at checkout.

refund_pending_review
boolean
stripe_refund_id
string
rejected_reason
string