Notifications / Webhooks
Generic Notification
We will send you this json in our notifications
postWebhookyourGenericNotificationEndpoint
Payload
Example payload
{
"id": "1bbc14c3-8ca8-492c-887d-1ca86400e4fa",
"key": "Example Key",
"type": "capture",
"status": "success",
"messages": [
"Your request was successfully created"
],
"date": "2022-01-01 10:20:30"
}Response
Indicates that the data was received successfully