Adyen · Example Payload

Adyen Post Createpermit Example

PaymentsFinancial ServicesFintech

Adyen Post Createpermit 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-createPermit",
  "method": "POST",
  "path": "/createPermit",
  "summary": "Adyen Create New Permits Linked to a Recurring Contract.",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "post-createPermit200Example",
      "example": {
        "permitResultList": [
          "example_value"
        ],
        "pspReference": "REF-001"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "post-createPermit400Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "post-createPermit401Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "post-createPermit403Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "name": "post-createPermit422Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "post-createPermit500Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    }
  ]
}