App Postbacks
To specify where App Postbacks are sent see here App Webhooks
.
Note: this should not be confused with payment webhooks.
Payment Alert Breached
{
"act": "payment_alert_breached",
"alert": {
"id": 2,
"key": "max_spend_15_pence",
"timeframe": "LAST_HOUR",
"max_num_transactions": null,
"max_transactions_spend": "0.15"
},
"breach": {
"reason": "Total spend (1.00) exceeds max (0.15) during period 2024-06-18 12:42:15 - 2024-06-18 13:42:15",
"period_to": "2024-06-18 13:42:15",
"alert_type": "max_transactions_spend",
"period_from": "2024-06-18 12:42:15",
"total_spend": "1.00",
"payment_uuids": [ "9c5105f7-72a0-420e-a0ad-e59113494c6c" ],
"total_number_of_transactions": 1
},
"payment_alert_sent_id": 20
}