Chronogolf Payment

Confirm Booking Payment

To make payment for booking send a request to below url.

GET /api/v1/bookings/payment/{zestBookingId}
  • Path Parameters
    • zestBookingId: e.g. ZG_ch_DEMO-ZestSalesChannel1_2023-07-20T06:30_00984334 (string, required) - ID of Bulk Booking for payment.
curl --location --request POST -H 'Content-Type:application/json'  --user [[username]]:[[password]] '[[base-url]]/api/v1/bookings/payment/ZG_ch_DEMO-ZestSalesChannel1_2023-07-20T06:30_00984334' \ --header 'Authorization: Basic ZGVtb2NtY2gxOkZpbm9pdEA4'
  • Successful Response (application/json)
    {
        "success": true,
        "data": null
    }