4.3 amendTransactionV2
When there is an error in the payment data push, this interface can be used for data correction. The most common error is a user name error (typo, sequence error). This interface is related to「4.1 Payout–payoutQueueV2」The fields are the same, please input new values for the fields you want to modify, and input the original values.
Input parameters:
parameter | type | length | must | describe |
---|---|---|---|---|
userName | string | 50 | YES | User name provided by SkyPay Ex:"userName":"AppName@skypay" |
action | string | 50 | YES | Call behavior amendTransactionV2(Fixed parameter values) - Ex:"action":"amendTransactionV2" |
authentication | string | 50 | YES | Verification Code Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670" |
sender | string | 100 | YES | Payer Product APP Name (Required: Designed by Partner) Ex:"sender":"APP NAME" |
controlNumber | string | 13~15 | YES | Withdrawal code Prefix code 5+8-10 digits (Prefix code can be obtained from the bound email) - Ex:SKY**12345678 |
name | string | 50 | YES | Name of withdrawal person separated by commas。 - Last name+","+First name+","+Middle name+","+Suffix - Ex:"name":"Lardizabal,Mary Annalou B.Lardizabal,Berja, |
birthday | Date | 10 | YES | Birthday format: yyyy-MM-dd - Ex:"birthday":"1991-10-02" - To write this field, the parameters need to be filled in the correct format |
identificationId | string | 50 | YES | ID number Depending on different authentication methods, hold the ID number - Ex:"identificationId":"442301922000" |
identificationTypeId | string | 3 | YES | Please refer to Chapter 10.3 to obtain the identification type for verifying the type of identity document (bank) Ex:IdentificationId IdentificationType Company ID2 Driver’s License |
phone | string | 11 | YES | phone number 11 digit number starting with 09/08 Ex:"phone":"09270348095" |
idcardPicType | string | 50 | YES | Photo File Format File Format Affiliated File Name - Ex:"idcardPicType":"jpg" |
idcardPicUrl | string | 500 | YES | Photo access network address Ex:"idcardPicUrl":"https://12334" |
location | string | 100 | YES | Withdrawal address Ex:"location":"lalakay los banos laguna" |
withdrawChannel | int | 5 | YES | Payment channel name 2 Cebuana Lhuillier |
Post data
{
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
:
}
Output parameters:
parameter | type | length | describe |
---|---|---|---|
responseTime | DateTime | 50 | Return time yyyy-MM-dd HH:mm:ss.SSSS - REQUIRED |
responseCode | int | 4 | The default return code of the system is a number with a length of 4, as defined by the standard reference return code |
responseDescription | string | 255 | Return content description response information |
Output data:
{
: ,
: ,
: ,
:
}