https://pay.nova.money/api/v1.
List available schedules
Retrieve the available appointment time slots for a company on a specific date. The response is a list ofHH:MM strings representing times that are open for booking.
Path parameters
The numeric ID of the company whose scheduling availability you want to query.
Query parameters
The date to check availability for, in
YYYY-MM-DD format (e.g., 2024-09-15).Response
An array of available time slot strings inHH:MM format (24-hour clock).
An empty array is returned when any of the following conditions apply:
- No
dateoridparameter was provided. - The requested date is in the past.
- The company has no schedule configured for the weekday of the requested date.
Example request and response
This endpoint is typically used when a checkout page has
require_scheduling: true configured. Fetch available slots when the customer lands on the page, then render a time picker with the returned values so the customer can choose their preferred appointment time.scheduled_at (ISO 8601 datetime) in your payment request body — for example: