Know more about the notification webhooks and information that can be vital in processing the notifications effectively.
Based on your network and security setup, you might need to configure your firewalls' whitelist to receive notifications from us. To achieve this, you can either:
Novalnet's inbuilt retrial process allows you to receive the webhook data even if the initial notification has failed. The failure could be for any reason, server unreachable, site maintenance, site errors, etc.; nevertheless, Novalnet's server identifies the failed notifications and resend the data at the end of the day.
A final retrial will be performed the next day if the notification still can't be notified to your webhook endpoint.
If you have any inquiries about the re-transmission of the failed notifications, please contact the Novalnet Support Team.
It is certain that every notification reaching your webhook endpoint should be authenticated, which lowers the risk of data manipulation. The comparison against the event makes the authentication event.checksum received in the notification response. Here you need to re-generate your checksum value.
The checksum generation differs based on the notification event from Novalnet as mentioned below:
Transaction events: Every notification event involves a transaction.
Non-transaction events: This category includes the events AFFILIATE_CREATION, AFFILIATE_ACTIVATION, CALL_N_PAY and PAY_BY_LINK, where no transaction is involved.
Please refer to the Novalnet sample pre-built solution