Skip to main content
POST
/
v1
/
wms
/
transactions
/
{transactionId}
/
commit
Commit (capture) a hold
curl --request POST \
  --url https://{baasHost}/api/v1/wms/transactions/{transactionId}/commit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "Merchant confirmed delivery"
}
'

Authorizations

Authorization
string
header
required

Bearer token from POST /generate-token. Expires ~1h; on 401, re-generate and retry once.

Path Parameters

transactionId
string
required

Response

200

Captured