Negative Balance (Debt Collection) Webhooks

The following webhooks are sent when a "debt" is added to a user account. This typically occurs when a card transaction results in a settlement amount higher than the original authorization or for another reason where the user owes us funds. The webhook is meant to be informative in order to present to your user a screen/popup/notification informing them that they need to add funds to their account to cover the debt to avoid account termination.

The debt amount is always in Euros and the desc field is autogenerated explaining the purpose of the debt.

{
    "uid": "e6d4cc12-50db-44f6-be88-ea81203841c9",
    "syncedOwnerId": "c247fdb9-2ded-4c23-8479-8d136503a163",
    "debtAmount": "2.5",
    "desc": "Settlement of 2.5 EUR at Arriva Michalovce/",
    "type": "USER_ACCOUNT_DEBT_ADDED",
    "ts": 1768691280411
  }