- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the webhook that I have registered without sending feedback to my system.
At the highest level I want every time I click on the "Accept" Transaction, I have to have a webhook to notify my system.
These are the steps I have done.
- Create Webhook Security Keys
Has created success and this is the detailed information:
{
"submitTimeUtc": "2025-03-13T08:53:45Z",
"status": "SUCCESS",
"keyInformation": {
"provider": "nrtd",
"tenant": "nvn_1997_1741855409",
"organizationId": "nvn_1997_1741855409",
"keyId": "303675aa-e0a0-81a8-e063-5c588e0a9f64",
"key": "yFdUZMvhfj83Gxozfkgmaiv2WIK0Pjxi+5X1WmQIj/Y=",
"keyType": "sharedSecret",
"status": "active",
"expirationDate": "2025-04-12T08:53:45Z"
}
}
- Create a Webhook
I have successfully registered the webhook and the webhook status is in the 'Active' state. This tells me the webhook teeth I registered was able to operate. Please see the attached information.
Information about webhook has created
{
"organizationId": "nvn_1997_1741855409",
"productId": "alternativePaymentMethods",
"eventTypes": [
"payments.payments.updated"
],
"webhookId": "30368b4c-32c7-5b32-e063-a2588e0a1932",
"name": "My Custom Webhook",
"webhookUrl": "https://934d-14-162-199-43.ngrok-free.app:443/v2/alternative-payments",
"healthCheckUrl": "https://934d-14-162-199-43.ngrok-free.app:443/v2/alternative-payments",
"createdOn": "2025-03-13T08:59:48.679Z",
"status": "ACTIVE",
"description": "Sample Webhook from Developer Center",
"retryPolicy": {
"algorithm": "ARITHMETIC",
"firstRetry": 1,
"interval": 1,
"numberOfRetries": 3,
"deactivateFlag": false,
"repeatSequenceCount": 0,
"repeatSequenceWaitTime": 0
},
"securityPolicy": {
"securityType": "KEY",
"proxyType": "external",
"digitalSignatureEnabled": "yes"
},
"version": "3",
"deliveryType": "nrtdCentral",
"notificationScope": "SELF"
}
Get Details On a Single Webhook above
- The results I get nothing but this
[2025-03-14 08:33:09] local.INFO: AlternativePayments index {"healthCheck":"true"}
03-14-2025 01:58 AM - edited 03-14-2025 02:09 AM
