4.1 推送交易 (汇款店)(payoutQueueV2)
此接口为指定渠道支付接口,由合作伙伴主动推送至SkyPay,为异步接口并由3.2 PayoutQueuePayout接口回调支付结果。
Input parameters:
参数 | 类型 | 长度 | 必填 | 描述 |
---|---|---|---|---|
userName | string | 50 | 是 | 使用者名称 由SkyPay提供 Ex:"userName":"AppName@skypay" |
action | string | 50 | 是 | 调用行为 payoutQueueV2(固定参数值) Ex:"action":"payoutQueueV2" |
authentication | string | 50 | 是 | 验证密钥 Ex:"authentication":"E1234567-123C-1234-123F-A12345670" |
sender | string | 100 | 是 | 支付方 产品APP名称:由合作伙伴设计 Ex:"sender":"APP NAME" |
controlNumber | string | 13~15 | 是 | 取款码 前缀码5码+8~10个数字(前缀码在绑定邮箱中获取) Ex:SKY**12345678 |
name | string | 50 | 是 | 取现人名字 使用逗号分割: "Last name(必填),First name(必填),Middle name,Suffix" Ex:"name":"Lardizabal,Mary Annalou B.Lardizabal,Berja, |
birthday | Date | 10 | 是 | 生日格式: yyyy-MM-dd Ex:"birthday":"1991-10-02" 写入此字段,参数需要填入正确格式 |
identificationId | string | 50 | 是 | 身份证件号码 依不同身份验证方式,持有证件编号 Ex:"identificationId":"442301922000" |
identificationTypeId | string | 3 | 是 | 验证身份证件类别 请参考第10.3章,获取标识类型 Ex:IdentificationId IdentificationType 1.Company ID 2. Driver's License |
phone | string | 11 | 是 | 手机号 09/08开头的11位数字 Ex:"phone":"09270348095" |
amount | decimal | 10.20 | 是 | 金额 支付金额支持数字小数位两位 Ex:"amount":3400.00 |
idcardPicType | string | 50 | 是 | 图片格式 文件格式之附属档名 Ex:"idcardPicType":"jpg" |
idcardPicUrl | string | 500 | 是 | 相片存取网络地址 Ex:"idcardPicUrl":"https://12334.png" |
location | string | 500 | 是 | 取款人地址 Ex:"location":"lalakay los banos laguna" |
withdrawChannel | int | 5 | 是 | 支付渠道名称 1 MLhuillier - 2 Cebuana Lhuillier |
Post data
{
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
:
}
Output parameters:
参数 | 类型 | 长度 | 描述 |
---|---|---|---|
responseTime | DateTime | 50 | 回传时间 yyyy-MM-dd HH:mm:ss.SSSS |
responseCode | int | 4 | 系统默认回传码长度为4的数字标准参考回传码定义 |
responseDescription | string | 255 | 回传内容描述 响应信息 |
referenceNo | string | 255 | 关连码 此字段将带回空值 |
Output data:
{
: ,
: ,
: ,
:
}