# 提币确认回调

转账回调地址,是商户在“商户中心->API设置”进行配置的,使用API转账功能,必须设置该提现地址

# 更新记录

时间

更新内容

2020-06-03

标题由“转账确认回调”修改为“提币确认回调”

# 回调确认信息格式

{
    "address": "转账地址",
    "chain": "OMNI|ERC20",
    "count": "数量",
    "created_time": "创建时间",
    "currency": "币种",
    "decimal": 0,
    "fee": "费用",
    "memo": "备注",
    "merchant_withdraw_no": "商户订单编号",
    "order_no": "订单编号",
    "side": "withdraw"
}

# 商户确认成功示例

{
    "code":0,
    "msg":"SUCCESS"
}