GET /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.
Servers
- https://checkout-test.adyen.com/v71
Query parameters
Name | Type | Required | Description |
---|---|---|---|
shopperReference |
String | No |
Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
|
merchantAccount |
String | No |
Your merchant account. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.