🚀 Card Payment is live! Learn more
cURL
curl --request PATCH \ --url https://nini.monieswitch.com/payment-link/activate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "paymentLinkID": "bcdb0af3-25f8-453a-bfe1-ebfd53e8cdf8" }'
{ "status": true, "message": "Payment link successfully reactivated" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Re Activate Payment Link - Successful
The response is of type object.
object