Delete payment details

This endpoint allows the removal of a specific shopper payment detail. Shopper payment details include stored payment methods, such as cards on file, which can be reused for future transactions.

The shopper reference must be provided as a query parameter, and the shopper payment detail unique identifier must be specified as a path parameter.

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

Identifier of the shopper detail to delete.

Query Params
string
required

The shopper identifier matching the value of ShopperRef provided in the order announcement.

Headers
string
required

The User-Agent header containing information about the client making the request.

string
required

The value of this header is of the form Bearer <token> where <token> must be replaced with a valid access token. See the /gatekeeper/refresh endpoint

Responses
200

Shopper payment detail successfully deleted.

401

Unauthorized access.

404

Payment detail not found for the specified shopper.

Language
URL
LoadingLoading…