---
title: "Get stored payment details"
method: POST
path: "/listRecurringDetails"
tags: ["General"]
---

# Get stored payment details

`POST /listRecurringDetails`

Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper.

For more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/).

## Request body

- RecurringDetailsRequest
  - `merchantAccount` string, required — The merchant account identifier you want to process the (transaction) request with.
  - `recurring` Recurring
    - `contract` 'ONECLICK' | 'ONECLICK,RECURRING' | 'RECURRING' | 'PAYOUT' | 'EXTERNAL' — The type of recurring contract to be used. Possible values: * `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid). * `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp). * `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not. * `PAYOUT` – Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts). * `EXTERNAL` - Use this when you store payment details and send the raw card number or network token directly in your API request.
    - `recurringDetailName` string — A descriptive name for this detail.
    - `tokenService` 'VISATOKENSERVICE' | 'MCTOKENSERVICE' | 'AMEXTOKENSERVICE' | 'TOKEN_SHARING' — The name of the token service.
  - `shopperReference` string, required — The reference you use to uniquely identify the shopper (e.g. user ID or account ID).

## Response `200`

OK - the request has succeeded.

- RecurringDetailsResult
  - `creationDate` string, date-time — The date when the recurring details were created.
  - `details` RecurringDetailWrapper[] — Payment details stored for recurring payments.
    - `RecurringDetail` RecurringDetail
      - `additionalData` object — This field contains additional data, which may be returned in a particular response. The additionalData object consists of entries, each of which includes the key and value.
      - `alias` string — The alias of the credit card number. Applies only to recurring contracts storing credit card details
      - `aliasType` string — The alias type of the credit card number. Applies only to recurring contracts storing credit card details.
      - `bank` BankAccount
        - `bankAccountNumber` string — The bank account number (without separators).
        - `bankCity` string — The bank city.
        - `bankLocationId` string — The location id of the bank. The field value is `nil` in most cases.
        - `bankName` string — The name of the bank.
        - `bic` string — The [Business Identifier Code](https://en.wikipedia.org/wiki/ISO_9362) (BIC) is the SWIFT address assigned to a bank. The field value is `nil` in most cases.
        - `countryCode` string — Country code where the bank is located. A valid value is an ISO two-character country code (e.g. 'NL').
        - `iban` string — The [International Bank Account Number](https://en.wikipedia.org/wiki/International_Bank_Account_Number) (IBAN).
        - `ownerName` string — The name of the bank account holder. If you submit a name with non-Latin characters, we automatically replace some of them with corresponding Latin characters to meet the FATF recommendations. For example: * χ12 is converted to ch12. * üA is converted to euA. * Peter Møller is converted to Peter Mller, because banks don't accept 'ø'. After replacement, the ownerName must have at least three alphanumeric characters (A-Z, a-z, 0-9), and at least one of them must be a valid Latin character (A-Z, a-z). For example: * John17 - allowed. * J17 - allowed. * 171 - not allowed. * John-7 - allowed. > If provided details don't match the required format, the response returns the error message: 203 'Invalid bank account holder name'.
        - `taxId` string — The bank account holder's tax ID.
      - `billingAddress` Address
        - `city` string, required — The name of the city. Maximum length: 3000 characters.
        - `country` string, required — The two-character ISO-3166-1 alpha-2 country code. For example, **US**. > If you don't know the country or are not collecting the country from the shopper, provide `country` as `ZZ`.
        - `houseNumberOrName` string, required — The number or name of the house. Maximum length: 3000 characters.
        - `postalCode` string, required — A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.
        - `stateOrProvince` string — The two-character ISO 3166-2 state or province code. For example, **CA** in the US or **ON** in Canada. > Required for the US and Canada.
        - `street` string, required — The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.
      - `card` Card
        - `cvc` string — The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters). Depending on the card brand, it is known also as: * CVV2/CVC2 – length: 3 digits * CID – length: 4 digits > If you are using [Client-Side Encryption](https://docs.adyen.com/classic-integration/cse-integration-ecommerce), the CVC code is present in the encrypted data. You must never post the card details to the server. > This field must be always present in a [one-click payment request](https://docs.adyen.com/classic-integration/recurring-payments). > When this value is returned in a response, it is always empty because it is not stored.
        - `expiryMonth` string — The card expiry month. Format: 2 digits, zero-padded for single digits. For example: * 03 = March * 11 = November
        - `expiryYear` string — The card expiry year. Format: 4 digits. For example: 2020
        - `holderName` string — The name of the cardholder, as printed on the card.
        - `issueNumber` string — The issue number of the card (for some UK debit cards only).
        - `number` string — The card number (4-19 characters). Do not use any separators. When this value is returned in a response, only the last 4 digits of the card number are returned.
        - `startMonth` string — The month component of the start date (for some UK debit cards only).
        - `startYear` string — The year component of the start date (for some UK debit cards only).
      - `contractTypes` string[] — Types of recurring contracts.
      - `creationDate` string, date-time — The date when the recurring details were created.
      - `firstPspReference` string — The `pspReference` of the first recurring payment that created the recurring detail.
      - `name` string — An optional descriptive name for this recurring detail.
      - `paymentMethodVariant` string — The type or sub-brand of a payment method used, e.g. Visa Debit, Visa Corporate, etc. For more information, refer to [PaymentMethodVariant](https://docs.adyen.com/development-resources/paymentmethodvariant).
      - `recurringDetailReference` string, required — The reference that uniquely identifies the recurring detail.
      - `shopperName` Name
        - `firstName` string, required — The first name.
        - `lastName` string, required — The last name.
      - `socialSecurityNumber` string — A shopper's social security number (only in countries where it is legal to collect).
      - `tokenDetails` TokenDetails
        - `tokenData` object
        - `tokenDataType` string
      - `variant` string, required — The payment method, such as “mc", "visa", "ideal", "paypal".
  - `lastKnownShopperEmail` string — The most recent email for this shopper (if available).
  - `shopperReference` string — The reference you use to uniquely identify the shopper (e.g. user ID or account ID).

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/recurringservice.md) · [All operations](https://skmtc.net/adyen/apis/recurringservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/recurringservice/versions/c8af455aebe1/schema)
