Logo
Adyen APIs API Documentation

Get tokens for stored payment details

GET {{baseUrl}}/storedPaymentMethods

Lists the tokens for stored payment details for the shopper identified in the path, if there are any available. The token ID can be used with payment requests for the shopper's payment. A summary of the stored details is included.

 

Body PARAM

Key Datatype Required Description 
shopperReference
string Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identifiable information (PII), for example name or email address.
merchantAccount
string Your merchant account.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://checkout-test.adyen.com/v71/storedPaymentMethods?shopperReference=shopperReference_example&merchantAccount=merchantAccount_example' -H 'Accept: application/json'

ENDPOINTS