5.2 支付确认(payoutPayout)
这支回复取款成功信息功能由合作伙伴提供,线下店出纳已确认取款时,会回传送取款成功讯息给Skypay,再回复合作伙伴。
Input parameters
参数 | 类型 | 长度 | 必填 | 描述 |
---|---|---|---|---|
userName | string | 50 | 是 | 使用者名称 由SkyPay提供 Ex:"userName":"AppName@skypay" |
action | string | 50 | 是 | 调用行为 payoutPayout(固定参数值) Ex:"action":"payoutPayout" |
authentication | string | 100 | 是 | 验证密钥 Ex:"authentication":"E1234567-123C-1234-123F-A12345670" |
controlNumber | string | 13~15 | 是 | 取款码 前缀码5码+8~10个数字(前缀码在绑定邮箱中获取) Ex:SKY**12345678 |
withdrawChannel | int | 5 | 是 | 支付管道 详细内容请参考第12章 Ex:支付管道 支付管道名称 12 RDPawnshop |
payTime | DateTime | 是 | 支付时间 (yyyy-MM-dd HH:mm:ss) 出纳支付时间 |
Post data
{
: ,
: ,
: ,
: ,
: ,
:
}
Output parameters:
参数 | 类型 | 长度 | 描述 |
---|---|---|---|
responseTime | DateTime | 50 | 回传时间 yyyy-MM-dd HH:mm:ss.SSSS |
responseCode | int | 4 | 系统默认回传码,长度为4的数字,标准参考回码定义,系统默认回传码不足时,使用者可自定义代码,请以数字2开头,长度为4的数字,并明确在回传内容描述说明 |
responseDescription | string | 255 | 回传内容描述 响应信息 |
Output data:
{
: ,
:
}
Return code:
状态代码 | 状态描述 |
---|---|
1000 | Success |
-1001 | Verification error |
-1009 | Unpredictable exception occurs |
-1012 | Control number invalid or expired |
-1014 | Prefix of Control number is incorrect. |
-1016 | Insufficient balance |
-1022 | Invalid Accountnumber |
-1026 | Transactions has been paid |