Skip to main content

Poll the payment / booking status

GET 

/api/v1/shared-cart/:token/payment/status

Returns PENDING (no payment yet), PROCESSING (paid, booking in progress), BOOKED (with bookingId), or FAILED. The frontend polls this after checkout/redirect.

Request​

Responses​

OK