4.2 cancelPayout
This service is provided by SkyPay and aims to cancel a transaction when its status is Uploaded.
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 cancelPayout(Fixed parameter values) - Ex:"action":"cancelPayout" |
authentication | string | 50 | YES | Verification Code Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670" |
controlNumbers[] | string[] | 13~15 | YES | Withdrawal 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
parameter | type | length | describe |
---|---|---|---|
responseTime | DateTime | 50 | Return time yyyy-MM-dd HH:mm:ss.SSSS |
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 Success |
Output data:
{
: ,
: ,
:
}
Return code
Status Code | Status Description |
---|---|
1000 | Success |
-1009 | An unpredictable exception occurs.(return exception message) |