Skip to content

4.3 修改交易 (amendTransactionV2)

当支付数据推送错误时,可以此接口进行数据修正,最常见为用户姓名错误(错字、顺序错误),此接口与「4.1 Payout–payoutQueueV2」字段相同,请针对欲修改的字段带入新值,其于请带入原始值。

Input parameters:

参数类型
长度
必填
描述
userNamestring50使用者名称
由SkyPay提供
Ex:"userName":"AppName@skypay"
actionstring50调用行为
amendTransactionV2(固定参数值)
Ex:"action":"amendTransactionV2"
authenticationstring50验证密钥
Ex:"authentication":"E1234567-123C-1234-123F-A12345670"
senderstring100支付方
产品APP名称(由合作伙伴设计)
Ex:"sender":"APP NAME"
controlNumberstring13~15取款码
前缀码5码+8~10个数字(前缀码在绑定邮箱中获取)
Ex:SKY**12345678
namestring50取现人名字
使用逗号分割: "Last name(必填),First name(必填),Middle name,Suffix"
Ex:"name":"Lardizabal,Mary Annalou B.Lardizabal,Berja,
birthdayDate10生日格式
yyyy-MM-dd
Ex:"birthday":"1991-10-02"
写入此字段,参数需要填入正确格式
identificationIdstring50身份证件号码
依不同身份验证方式,持有证件编号
Ex:"identificationId":"442301922000"
identificationTypeIdstring3验证身份证件类别(银行)请参考第10.3章,获取标识类型
Ex:IdentificationId IdentificationType Company ID2 Driver’s License
phonestring11手机号
08/09开头的11位数字
Ex:"phone":"09270348095"
idcardPicTypestring50相片文件格式
文件格式之附属档名
Ex:"idcardPicType":"jpg"
idcardPicUrlstring500相片存取网络地址
Ex:"idcardPicUrl":"https://12334"
locationstring100取款人地址
Ex:"location":"lalakay los banos laguna"
withdrawChannelint5支付渠道名称
1 MLhuillier

Post data

{
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
:
}

Output parameters:

参数类型长度描述
responseTimeDateTime50回传时间
yyyy-MM-dd HH:mm:ss.SSSS
responseCodeint4系统默认回传码,长度为4的数字,标准参考回传码定义
responseDescriptionstring255回传内容描述
响应信息

Output data:

{
: ,
: ,
: ,
:
}