Skip to main content
POST
/
payments
/
v1
/
holds
/
{id}
/
approve
Approve hold condition
curl --request POST \
  --url https://api.case.dev/payments/v1/holds/{id}/approve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "approver_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Body

application/json
approver_id
string

ID of the approver (party or user)

Response

Approval recorded