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.*).
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
}
}Update a bill submission
Update reviewed data and/or the matched recipient for a bill submission.
Preview checkout branding
Render a server-side HTML snapshot of the checkout surface with the provided (unsaved) branding applied. Pass the current draft branding from the editor. Result is cached for 60 seconds per unique payload.