Bank Card Three Elements Verification API
POSThttps://api.acedata.cloud/identity/bankcard/check-3e

This API can be used to verify the authenticity and consistency of bank card numbers, names, and account document numbers.

Request Headers

acceptstring
Specify the response format returned by the server.
Please select
authorizationstring
Bearer token

Request Body

namestringRequired parameter
Name.
id_cardstringRequired parameter
The document number must be consistent with the document type specified by the `cert_type` parameter.
bank_cardstringRequired parameter
Bank card number.
cert_typenumber
Document type, please confirm that the document type filled in is consistent with the document type used during account opening. Non-account document information cannot be verified.
encryptionarray

Response

Identity Authentication
Allow Use General Balance

When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.

Shell

Python

JavaScript

Java

Go

PHP

Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.