Sino Connect

Documentation for China NFC eID for the various endpoints that we offer.

Should be used in conjuction with the SDK provided by Fill Easy, to read Chinese ID card data.

Clients will need to retrieve the ReqID from their mobile application, and pass the Req ID in Poll Data to retrieve the encrypted data from our system.

NFC Poll

post

Used in conjunction with the SDK that we provide.

Authorizations
x-client-idstringRequired

Client ID in x-client-id header.

x-client-secretstringRequired

Client Secret in x-client-secret header.

Body
reqidstring · min: 1Required

Request ID from NFC scan

Responses
chevron-right
200

Success

application/json
messagestringRequired

Status message

tokenstringRequired

JWE encrypted token containing NFC data

post
/sino-connect/nfc/callback

Face Recognition Request

post

Initialize a face recognition session by passing your redirect URL.

Returns a launch URL (open on a mobile browser) and a JWT token that you must keep for polling status. Use the returned url to open an in-app web view or the system browser on the phone. After the user completes or cancels the H5 flow, the browser is redirected to your provided callback URL.

Authorizations
x-client-idstringRequired

Client ID in x-client-id header.

x-client-secretstringRequired

Client Secret in x-client-secret header.

Body
redirectstringRequired

Redirect URI after user authorization.

Browser: https URL to your website.

Mobile: Universal link (your-app://) or app scheme.

Example: https://www.yourwebsite.com/callback
Responses
chevron-right
200

200 Success

application/json
messagestringOptional
tokenstringOptional
urlstringOptional
post
/sino-connect/face-rec/request
200

200 Success

Face Recognition Poll

post

Used to poll for the face recognition result after user action.

Authorizations
x-client-idstringRequired

Client ID in x-client-id header.

x-client-secretstringRequired

Client Secret in x-client-secret header.

Body
tokenstringRequired
Responses
chevron-right
200

200 Success

application/json
faceImagestringOptional
sceneImagestringOptional
messagestringOptional
post
/sino-connect/face-rec/callback

Last updated