Skip to content

4.2 cancelPayout

This service is provided by SkyPay and aims to cancel a transaction when its status is Uploaded.

Input parameters:

parametertypelengthmustdescribe
userNamestring50YESUser Name
Provided by SkyPay - Ex:"userName":"AppName@skypay"
actionstring50YESCall behavior
cancelPayout(Fixed parameter values) - Ex:"action":"cancelPayout"
authenticationstring50YESVerification Code
Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670"
controlNumbers[]string[]13~15YESWithdrawal Code Array
When canceling a transaction, multiple withdrawal codes can be cancelled simultaneously. Using array format, multiple withdrawal codes to be cancelled can be transmitted at once

Post data

{

: ,
: ,
: ,
:
:

:
    }
  ]
}

Output parameters

parametertypelengthdescribe
responseTimeDateTime50Return time
yyyy-MM-dd HH:mm:ss.SSSS
responseCodeint4The default return code of the system is a number with a length of 4, as defined by the standard reference return code
responseDescriptionstring255Return content description
Success

Output data:

{
: ,
: ,
:
}

Return code

Status CodeStatus Description
1000Success
-1009An unpredictable exception occurs.(return exception message)