Edit payment link

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

note you have to 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.

{
    "payment_type": "digital assets",
    "amount": 50000.00,
    "duration": "days",
    "duration_value": 5,
    "type": "products",
    "link_name": "Drinks",
    "payment_message": "Please pay the amount"
}

Response

Last updated