4.1 payoutQueueV2 (Remit Store)
This interface is a designated channel payment interface that is actively pushed by partners to SkyPay. It is an asynchronous interface and the payment result is recalled by the 3.2 PayoutQueuePayout interface。
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 payoutQueueV2(Fixed parameter values)- Ex:"action":"payoutQueueV2" |
authentication | string | 50 | YES | Verification Code Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670" |
sender | string | 100 | YES | Payer Product APP Name: 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 | Verify ID document type please refer to Chapter 10.3 for identification type - Ex:IdentificationId IdentificationType 1.Company ID 2. Driver’s License |
phone | string | 11 | YES | phone number 11 digit number starting with 09/08 Ex:"phone":"09270348095" |
amount | decimal | 10.20 | YES | amount of money Payment amount supports two decimal places ex:"amount":3400.00 |
idcardPicType | string | 50 | YES | Image Format File Format Affiliated File Name - Ex:"idcardPicType":"jpg" |
idcardPicUrl | string | 500 | YES | Photo access network address Ex:"idcardPicUrl":"https://12334.png" |
location | string | 500 | YES | Withdrawal address Ex:"location":"lalakay los banos laguna" |
withdrawChannel | int | 5 | YES | Payment channel name 1 MLhuillier - 2 Cebuana Lhuillier |
Post data
{
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
: ,
:
}
Output parameters:
parameter | type | length | describe |
---|---|---|---|
responseTime | DateTime | 50 | Return time yyyy-MM-dd HH:mm:ss.SSSS |
responseCode | int | 4 | The default length of the system's return code is 4, which is a numerical standard reference for the definition of return codes |
responseDescription | string | 255 | Return content description response information |
referenceNo | string | 255 | Relationship code This field will bring back a null value |
Output data:
{
: ,
: ,
: ,
:
}