cURL
curl --request POST \ --url https://api.acedata.cloud/identity/bankcard/check-2e \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "bank_card": "<string>", "encryption": [ { "iv": "<string>", "tag_list": [ "<string>" ], "algorithm": "<string>", "encrypt_list": [ "<string>" ], "ciphertext_blob": 123 } ] } '
{ "result": "<string>", "description": "<string>" }
This interface is used to verify the authenticity and consistency of names and bank card numbers.
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
application/x-ndjson
name.
Bank card.
표시 하위 속성
OK, the request was successful.
Authentication result code.
Description of business results.
이 페이지가 도움이 되었나요?