cURL
curl --request POST \ --url https://api.acedata.cloud/identity/bankcard/check-1e \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "bank_card": "<string>" } '
{ "result": "<string>", "description": "<string>", "account_bank": "<string>", "account_type": 123 }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
application/x-ndjson
Bank card.
Show child attributes
OK, the request was successful.
Authentication result code.
Description of business results.
Bank of deposit.
Card nature: 1. Debit card; 2. Credit card; 3. Prepaid card; 4. Credit card.
이 페이지가 도움이 되었나요?