Adyen · Example Payload

Adyen Patch Legalentities Id Example

PaymentsFinancial ServicesFintech

Adyen Patch Legalentities Id 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": "patch-legalEntities-id",
  "method": "PATCH",
  "path": "/legalEntities/{id}",
  "summary": "Adyen Update a Legal Entity",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "name": "patch-legalEntities-id400Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "patch-legalEntities-id401Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "patch-legalEntities-id403Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "name": "patch-legalEntities-id422Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "patch-legalEntities-id500Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    }
  ]
}