Adyen · Example Payload

Adyen Post Accountholdertransactionlist Example

PaymentsFinancial ServicesFintech

Adyen Post Accountholdertransactionlist 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-accountHolderTransactionList",
  "method": "POST",
  "path": "/accountHolderTransactionList",
  "summary": "Adyen Get a List of Transactions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "post-accountHolderTransactionList200Example",
      "example": {
        "accountTransactionLists": [
          "example_value"
        ],
        "invalidFields": [
          "example_value"
        ],
        "pspReference": "REF-001",
        "resultCode": "CODE123"
      }
    },
    {
      "status": "202",
      "contentType": "application/json",
      "name": "post-accountHolderTransactionList202Example",
      "example": {
        "accountTransactionLists": [
          "example_value"
        ],
        "invalidFields": [
          "example_value"
        ],
        "pspReference": "REF-001",
        "resultCode": "CODE123"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "post-accountHolderTransactionList400Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "post-accountHolderTransactionList401Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "post-accountHolderTransactionList403Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "name": "post-accountHolderTransactionList422Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "post-accountHolderTransactionList500Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    }
  ]
}