DELETE /storedPaymentMethods/{storedPaymentMethodId}
Deletes the token identified in the path. The token can no longer be used with payment requests.
Servers
- https://checkout-test.adyen.com/v71
Path parameters
Name | Type | Required | Description |
---|---|---|---|
storedPaymentMethodId |
String | Yes |
The unique identifier of the token. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
shopperReference |
String | Yes |
Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
|
merchantAccount |
String | Yes |
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.