flowchart TD
I[Webhook事件【deposit、withdraw、gas、gather_order、gathering、one_time_payment_order_callback、transfer_gathering、user_kyc】] --> J[Webhook 通过 URL通知商户]
J --> K{商户的webhook URL 地址是否返回 success 字符串}
K --> |No|L{重试次数 > 5 ?}
K --> |Yes|M[结束]
L --> |No|J
L --> |Yes|M
Webhook 所支持的事件,分别是以下几种类型值
deposit: 钱包地址充值事件withdraw:商户风险钱包地址提现事件gas: 钱包地址收到gas 充值事件gather_order: 钱包归集事件gathering:在钱包归集过程中,被归集的钱包地址的转账事件one_time_payment_order_callback: 一次性支付订单事件transfer_gathering: 一次性支付订单的收款地址向商户风险钱包地址转账事件user_kyc: 用户kyc 事件