Adyen · Schema

RequestActivationResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
companyId string The unique identifier of the company account.
merchantId string The unique identifier of the merchant account you requested to activate.
View JSON Schema on GitHub

JSON Schema

adyen-requestactivationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RequestActivationResponse",
  "title": "RequestActivationResponse",
  "properties": {
    "companyId": {
      "description": "The unique identifier of the company account.",
      "type": "string"
    },
    "merchantId": {
      "description": "The unique identifier of the merchant account you requested to activate.",
      "type": "string"
    }
  },
  "type": "object"
}