Skip to content

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。

4.1ml

Input parameters

parametertypelengthmustdescribe
userNamestring50YESUser Name
Provided by SkyPay - Ex:"userName":"AppName@skypay"
actionstring50YESCall behavior
payoutQueueV2(Fixed parameter values)- Ex:"action":"payoutQueueV2"
authenticationstring50YESVerification Code
Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670"
senderstring100YESPayer
Product APP Name: Designed by Partner
Ex:"sender":"APP NAME"
controlNumberstring13~15YESWithdrawal code
Prefix code 5+8-10 digits (Prefix code can be obtained from the bound email) - Ex:SKY**12345678
namestring50YESName of withdrawal person
separated by commas。 - Last name+","+First name+","+Middle name+","+Suffix - Ex:"name":"Lardizabal,Mary Annalou B.Lardizabal,Berja,
birthdayDate10YESBirthday format:
yyyy-MM-dd - Ex:"birthday":"1991-10-02" - To write this field, the parameters need to be filled in the correct format
identificationIdstring50YESID number
Depending on different authentication methods, hold the ID number - Ex:"identificationId":"442301922000"
identificationTypeIdstring3YESVerify ID document type
please refer to Chapter 10.3 for identification type - Ex:IdentificationId IdentificationType
1.Company ID
2. Driver’s License
phonestring11YESphone number
11 digit number starting with 09/08
Ex:"phone":"09270348095"
amountdecimal10.20YESamount of money
Payment amount supports two decimal places
ex:"amount":3400.00
idcardPicTypestring50YESImage Format
File Format Affiliated File Name - Ex:"idcardPicType":"jpg"
idcardPicUrlstring500YESPhoto access network address
Ex:"idcardPicUrl":"https://12334.png"
locationstring500YESWithdrawal address
Ex:"location":"lalakay los banos laguna"
withdrawChannelint5YESPayment channel name
1 MLhuillier - 2 Cebuana Lhuillier

Post data

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

Output parameters:

parametertypelengthdescribe
responseTimeDateTime50Return time
yyyy-MM-dd HH:mm:ss.SSSS
responseCodeint4The default length of the system's return code is 4, which is a numerical standard reference for the definition of return codes
responseDescriptionstring255Return content description
response information
referenceNostring255Relationship code
This field will bring back a null value

Output data:

{
: ,
: ,
: ,
:
}