WEBHOOKcallback_url
Payout Notification
We POST when a withdrawal status changes. Your server must return HTTP 2xx and a body strictly equal to success (trimmed, case-insensitive).
Headers and body
X-Bytix-EventheaderrequiredSame as event in the JSON body.
X-Bytix-SignatureheaderrequiredHex HMAC-SHA256 of the raw JSON body with your webhook secret.
eventstringrequiredpayout.submitted, payout.completed, or payout.failed.
payout_idstringrequiredYour payout id from create.
idstringrequiredBytix payout id.
amountstringrequiredUSD amount as a decimal string.
currencystringrequiredUSD.
assetstringoptionalTicker sent on-chain.
networkstringoptionalNetwork display name.
addressstringrequiredDestination address.
statusstringrequiredCurrent payout status after the change.
txidstringoptionalOn-chain transaction id when completed.
payer_idstringoptionalYour user id, if sent on create.