account_delinquency*

Example Payload

JSON

{
  "data": {
    "account_id": "can_100031",
    "customer_id": "848",
    "statement_id": 77,
    "time_stamp": "2023-01-30 13:25:39.4009-05"
  },
  "event": "minimum_payment_missed",
  "hmac_signature": "YQwoNrn8dFjcjyJ8cXNbvwDqRPYPkw5UJSHoIzDR0Ts="
}

Configure Endpoint

PUT /accounts/{{account_id}}/notification_config

JSON

{
    "notification_type": "minimum_payment_missed",
    "time_offset": "6 days",
    "time": "00:00:00"
}

Retroactive Behaviors

When a retroactive event (i.e payment reversal) has taken place on an account which has had minimum_payment_missed webhooks configured, any future dated webhooks which would have been scheduled as a result of the reversed payment having never taken place will be re-scheduled for the account.

Webhook Configurations

"time_offset": "3 days": minimum_payment_missed webhooks should be delivered 3 days after a missed payment due date.

"time_offset": "6 days": minimum_payment_missed webhooks should be delivered 6 days after a missed payment due date.

Example Retroactivity