Webhook

Credit Line Bank Reconnection Requested

Sent when the customer of a credit line is asked to reconnect their bank account. The line stays active until the grace deadline; if the customer has not reconnected by then it is suspended and credit-line.suspended is sent. Prompt the customer to reconnect before the deadline

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

    Event creation timestamp

Responses
  • 200

    Webhook received successfully

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