Adyen · Schema

MerchantAcquirerPair

MerchantAcquirerPair schema from Adyen API

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

configuration-merchant-acquirer-pair-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/configuration-merchant-acquirer-pair-schema.json",
  "title": "MerchantAcquirerPair",
  "description": "MerchantAcquirerPair schema from Adyen API",
  "type": "object",
  "properties": {
    "acquirerId": {
      "description": "The acquirer ID.",
      "type": "string"
    },
    "merchantId": {
      "description": "The merchant identification number (MID).",
      "type": "string"
    }
  }
}