Skip to main content
WEBHOOK
creditDecisionCompleted
{
  "eventId": "<string>",
  "eventType": "credit.decision.completed",
  "occurredAt": "2023-11-07T05:31:56Z",
  "decision": {
    "decisionId": "dec_01JQ9MF3P18MHTRWDPS6FQ7K6H",
    "applicationId": "<string>",
    "outcome": "approve",
    "approvedAmount": {
      "amount": "12500.00",
      "currency": "EUR"
    },
    "approvedTenorMonths": 18,
    "pricingReference": "SME-RISK-BAND-03",
    "reasonCodes": [
      "cashflow.coverage.acceptable"
    ],
    "decidedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 with client credentials for machine integrations and authorization code for delegated user sessions.

Body

application/json
eventId
string
required
eventType
string
required
Example:

"credit.decision.completed"

occurredAt
string<date-time>
required
decision
object
required

Response

200

Webhook received