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>" } '
{ "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.
Show child attributes
OK, the request was successful.
Authentication result code.
Description of business results.
Var denna sida till hjälp?