Webhooks
Webhooks allow you to receive real-time notifications from our platform when specific payment events occur. When configured, the platform will send an HTTP POST request to your designated endpoint.
π€ Webhook Request Format
Header
Description
{
"event": "confirmed",
"timestamp": "2025-07-17 20:14:32.000000",
"payment": {
"id": 1,
"amount": 1.5,
"currency": "EURC",
"transactionHash": "0xd498ef9ba7195cf874d835d813248db389ae58a759c6569c4cd5571e07db25a2"
}
}π§ͺ Testing
π Notes
Last updated