Skip to main content
PATCH
/
v1
/
admin
/
finance
/
payment-authorizations
/
{id}
Update a payment authorization
curl --request PATCH \
  --url https://{operatorDomain}/v1/admin/finance/payment-authorizations/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Updated authorization

The response is of type object.