PATCH
/
payment-link
/
activate
Re Activate Payment Link
curl --request PATCH \
  --url https://nini.monieswitch.com/payment-link/activate \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "paymentLinkID": "25d2f27e-5d30-4d3c-aaee-72c86cfa7d30"
}'
{
  "message": "Payment link successfully reactivated",
  "status": true
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Body

application/json

Response

200 - application/json

Re Activate Payment Link

The response is of type object.