ConceptsService notifications
Payment events
Payment events are notifications sent to your application.
Some examples of when you might receive a payment event:
- When a payment is detected by a node
- When it's confirmed enough times to be considered permanent
- When a payment fails
Example Event Payload
{
"event": "payment_confirmed",
"invoice_id": "12345",
"status": "Paid",
"payment_id": "6789"
}Event payloads contain information about the event, such as the type of event, invoice ID, and any relevant data.