Skip to main content
WEBHOOK
accountCreditBalanceChange
{
  "eventName": "<string>",
  "accountId": 123,
  "balance": 123
}

Headers

X-NAMECOM-SIGNATURE
string
required

HMAC signature for the request payload. See HMAC signing documentation for example code and detailed explanation of signing.

Example:

"djasfgafgflgsdfgdsfkhfhjas,12334782,1123-3423-4dss4-354"

Body

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

Response

The subscribed server accepted the request.

I