Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

bookingId
string
required
guaranteeId
string
required

Body

application/json
id
string
required
Example:

"grnt_01HZX..."

bookingId
string
required
amountCents
integer
required
Example:

50000

currency
string
required
Required string length: 3
Example:

"EUR"

kind
string
Example:

"deposit"

status
enum<string>
Available options:
pending,
held,
released,
captured
Example:

"pending"

Response

Updated guarantee

data
object