Skip to main content

Webhook Notification

The webhook will send a payload containing the debtor ID and payment details to your configured endpoint.

Example Payload

{
  "event": "payment_received",
  "debtorId": "123456",
  "payment": {
    "amount": 150.00,
    "totalDebtAmount": 600.00,
    "currency": "USD",
    "paymentDate": "2024-10-31",
    "paymentType": "subscription-payment"
  }
}

Send us your endpoint to configure this webhook for your integration.