Create payment
Creates a payment for a booking using Cash or 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.
Documentation Index
Fetch the complete documentation index at: https://apidocs.neetocal.com/llms.txt
Use this file to discover all available pages before exploring further.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Path Parameters
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 bookings response.
"8sqtzrs"
Body
Response
Created - 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.
successful, authorized, declined, pending, requires_action, requires_confirmation, requires_payment_method, confirmation_pending, initiated, rejected "confirmation_pending"
Payment amount.
100
Currency code. Follows the ISO 4217 standard.
"USD"