127-付款(银行卡用)

请求参数:

字段名称类型必选说明最大长度示例
merchantId机构商户号String机构商户号
IDIP接口指令String固定值:127
signType签名方式Stringmd5 或 ras
sign签名String签名规则见 1.1接口说明
channel通道标识string请看测试参数
certIdCPFString税号(CPF/CNPJ) 请看测试参数
realName真实姓名String真实姓名 请看测试参数
type手续费支付方式String Who bears the processing fee, merchant or beneficiary
cardType转账类型String 0:对私,1:对公,默认对私
merOrderId订单号String
orderAmt提现金额int单位(分)101000
settleCardNo银行卡号int 查看接口文档3.2
accountDigitdigitint 查看接口文档3.2
settleBankName银行名称String查看接口文档3.1
branchCode支行号int 查看接口文档3.2
accountType账户类型string The type of beneficiary bank account. SAVINGS or CHECKING
settleBankCode银行联号int 查看接口文档3.1
accountId平台资金账户int查看测试参数
notifyUrl后台异步地址String

返回示例

{
   "code": "0000",
   "msg": "SUCCESS",
   "time": "1611735964",
   "data": {
       "resCode": "01",
       "resMsg": "交易处理中",
       "tradeStatus": "IN_PROCESSING",
       "currency": "BRL",
   "channel": "test"
   },
   "sign": "6E1F94614068878E4C0D807430F4CDB5"

返回参数说明

参数名类型说明
resCodeString业务code,01 支付中,00,支付成功

备注
欢迎使用ShowDoc!