Skip to content

10.3 getIdentificationType

This API, which obtains basic code services, provides a data list for using bank payments. When calling the service, please pass a null value for version date, and everything will be based on the official environment interface.

Input parameters

parametertypelengthmustdescribe
userNamestring50YESUser name
provided by SkyPay - Ex:"userName":"AppName@skypay"
actionstring50YESCall behavior
getCatalog(Fixed parameter values)- Ex:"action":"getCatalog"
authenticationstring255YESVerification Code
Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670"
catalogTypestring50Catalog Category
Select the required base code category - Ex:"catalogType":"getIdentificationType"
versionDatedataTimeVersion Date

Post data

{
     :  ,
     :  ,
     :  ,
     :  ,
     :  
}

Output parameters

parametertypelengthdescribe
responseTimeDateTime50Return time
yyyy-MM-dd HH:mm:ss.SSSS(REQUIRED)
responseCodeint4Return Code
The default return code of the system is a number with a length of 4, as defined by the standard reference return code
resultstring[]Key/ValueReturn Result
Return Key/Value Format String Array
IdentificationIdintIdentity verification category ID
IdentificationTypestring255Identity verification category name

Output data

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