PAY-300 - Delete a stored payment method

This endpoint deletes a stored payment method (e.g., saved card) associated with the current shopper.

It is intended for use on the storefront. If the specified ID does not exist or does not belong

to the authenticated user, a 404 will be returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the stored payment method to be deleted.

Headers
string
enum
required

Specifies the client type making the request.

  • OPERATOR: Platform operator user.

  • ACCOUNT: Customer account user.

  • SUPPLIER: Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

string

(Optional) Customer account ID in multi-account customer user.

Responses
204

Stored payment method successfully deleted. No content is returned.

404

Stored payment method not found or does not belong to the authenticated user.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!