Skip to main content

Get retailer-visible comments on a creditor application

Returns all comments in chronological order, including retailer, creditor, and system messages shown as "only visible to you" in the retailer portal. Requires VIEW_APPLICATION. Reading does not mark the conversation as read. Projections are eventually consistent: after a POST or a comment webhook, retry this GET if the new comment has not appeared yet.

Path Parameters
applicationId uuid REQUIRED
creditorId uuid REQUIRED
Header Parameters
X-CreditApp-Retailer-ID uuid
Responses
200

All retailer-visible comments, oldest first. An empty conversation returns an empty array.

Schema OPTIONAL
object[]
commentId uuid
applicationId uuid
creditorId uuid
sender string

Possible values: [RETAILER, CREDITOR, SYSTEM]

userId string,null

Retailer or retailer group author ID; null for creditor and system comments.

userName string,null

Creditor-provided author name, when available. Resolve retailer names using GET /users.

comment string

Comment text or structured system message content. Funding remittance cards have empty text; internal storage paths are omitted.

type string,null

Possible values: [SYSTEM, SUGGESTION, STIPULATION_CARD, FUNDING_REMITTANCE, null]

status string,null

Possible values: [ENQUEUED, SENT, null]

createdAt date-time
400

Invalid applicationId or creditorId

401

Authentication required

403

Retailer access or permission denied

404

Application or creditor conversation not found