Adyen · Example Payload

Adyen Post Merchants Merchantid Apicredentials Apicredentialid Gen Example

PaymentsFinancial ServicesFintech

Adyen Post Merchants Merchantid Apicredentials Apicredentialid Gen Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey",
  "method": "POST",
  "path": "/merchants/{merchantId}/apiCredentials/{apiCredentialId}/generateApiKey",
  "summary": "Adyen Generate New API Key",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey200Example",
      "example": {
        "apiKey": "example_value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey400Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey401Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey403Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "name": "post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey422Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "post-merchants-merchantId-apiCredentials-apiCredentialId-generateApiKey500Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    }
  ]
}