Adyen · Example Payload

Adyen Post Terminals Scheduleactions Example

PaymentsFinancial ServicesFintech

Adyen Post Terminals Scheduleactions 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-terminals-scheduleActions",
  "method": "POST",
  "path": "/terminals/scheduleActions",
  "summary": "Adyen Create a Terminal Action",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "name": "post-terminals-scheduleActions400Example",
      "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-terminals-scheduleActions401Example",
      "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-terminals-scheduleActions403Example",
      "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-terminals-scheduleActions500Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    }
  ]
}