PATCH
/
payment-link
/
activate
Re Activate Payment Link
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

Re Activate Payment Link - Successful

The response is of type object.