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 POST \ --url https://{operatorDomain}/v1/admin/finance/bookings/{bookingId}/payment-schedules/default-plan \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "psch_01HZX...", "bookingId": "<string>", "dueDate": "2023-12-25", "amountCents": 30000, "currency": "EUR", "label": "Deposit", "status": "pending" } ] }
Materialize a default payment schedule for a booking from policy.
Staff session or API token issued by your Voyant app.
Generated plan
Show child attributes