Delete a Payment Method
/api/paymentmethod/delete/{identifier}This endpoint deletes a payment method identified by its unique identifier. Upon successful deletion, a confirmation response is returned.
Path Parameters
Response
A successful response confirming the deletion of the payment method.
The result of the request, including status and any relevant messages.
A unique identifier for the merchant associated with this payment method.
A unique identifier for the customer associated with this payment method, if applicable.
An optional reference provided by the merchant to identify the customer.
A unique identifier for the payment method.
The request is invalid or contains incorrect parameters.
The result object that contains the outcome and additional details of the API request.
The specified payment method was not found.
The result object that contains the outcome and additional details of the API request.