# Get card country and DCC eligibility information. This endpoint is used to retrieve card country and DCC eligibility information based on the card BIN. Endpoint: POST /services/dcc/bin-check Version: 2.2.0 Security: bearerAuth, basicAuth ## Header parameters: - `Idempotency-Key` (string) A unique key provided by you to ensure that a particular operation is not processed multiple times in case of retries. ## Request fields (application/json): - `bin` (string, required) Card BIN (first digits of the card number) used to determine cardholder country and DCC eligibility. ## Response 200 fields (application/json): - `country` (string) Card country. ## Response 400 fields (application/json): - `type` (string) A URI reference that identifies the problem type Example: "https://tools.ietf.org/html/rfc9110#section-15.5.1" - `title` (string) A short, human-readable summary of the problem type Example: "One or more validation errors occurred." - `status` (integer) The HTTP status code Example: 400 - `traceId` (string) Trace Id Example: "00-a06284de9126d7fa46a5d112b3a721c3-c923572965eea46b-00" - `errors` (object) Example: {"Object":["Error 1","Error 2"]} ## Response 422 fields (application/json): - `responseCode` (string) Example: "A specific identifier for the error cause" - `responseDescription` (string) Example: "A brief message explaining the error" ## Response 500 fields (application/json): - `responseCode` (string) Example: "A specific identifier for the error cause" - `responseDescription` (string) Example: "A brief message explaining the error"