We use cookies to optimize your user experience. All information shared with us through cookies is secure and covered by our data privacy obligations. To learn more, view our privacy policy.
KongaPay Logo
KongaPayDevelopers
DevelopersPayment LinkUpdate Payment Request Status

Update Payment Request Status

Updates a payment link status.

PUT{{eagle_base_url}}/request/payment-service/payment-request/{{identifier}}
Headers
Authorization: Bearer {{user-token}}
Integration-secret-key: {{merchant-secret-key}}
FieldTypeRequiredDescription
identifierstringYesPayment request identifier.
Sample Request
{ "status": "disabled" }
ℹ️
If status is exactly enabled, the link is enabled; any other value disables it.