The notification endpoint is used to send real-time updates about order status and other events. To configure it:
• Set up a callback URL in your system where notifications will be sent.
• Ensure your server can handle POST requests with event details.
• Use a secret key for verifying the authenticity of received notifications.
• For sandbox testing, use notificationUrlSandbox , and for production, use notificationUrl .