Send List

接口说明 根据条件返回分页汇款列表
接口地址 https://api.moni.im/transfer/api/v1/send_list
测试接口地址 https://testwebapi.omipay.com.cn/transfer/api/v1/send_list
请求参数 参数名称 类型 属性
create_datetime_from DateTime 非必录,汇款单创建起始时间
create_datetime_end DateTime 非必录,汇款单创建结束时间
status String 非必录,汇款单状态
send_currency String 非必录,汇款币种
receive_currency String 非必录,收款币种
page_size Int 必录,页大小
page_number Int 必录,页码
返回值 名称 类型 说明
成功返回 is_success Bool 成功时返回true
sends List 汇款单列表

列表元素为Send交易对象

total_count Int 总记录数
page_number Decimal 账户可用余额
失败返回 is_success Bool 失败时返回false
error_code String 错误码
error_msg String 错误信息
错误说明 错误码 说明



发表评论

邮箱地址不会被公开。 必填项已用*标注