---
title: "Changes to Get stored payment details"
method: POST
path: "/listRecurringDetails"
---

# Changes to Get stored payment details

`POST /listRecurringDetails`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 38 revisions.

- **2025-10-01** (v25) `16643d5a954a` — 2 info
- **2023-10-30** (v25) `447148b9563f` — 2 info
- **2023-04-12** (v25) `8c27cd93e3c9` — 3 breaking, 14 warning, 1 info
- **2023-03-13** (v25) `3143012dc344` — 14 breaking
- **2023-01-12** (v25) `b011d2e3f92d` — 2 breaking
- **2022-02-15** (v25) `1f470dc9a7f9` — 1 info
- **2021-08-07** (v25) `08dafb1e4a01` — 3 info
- **2021-07-07** (v25) `760cb55f2ef9` — 1 warning
- **2021-04-10** (v25) `a71fe366dba0` — 5 info
- **2021-03-05** (v25) `9aa7722f8142` — 1 breaking, 5 info
- **2020-08-05** (v25) `aaba80d479bb` — 1 info
- **2020-03-04** (v25) `016d859e847f` — 12 breaking, 1 warning, 19 info

## Changes

- **2025-10-01** (v25) `16643d5a954a` — 2 info
  - added the new `EXTERNAL` enum value to the request property `recurring/contract`
  - added the new `ONECLICK,RECURRING` enum value to the request property `recurring/contract`
- **2023-10-30** (v25) `447148b9563f` — 2 info
  - added the new `AMEXTOKENSERVICE` enum value to the request property `recurring/tokenService`
  - added the new `TOKEN_SHARING` enum value to the request property `recurring/tokenService`
- **2023-04-12** (v25) `8c27cd93e3c9` — 3 breaking, 14 warning, 1 info
  - the `details/items/` response's property type changed from `object` to no type for status `200`
  - removed the required property `details/items/recurringDetailReference` from the response with the `200` status
  - removed the required property `details/items/variant` from the response with the `200` status
  - removed the optional property `details/items/additionalData` from the response with the `200` status
  - removed the optional property `details/items/alias` from the response with the `200` status
  - removed the optional property `details/items/aliasType` from the response with the `200` status
  - removed the optional property `details/items/bank` from the response with the `200` status
  - removed the optional property `details/items/billingAddress` from the response with the `200` status
  - removed the optional property `details/items/card` from the response with the `200` status
  - removed the optional property `details/items/contractTypes` from the response with the `200` status
  - removed the optional property `details/items/creationDate` from the response with the `200` status
  - removed the optional property `details/items/firstPspReference` from the response with the `200` status
  - removed the optional property `details/items/name` from the response with the `200` status
  - removed the optional property `details/items/paymentMethodVariant` from the response with the `200` status
  - removed the optional property `details/items/shopperName` from the response with the `200` status
  - removed the optional property `details/items/socialSecurityNumber` from the response with the `200` status
  - removed the optional property `details/items/tokenDetails` from the response with the `200` status
  - added the optional property `details/items/RecurringDetail` to the response with the `200` status
- **2023-03-13** (v25) `3143012dc344` — 14 breaking
  - the request's body type changed from no type to `object`
  - the `recurring` request property type changed from no type to `object`
  - the response's body type changed from no type to `object` for status `200`
  - the response's body type changed from no type to `object` for status `400`
  - the response's body type changed from no type to `object` for status `401`
  - the response's body type changed from no type to `object` for status `403`
  - the response's body type changed from no type to `object` for status `422`
  - the response's body type changed from no type to `object` for status `500`
  - the `details/items/` response's property type changed from no type to `object` for status `200`
  - the `details/items/bank` response's property type changed from no type to `object` for status `200`
  - the `details/items/billingAddress` response's property type changed from no type to `object` for status `200`
  - the `details/items/card` response's property type changed from no type to `object` for status `200`
  - the `details/items/shopperName` response's property type changed from no type to `object` for status `200`
  - the `details/items/tokenDetails` response's property type changed from no type to `object` for status `200`
- **2023-01-12** (v25) `b011d2e3f92d` — 2 breaking
  - the response property `details/items/card/expiryMonth` became optional for the status `200`
  - the response property `details/items/card/number` became optional for the status `200`
- **2022-02-15** (v25) `1f470dc9a7f9` — 1 info
  - added the optional property `details/items/tokenDetails` to the response with the `200` status
- **2021-08-07** (v25) `08dafb1e4a01` — 3 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BasicAuth` was added to the API
  - api tag `General` added
- **2021-07-07** (v25) `760cb55f2ef9` — 1 warning
  - removed the optional property `details/items/shopperName/infix` from the response with the `200` status
- **2021-04-10** (v25) `a71fe366dba0` — 5 info
  - added the optional property `status` to the response with the `400` status
  - added the optional property `status` to the response with the `401` status
  - added the optional property `status` to the response with the `403` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `status` to the response with the `500` status
- **2021-03-05** (v25) `9aa7722f8142` — 1 breaking, 5 info
  - removed the required property `details/items/shopperName/gender` from the response with the `200` status
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `422`
  - added the media type `application/json` for the response with the status `500`
- **2020-08-05** (v25) `aaba80d479bb` — 1 info
  - api operation id `post-listRecurringDetails` was added
- **2020-03-04** (v25) `016d859e847f` — 12 breaking, 1 warning, 19 info
  - the request's body type changed from `object` to no type
  - removed the enum value `AMEXTOKENSERVICE` of the request property `recurring/tokenService`
  - removed the enum value `EXTERNAL` of the request property `recurring/contract`
  - removed the enum value `ONECLICK,RECURRING` of the request property `recurring/contract`
  - removed the enum value `TOKEN_SHARING` of the request property `recurring/tokenService`
  - the `recurring` request property type changed from `object` to no type
  - the response's body type changed from `object` to no type for status `200`
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `403`
  - removed the media type `application/json` for the response with the status `422`
  - removed the media type `application/json` for the response with the status `500`
  - removed the optional property `details/items/RecurringDetail` from the response with the `200` status
  - api operation id `post-listRecurringDetails` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BasicAuth` was removed from the API
  - api tag `General` removed
  - added the optional property `details/items/additionalData` to the response with the `200` status
  - added the optional property `details/items/alias` to the response with the `200` status
  - added the optional property `details/items/aliasType` to the response with the `200` status
  - added the optional property `details/items/bank` to the response with the `200` status
  - added the optional property `details/items/billingAddress` to the response with the `200` status
  - added the optional property `details/items/card` to the response with the `200` status
  - added the optional property `details/items/contractTypes` to the response with the `200` status
  - added the optional property `details/items/creationDate` to the response with the `200` status
  - added the optional property `details/items/firstPspReference` to the response with the `200` status
  - added the optional property `details/items/name` to the response with the `200` status
  - added the optional property `details/items/paymentMethodVariant` to the response with the `200` status
  - added the optional property `details/items/shopperName` to the response with the `200` status
  - added the optional property `details/items/socialSecurityNumber` to the response with the `200` status
  - added the required property `details/items/recurringDetailReference` to the response with the `200` status
  - added the required property `details/items/variant` to the response with the `200` status

---

[Operation](https://skmtc.dev/adyen/apis/recurringservice/docs/listRecurringDetails/post.md) · [API](https://skmtc.dev/adyen/apis/recurringservice.md) · [Page](https://skmtc.dev/adyen/apis/recurringservice/changes/listRecurringDetails/post)
