Adyen · Schema

MerchantAcquirerPair

PaymentsFinancial ServicesFintech

Properties

Name Type Description
acquirerId string The acquirer ID.
merchantId string The merchant identification number (MID).
View JSON Schema on GitHub

JSON Schema

adyen-merchantacquirerpair-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MerchantAcquirerPair",
  "title": "MerchantAcquirerPair",
  "properties": {
    "acquirerId": {
      "description": "The acquirer ID.",
      "type": "string"
    },
    "merchantId": {
      "description": "The merchant identification number (MID).",
      "type": "string"
    }
  },
  "type": "object"
}