Query Recipients

接口说明 根据条件查询收款人信息,返回匹配的收款人列表。

根据所传的所有参数进行组合筛选,

接口地址 https://api.moni.im/transfer/api/v1/query_recipients
测试接口地址 https://testwebapi.omipay.com.cn/transfer/api/v1/query_recipients
请求参数

 

 

参数名称 类型 属性
recipient_id Long 收款人ID,精确匹配
type String 收款人类型,精确匹配
country String 收款人所在国家,精确匹配,
传递ISO-3166-1规范中的二位国家代码
currency String 收款人币种,精确匹配
first_name String 收款人名,模糊匹配
last_name String 收款人姓,模糊匹配
company_name String 收款人公司名称,模糊匹配
account_type String 收款人账户类型,精确匹配
返回值 名称 类型 说明
成功返回 is_success Bool 成功时返回true
recipients List 收款人列表

列表元素如下:

字段 类型 说明
id Long 收款人ID
currency String 收款币种
country String 收款人所在国家
first_name String 收款人名
last_name String 收款人姓
account_type String 收款账户类型
account_number String 收款账户编号

 

失败返回 is_success Bool 失败时返回false
error_code String 错误码
error_msg String 错误信息
错误说明 错误码 说明



发表评论

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