Webhook

Credit Line Bank Reconnected

Sent when the customer reconnects the bank account their credit line was asked to reconnect — the pending request is cleared and the line stays active

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

    Event creation timestamp

Responses
  • 200

    Webhook received successfully

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