APIAccount & operationsBrale
Brale per-business transfer webhook
Per-subscription webhook receiver. The opaque path token resolves to a company's Brale webhook subscription; the request is verified against that subscription's shared secret (transfer.created/completed/canceled/failed, payment.completed, account.verification.*).
Path Parameters
token*string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://loading/v1/webhooks/brale/string"{
"success": true,
"timestamp": "2019-08-24T14:15:22Z",
"data": null,
"message": "string",
"pagination": {
"total": 0,
"limit": 1,
"offset": 0,
"has_more": true,
"truncated": true,
"cursors": {
"first": "string",
"last": "string"
}
}
}{
"success": false,
"timestamp": "2019-08-24T14:15:22Z",
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"success": false,
"timestamp": "2019-08-24T14:15:22Z",
"error": {
"code": "string",
"message": "string",
"details": null
}
}{
"success": false,
"timestamp": "2019-08-24T14:15:22Z",
"error": {
"code": "string",
"message": "string",
"details": null
}
}Upload a bill for processing
Upload a bill document (PDF, PNG, JPEG, WebP) via multipart/form-data with field name `file`. The file is stored and extracted; the bill is returned ready for review.
Clear invoice branding override
Remove all branding overrides for an invoice. After this call, the invoice renders with pure company branding. Returns effective branding (= company branding merged with EASY_DEFAULTS).