Updates the status of Webhook
PUT
https://{{env}}-lb.simplifipay.com/webhook/{uuid}/status
Webhook
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'https://uat-lb.simplifipay.com/webhook//status?enable' \
--header 'requestUuid;'
Response Response Example
200 - Example 1
{
"uuid": "84503d40-93b1-4f1d-b265-41553528a028",
"name": "Card Status Change",
"eventType": "CARD_ACTIVATION",
"status": "ENABLED",
"endpointUrl": "https://webhook.simplifipay.com",
"creationDate": "2025-02-28 13:31:00",
"lastModified": "2025-02-28 13:31:00"
}
Request
Path Params
uuid
string
required
Query Params
enable
boolean
required
Header Params
requestUuid
string
required
system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.
Example:
00d366f2-a6e9-4714-b172-02c4e58c29d8
Responses
Modified at 2025-06-27 12:44:57