DELETE /storedPaymentMethods/{storedPaymentMethodId}

Deletes the token identified in the path. The token can no longer be used with payment requests.

Servers

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.

Your reference must not include personally identifiable information (PII), for example name or email address.

merchantAccount String Yes

Your merchant account.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.