Create Payment link

POST /api/merchant/payment-link

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.

Body

note pass payment_type: either local bank, mehticpay or digital assets

{
    "payment_type":"local bank",
    "type":"goods",
    "link_name":"bag payment",
    "amount": "1000",
    "duration": "days",
    "duration_value": 5,
    "payment_message": "please pay this"
}

Response

Last updated