Webhook 允许您的应用程序在 Bullring 账户中发生事件时接收实时通知。我们会向您配置的 URL 发送 HTTP POST 请求,而无需轮询 API。Documentation Index
Fetch the complete documentation index at: https://docs.bullring.finance/llms.txt
Use this file to discover all available pages before exploring further.
子账户已创建
子账户审核中
子账户已批准
当子账户获得批准时,webhook 包含一个详细的capabilities 对象,显示解锁了哪些货币、支付渠道和加密资产。
approved:完全访问 - 所有操作已启用locked:无访问权限 - 需要额外验证partial:有限访问 - 某些操作/渠道已启用
子账户已拒绝
当子账户申请被拒绝时,payload 将包含failure_reason(拒绝原因)以及一个布尔值 can_resubmit,表示是否允许用户重新提交。