Submit transaction for existing applicant

Initiates transaction processing.

Overview

Use this method to submit transactions for existing applicants.

See the following articles for references:

📘

Note

If you do not have a particular applicant, use Submit transaction for non-existing applicant.

Response explained

The response contains information on the created transaction with the data object and additional objects holding the current review and scoring transaction state.

NameTypeOptionalDescription
idStringNoA unique transaction identification number.
applicantIdStringNoA unique applicant identification number.
scoreIntegerYesTransaction review scoring.
dataObjectNoTransaction data sent previously.
reviewObjectNoTransaction review result.
scoringResultObjectYesDetailed information on transaction scoring.

review attributes

NameTypeOptionalDescription
reviewStatusStringNoTransaction status ( onHold, completed, init).
reviewResultObjectYesObject representing the transaction review result.
reviewResult.reviewAnswerStringYesGREEN (approved), RED (rejected).

scoringResult attributes

NameTypeOptionalDescription
matchedRulesArray of ObjectsYesList of matched rules.
actionStringNoResult of all matched rules combined (score/onHold/reject).

matchedRules attributes

NameTypeOptionalDescription
idStringNoRule ID.
nameStringYesRule name.
titleStringYesRule title.
scoreIntegerYesAmount that will be added to the overall score if the rule matches.
actionStringNoResult action of the matched rule (score/onHold/reject).
Language
Authorization
Header
Click Try It! to start a request and see the response here!