Webhook

Credit Line Suspended

Sent whenever a credit line is suspended — an extension or draw past its due date with an unpaid balance, an underpaid statement after the grace period, or a manual ops decision. Deactivate the card / stop allowing new draws; spend after this signal is the partner's exposure

Body
required
application/json
  • data
    Type: object
    required
  • event_type
    const:  
    credit-line.suspended
    required
  • timestamp
    Type: string
    required

    Event creation timestamp

Responses
  • 200

    Webhook received successfully

Request Example for postcredit-line.suspended
{
  "event_type": "credit-line.suspended",
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000"
  },
  "timestamp": "2025-01-01T00:00:00Z"
}
No Body