Confirm a gateway payment callback and create the booking
POST/api/v1/shared-cart/:token/payment/callback
Called by the frontend after checkout completes. Verifies the gateway signature/status, then idempotently creates the booking. Concurrent callback + webhook for the same payment yield a single booking.
Request
Responses
- 200
OK