Learn about webhook events for Ascenda Rewards Issuing and how to set them up.

Introduction
The Ascenda rewards platform uses webhooks to notify your platform in real time about events that occur in the Ascenda system. These events may require additional asynchronous processing on your platform, such as adding cash credits to a user's account after a successful redemption of a Cashback transaction. The webhook payloads are in JSON format and will be sent via a POST request to the endpoint you define.
To get started with receiving webhooks from Ascenda, there are a few simple steps you need to follow:
- Define a publicly accessible endpoint that can receive webhooks sent by Ascenda.
- Ensure that the endpoint can process the payload format provided by Ascenda.
- Implement security best practices to ensure the webhook endpoint is secure.
- Test the endpoint successfully and start receiving webhooks from Ascenda.
The following few pages in this section of the documentation will provide all the necessary details to help you get started with receiving webhooks from Ascenda.