Security

As part of our Go-Live process; We would need you to perform the following actions:

πŸ“˜

Go-Live Check-List

βœ… Share your Webhook URL with your assigned developer partner
βœ… Share your dedicated IP with your assigned developer partner
βœ… Ensure your webhook URL is publicly available (localhost URLs cannot receive events)
βœ… If using .htaccess kindly remember to add the trailing / to the URL
βœ… Test your webhook to ensure you’re getting the JSON body and returning a 200 OK HTTP response
βœ… If your webhook function has long-running tasks, you should first acknowledge receiving the webhook by returning a 200 OK before proceeding with the long-running tasks
βœ… If we don’t get a 200 OK HTTP response from your webhooks, we flagged it as a failed attempt and keep retrying until we get a 200 OK