Adyen · Schema

BinDetail

PaymentsFinancial ServicesFintech

Properties

Name Type Description
issuerCountry string The country where the card was issued.
View JSON Schema on GitHub

JSON Schema

adyen-bindetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BinDetail",
  "title": "BinDetail",
  "properties": {
    "issuerCountry": {
      "description": "The country where the card was issued.",
      "type": "string"
    }
  },
  "type": "object"
}