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

⚠️ 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

FieldDescription
userUser identifier
psuIdThe end user's ID
scoreTotal credit score
amountRecommended credit amount
isGoBadgeBoolean — whether the user qualifies for the "Go" badge
hasNoMainAccountBoolean — whether the user has no identified main account
decisionUrlLink to the credit score decision screen/detail
stateDecision 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.


Did this page help you?