POST
/
util
/
name-enquiry
Name Enquiry
curl --request POST \
  --url https://sandbox-api.cardcore.cloud/util/name-enquiry \
  --header 'Content-Type: application/json' \
  --data '
{
  "bankCode": "000002",
  "accountNumber": "0123456789"
}
'
{}

Body

application/json
bankCode
string
required
accountNumber
string
required

Response

201 - application/json

Name Enquiry completed successfully.

The response is of type object.