Skip to main content
WEBHOOK
userFundingAccountStatus
{
  "event": "user.funding_account_status",
  "data": {
    "user_id": "<string>",
    "status": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.bitwage.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Body

application/json
event
string
Example:

"user.funding_account_status"

data
object

Response

200

Return 200 to acknowledge receipt.