The Remove Customer Profile Card service is used to remove a stored card from a customer profile.

HTTP Request

DELETE /customerprofiles/{profileId}/cards/{cardId}

Request parameters

PropertyTypeDescription
profileId
required
stringYour unique identifier for the customer profile stored at Paynova.
cardId
required
stringPaynova's unique identifier for the card associated with the customer profile.

Response parameters

PropertyTypeDescription
status
required
statusAPI operation status.

Example:
{ "isSuccess":true, "errorNumber":0, "statusKey":"SUCCESS", "statusMessage":"The operation was successful." }
Language