Adyen Post Listrecurringdetails 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.
{
"operationId": "post-listRecurringDetails",
"method": "POST",
"path": "/listRecurringDetails",
"summary": "Adyen Get Stored Payment Details",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-listRecurringDetails200Example",
"example": {
"creationDate": "2025-03-15T14:30:00Z",
"details": [
"example_value"
],
"lastKnownShopperEmail": "user@example.com",
"shopperReference": "REF-001"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "post-listRecurringDetails400Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-listRecurringDetails401Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-listRecurringDetails403Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-listRecurringDetails422Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-listRecurringDetails500Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}