Creates a payment for a booking using Cash or Manual UPI. Use this when the client pays via cash or UPI outside the app; then use the Confirm payment endpoint to mark the payment as completed.
{your-subdomain} with your workspace’s subdomain. X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Booking ID (numeric) or booking SID (short ID, up to 10 characters). You can get the booking SID from the Get booking details or List all bookings response.
"8sqtzrs"
OK - Payment created. Use the returned id when confirming the payment.
Payment record ID. Use this in the confirm endpoint.
123
Your external payment reference ID.
"your-external-payment-id"
Payment status (e.g. confirmation_pending, successful).
"confirmation_pending"
Payment amount.
100
Currency code.
"USD"