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

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.