Skip to main content

Resources

This page documents the JSON:API resource schemas related to credit decisions.

Credit Application Decision Resources

ManualReviewCreditApplicationDecision

Represents a manual review credit decision for a credit application request (before a customer exists).

For the complete resource schema including all attributes and relationships, see ManualReviewCreditApplicationDecision.

ApprovedCreditApplicationDecision

Represents an approved credit decision for a credit application request (before a customer exists).

For the complete resource schema including all attributes and relationships, see ApprovedCreditApplicationDecision.

DeniedCreditApplicationDecision

Represents a denied credit decision for a credit application request (before a customer exists).

For the complete resource schema including all attributes and relationships, see DeniedCreditApplicationDecision.

Credit Limit Decision Resources

ManualReviewCreditLimitDecision

Represents a manual review credit decision for an existing customer.

For the complete resource schema including all attributes and relationships, see ManualReviewCreditLimitDecision.

ApprovedCreditLimitDecision

Represents an approved credit decision for an existing customer.

For the complete resource schema including all attributes and relationships, see ApprovedCreditLimitDecision.

DeniedCreditLimitDecision

Represents a denied credit decision for an existing customer.

For the complete resource schema including all attributes and relationships, see DeniedCreditLimitDecision.

Common Attributes

All credit decision resources share these common attributes:

AttributeTypeDescription
externalApplicationIdstringIdentifier for client's credit evaluation related to this decision. Max 200 char.
submissionTimestamptimestampTimestamp when the corresponding credit application was submitted.
decisionTimestamptimestampTimestamp when the credit decision was made.
policyExceptionbooleanOne of true or false.
policyExceptionReasonstringConditional if policyException is true. Brief description of reason.
additionalUnderwritingDatajsonObject containing key-value pairs of underwriting data per credit policy.
createdAttimestampThe date the resource was created.

Additional Attributes for Approved Decisions

AttributeTypeDescription
creditLimitInteger (Cents)Credit limit for application as evaluated per policy.

Additional Attributes for Denied Decisions

AttributeTypeDescription
decisionReasonstringReason for denial per credit policy. Max 200 char.
adverseActionReasonsArray of stringsArray of strings representing Adverse action reasons (must have at least one). Max 200 char per reason.

Relationships

RelationshipTypeDescription
creditApplicationCreditApplicationThe credit application for which this credit decision applies to.
orgOrgThe organization that owns the credit decision.
customerCustomerOptional. The customer associated with the credit decision.