1. Card Notify
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
      • 付款原因
      • 创建付款
      • 付款列表
      • 付款详情
  1. Card Notify

Card Trade

卡交易账单事件
eventTag(事件标识)描述
card.transaction.authorize.success卡账单授权成功
card.transaction.authorize.fail卡账单授权失败
card.transaction.authorize.reversal卡账单授权撤销
card.transaction.authorize.settled卡账单授权结算
card.transaction.refund.success卡账单退款成功
card.transaction.fee.success卡账单手续费授权成功
card.transaction.fee.settled卡账单手续结算成功
card.transaction.atm.success卡账单atm处理成功
card.transaction.service.success卡账单其他服务处理成功
card.transaction.otp卡账单OTP
event_data结构如下:
字段名类型是否必填描述
flow_idstring必填账单id
app_idint必填app id
bin_idstring必填bin id
origin_order_idstring必填原始账单id
merchantstring必填交易商户
typeint必填账单类型
card_idstring必填卡编码
card_nostring必填卡号
auth_amountfloat必填授权金额,单位:元
auth_currencystring必填授权币种
auth_atdatetime必填授权时间
trade_amountfloat必填交易金额,单元:元
trade_currencystring必填交易币种
trade_atdatetime必填交易时间
settle_amountfloat必填结算金额
settle_currencystring必填结算币种
settle_atdatetime必填结算时间
resultint必填账单状态
markstring非必填备注
示例
{
	"notify_id": "1ef936cbdbbc42189db340418ab70648",
	"customer_id": 10001320,
	"event": "card.transaction.authorize.success",
	"event_data": "{\"customer_id\":10001320,\"app_id\":100036,\"flow_id\":\"V7VU9M\",\"bin_id\":\"bid_Cwn7U0jVx4x124ew\",\"origin_order_id\":\"\",\"merchant\":\"aliexpress\",\"type\":1,\"card_id\":\"cid_k7KmWwSf1m6TgPxE\",\"card_no\":\"4474200014689926\",\"auth_amount\":1.54,\"auth_currency\":\"USD\",\"auth_at\":\"2025-07-18 06:27:10\",\"trade_amount\":1.54,\"trade_currency\":\"USD\",\"trade_at\":\"2025-07-18 06:27:10\",\"settle_amount\":0,\"settle_currency\":\"USD\",\"settle_at\":\"\",\"settle_fee\":0,\"is_cross\":0,\"result\":1,\"mark\":\"Approved or completed successfully\"}"
}
修改于 2026-03-19 06:16:49
上一页
Card
下一页
Payee Notify
Built with