Adyen · Example Payload

Adyen Patch Merchants Merchantid Payoutsettings Payoutsettingsid Example

PaymentsFinancial ServicesFintech

Adyen Patch Merchants Merchantid Payoutsettings Payoutsettingsid 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-merchants-merchantId-payoutSettings-payoutSettingsId",
  "method": "PATCH",
  "path": "/merchants/{merchantId}/payoutSettings/{payoutSettingsId}",
  "summary": "Adyen Update a Payout Setting",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "patch-merchants-merchantId-payoutSettings-payoutSettingsId200Example",
      "example": {
        "allowed": true,
        "enabled": true,
        "enabledFromDate": "example_value",
        "id": "500123",
        "priority": "first",
        "transferInstrumentId": "500123",
        "verificationStatus": "invalid"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "patch-merchants-merchantId-payoutSettings-payoutSettingsId400Example",
      "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": "patch-merchants-merchantId-payoutSettings-payoutSettingsId401Example",
      "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": "patch-merchants-merchantId-payoutSettings-payoutSettingsId403Example",
      "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": "patch-merchants-merchantId-payoutSettings-payoutSettingsId422Example",
      "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": "patch-merchants-merchantId-payoutSettings-payoutSettingsId500Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    }
  ]
}