Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

bookingId
string
required

Body

application/json
id
string
required
Example:

"psch_01HZX..."

bookingId
string
required
dueDate
string<date>
required
amountCents
integer
required
Example:

30000

currency
string
required
Required string length: 3
Example:

"EUR"

label
string
Example:

"Deposit"

status
enum<string>
Available options:
pending,
paid,
overdue,
cancelled
Example:

"pending"

Response

Created schedule entry

data
object