1. Every webhook Xendit sent, ideally, your server has to provide a response with 2XX status code which means that the webhook we sent has been received by your server.
2. The webhook endpoint might occasionally receive duplicate event, so, we suggest that your server has handling to not proceed the event that has been received and proceed before.
3. The webhook event Xendit sent might not always be in the order in which they are generated, so, We suggest that your server has handling so that can still proceed the event with different orders.