Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{operatorDomain}/v1/admin/finance/bookings/{bookingId}/payment-schedules \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "psch_01HZX...", "bookingId": "<string>", "dueDate": "2023-12-25", "amountCents": 30000, "currency": "EUR", "label": "Deposit", "status": "pending" } ] }
List the payment schedule (installments) for a booking.
Staff session or API token issued by your Voyant app.
Payment schedules
Show child attributes