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