OPEN-API
    • API Call Description
    • Constant Declaration
      • Wallet
        • Wallet Status
        • In Out Type
        • Transaction Type
        • Transaction Status
      • Bin
        • Bin Type
        • Bin Mode
        • Bin Status
      • Card
        • Card Status
        • Card Trade
          • Card Trade Type
          • Card Trade Result
      • Order
        • Card Type
        • Order Type
        • Order Status
        • Order Bill
          • Order Bill Type
          • In Out Type
          • Bill Category
      • Payee
        • Payee Status
      • Payment
        • Fee Mode
        • Payment Status
    • Webhook
      • Card Notify
        • Order
        • Card
        • Card Trade
      • Payee Notify
      • Payment Notify
      • Wallet Notify
    • Api
      • Wallet
        • 钱包列表
        • 钱包详情
        • 交易流水列表
        • 交易详情
        • 获取兑换汇率
      • Card
        • Bin
          • 卡Bin列表
          • 卡Bin详情
          • 卡Bin费用
          • 卡Bin限制
        • Card
          • 卡列表
          • 卡详情
          • 卡激活
          • 卡冻结
          • 卡解冻
          • 发起销卡
          • 卡交易列表
          • 商户交易评分
        • Order
          • 开卡
          • 卡充值
          • 订单列表
          • 订单详情
        • Holder
          • 持卡人列表
          • 创建持卡人
          • 编辑持卡人
          • 持卡人详情
          • 删除持卡人
      • PayMethod
        • 付款方式
      • Payee
        • 运营资金来源列表
        • 预期付款目的列表
        • 创建收款方
        • 编辑收款方
        • 申请收款方
        • 删除收款方
        • 收款方列表
        • 收款方详情
      • Payment
        • 付款原因
        • 创建付款
        • 付款列表
        • 付款详情

    Webhook

    事件回调通知,需要调用方提供回调url地址。
    统一使用Http Post的请求方式。
    请求报文:
    字段类型是否必传描述
    notify_idstring是事件唯一id
    customer_idlong是客户id
    eventstring是事件标识
    event_datastring是事件内容 json格式
    示例:
    {
        "notify_id": "4c5cbavb43990a8d82b221257",
        "customer_id": 1000001,
        "event": "event_tag",
        "event_data": "event_data"
    }
    
    回调方需要返回结构,code表示是否成功,0表示成功;非0失败; message为code的描述。
    {
        "code": 0,
        "message": "success"
    }
    
    修改于 2026-03-19 06:16:49
    上一页
    Payment Status
    下一页
    Card Notify
    Built with