cURL
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 }
Re Activate Payment Link
Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'
The response is of type object.
object