Credit Score Webhook
For general webhook mechanics (response requirements, security, IP whitelisting, troubleshooting), see Webhooks - Async Updates. This page covers the notification fired when a Credit Score recommendation is ready (Credit Suite).
Event: CreditScoreRecommendation
CreditScoreRecommendation⚠️ This is delivered by email only — unlike every other event on this site, it is not sent to your webhook URL. Confirm with your Feezback integration contact which mailbox/template receives it and whether URL delivery can be added if you need it.
Payload fields
| Field | Description |
|---|---|
user | User identifier |
psuId | The end user's ID |
score | Total credit score |
amount | Recommended credit amount |
isGoBadge | Boolean — whether the user qualifies for the "Go" badge |
hasNoMainAccount | Boolean — whether the user has no identified main account |
decisionUrl | Link to the credit score decision screen/detail |
state | Decision state |
⚠️ Don't validate against a strict schema — treat this as the confirmed field list from the notification-sending code, but double-check with integration-support if you need guarantees on nullability or additional fields.
What to do on receipt
Use decisionUrl to view the full decision detail, or query the relevant Credit Suite endpoint if you have API access configured.
Updated 25 days ago