Skip to main content

Get the latest decision for a creditor on an application

Get the latest decision for a creditor on an application

Path Parameters
applicationId string REQUIRED
creditorId string REQUIRED
Responses
200

Gets the latest decision for a creditor

Schema OPTIONAL
applicationId string OPTIONAL

The application ID.

creditorId string OPTIONAL

The creditor ID.

decision string OPTIONAL

Possible values: [BOOKED, DOCUMENTS_INCOMPLETE, APPROVED, CONDITIONALLY_APPROVED, DECLINED, WITHDRAWN, INCOMPLETE, AWAITING_DECISION, PENDING_BANK_CONNECTION, DRAFT]

The decision for the creditor

firstPaymentDate date OPTIONAL

The date of the first payment

paymentFrequency string OPTIONAL

Possible values: [MONTHLY, SEMI_MONTHLY, WEEKLY, BI_WEEKLY]

The frequency of the payments

interestRate number OPTIONAL

The interest rate for the loan

paymentAmount number OPTIONAL

The payment amount

conditions string OPTIONAL

The conditions for the loan

GET /applications/:applicationId/creditors/:creditorId/decision
applicationId — path
creditorId — path
/v1
curl -L '/v1/applications/:applicationId/creditors/:creditorId/decision' \
-H 'Accept: application/json'