Skip to content

7.2 getReportPayout/getReportCollection

The transaction result query service API is provided by Skypay and can query transaction results

Input parameters

parametertypelengthmustdescribe
userNamestring50YESUser name
provided by SkyPay - Ex:"userName":"AppName@skypay"
actionstring50YESCall behavior
getReportPayout
getReportCollection(Fixed parameter values)- Ex:"action":"getReportPayout"
authenticationstring255YESVerification Code
Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670"
startDatestring50YESstarting time
"2022-12-02"
endDatestring50YESdeadline
"2022-12-02"
dateTypestring50YESCreateDate、CollectedTime(collection)、PayTime(payout)
Paginationstring50YESpage number
1
pageSizestring50YESPage Size
100

Payout

Post data

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

Output data

{
     : ,
     : ,
     : [
       { 
           : ,
           : ,
           : ,
           : ,
           : ,
           : 
         },
       { 
           : ,
           : ,
           : ,
           : ,
           : ,
           : 
         },
       { 
           : ,
           : ,
           : ,
           : ,
           : ,
           : 
       },
    ]
}

Collection

Post data

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

Output data

{
     : ,
     : ,
     : [
       { 
           : ,
            : ,
            : ,
            : ,
            : ,
            : ,
            : 
         },
       { 
           : ,
            : ,
            : ,
            : ,
            : ,
            : ,
            : 
         },
       { 
           : ,
            : ,
            : ,
            : ,
            : ,
            : ,
            : 
       },
    ]
}