# Webhook for credit balance changes This is the payload that will be sent to the subscribed URL, when a changed to the amount of account credit for an account changes. This will trigger on both increases and decreases in account credit for the account. Endpoint: POST accountCreditBalanceChange Version: 1.3.1 Security: BasicAuth ## Request fields (application/json): - `eventName` (string) The name of the subscription event - `accountId` (number) The account ID the subscription is for - `balance` (number) The remaining balance of account credit