文档
测试
POST
http://127.0.0.1:9001/nshPayment/refund

请求参数

参数名
类型
描述
必填
ori_txn_seq_id
平台流水号
必填
refund_money_sum
退款金额
必填

响应参数

参数名
类型
描述
必填
txn_seq_id
退款款流水号
必填
ret_code
返回码 成功0000
必填
ret_msg
返回信息
必填

说明 / 示例

{ "refund_money_sum": "000000000010", "order_number": "f375ba6b24bc42798a24f85dca6e5c9e", "trans_type": "34", "mer_id": "141072507420269", "ori_txn_seq_id": "S202408090945260220634001", "ori_order_time": "2024-08-09 09:45:26", "txn_seq_id": "R202408091203420001639001", "txn_sta": "02", "ret_code": "0000", "ret_msg": "处理完成" }