卡片交易记录


获取卡片交易记录列表

URL: GET /card/{card_id}/transaction/list?page=1

Query:

字段 必填 说明
page 页码,从1开始
size 每页大小
search 搜索关键词
status 交易状态, APPROVED交易成功, CLEARED已结算, EXPIRED已过期, FAILED交易失败, PENDING待确认, REVERSED已撤销
transaction_type 交易类型, TRANSFER_IN收入, TRANSFER_OUT转出, CONSUME消费, REFUND退款

输出: list<TransactionRecord>

TransactionRecord

字段 类型 说明
id string id
posted_date string 交易时间
serial_number string 流水编号
transaction_type string 交易类型, TRANSFER_IN收入, TRANSFER_OUT转出, CONSUME消费, REFUND退款
payer string 支出方
receiver string 收入方
detail string 交易详情, 单位元
amount string 交易金额, 单位元
currency string 交易币种
fee string 手续费
status string 交易状态, APPROVED交易成功, CLEARED已结算, EXPIRED已过期, FAILED交易失败, PENDING待确认, REVERSED已撤销
operator string 操作人