The Remove Customer Profile Invoice service is used to remove a stored invoice profile from a customer profile.

HTTP Request

DELETE /customerprofiles/{profileId}/invoiceProducts/{invoiceProductId}

Request parameters

PropertyTypeDescription
profileId
required
stringYour unique identifier for the customer profile stored at Paynova.
invoiceProductId
required
stringPaynova's unique identifier for the invoice product 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