Skip to main content
POST
/
v1
/
admin
/
finance
/
{bookingId}
/
payment-schedule
/
regenerate
Regenerate a booking payment schedule
curl --request POST \
  --url https://{operatorDomain}/v1/admin/finance/{bookingId}/payment-schedule/regenerate \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "psch_01HZX...",
      "bookingId": "<string>",
      "dueDate": "2023-12-25",
      "amountCents": 30000,
      "currency": "EUR",
      "label": "Deposit",
      "status": "pending"
    }
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

bookingId
string
required

Response

200 - application/json

Regenerated schedule

data
object[]