Delete payment link

Fetches all transactions associated with a specific wallet.

Delete /api/merchant/payment-link{payment-link}

Note: please pass the payment-link id

Headers

Name
Value
Description

Accept

application/json

CLIENT

client_key

The unique identifier for the client.

SECRET

generated_secret

The expected secret generated using your client key and secret key.

Response

{
    "message": "Payment link deleted successfully"
}

Last updated