Body
application/json
Represents an occurrence in the system that triggers the webhook, containing an identifier, event type, and relevant data.
A unique identifier for the event.
The type of event that triggered the webhook, for example, 'payment_session.created'.
Example:
"payment_session.updated"
Contains the actual payload. The payload can be a different object depending on the event type. For example, for payment_session.* events, the payload will always be the payment_session object.
Response
200
Return a 200 status to indicate that the data was received successfully

