Direct Integration API icon

Direct Integration API

(0 reviews)

Party

Sample Request

{
    "Package": {
        "Content": {
            "Application": {
                "PersonApplicant": [
                    {
                        "@UniqueID": "uPersonApplicant0",
                        "@ApplicantType": "Borrower",
                        "@PrimaryApplicant": "No",
                        "@IsExistingCustomer": "No",
                        "@POAGranted": "No",
                        "@JointNomination": "No",
                        "@FirstHomeBuyer": "No",
                        "@EligibleForFHOG": "No",
                         "Privacy": {
                            "@AllowDirectMarketing": "No",
                            "@AllowCreditCheck": "Yes",
                            "@AllowTelemarketing": "No",
                            "@AllowThirdPartyDisclosure": "Yes",
                            "@CreditAuthoritySigned": "Yes",
                            "@PrivacyActConsentSigned": "Yes",
                            "@DateSigned": "2024-02-07"
                        },
                         "ResponsibleLending": {
                            "Mitigant": {
                                "@UniqueID": "d0a07d30e83d",
                                "@Factor": "Application Reflects Changes",
                                "Description": "Application reflects changes"
                            },
                            "SignificantChange": {
                                "@UniqueID": "c7dc1f42933b",
                                "@Change": "Anticipated Large Expenditure",
                                "@Description": "Anticipated Large Expenditure Change",
                                "@StartDate": "2024-01-01"",
                                "@EndDate": "2025-01-01"
                            },
                            "@AnticipatedChanges": "Yes"
                        }
                    }
                ]
            }
        }
    }
}

Detailed description of each field:
Field NameDescriptionTypePathRequiredEnumerationsNote
PersonApplicantContains applicant details where the applicant is a person, being either a borrower or a guarantor, and may be acting for a TrustobjectPackage.Content.Application.PersonApplicant
@UniqueIDSystem assigned unique identifierstringPackage.Content.Application.PersonApplicant.UniqueIDYesIf Party Exists
@ApplicantTypeWhether the loan party is an borrower or guarantorstringPackage.Content.Application.PersonApplicant.ApplicantTypeYesBorrower, Guarantor
@PrimaryApplicantIndicates whether the lender should consider the party to be the primary applicant when processing the loan application. The significance of the primary applicant to the application varies from lender to lenderstringPackage.Content.Application.PersonApplicant.PrimaryApplicantYesYes, No
@IsExistingCustomerIndicates whether the applicant is an existing customer of the lender being applied tostringPackage.Content.Application.PersonApplicant.IsExistingCustomerYes, No
PrivacyIndicates whether the Party has agreed to allow disclosure and contains details of identity and credit checksobjectPackage.Content.Application.PersonApplicant.Privacy
@AllowDirectMarketingIndicates whether this Party will allow their personal details to be used for direct marketing purposesstringPackage.Content.Application.PersonApplicant.Privacy.AllowDirectMarketingYesYes, NoMandatory if category is applicant
@AllowCreditCheckIndicates whether this Party will allow a credit check using their personal details as a referencestringPackage.Content.Application.PersonApplicant.Privacy.AllowCreditCheckYesYes, NoMandatory if category is applicant
@AllowTelemarketingEach party may indicate if they are willing to be contacted for telemarketingstringPackage.Content.Application.PersonApplicant.Privacy.AllowTelemarketingYes, No
@AllowThirdPartyDisclosureIndicates whether this Party will allow their personal details to be disclosed to third parties affiliated with this lenderstringPackage.Content.Application.PersonApplicant.Privacy.AllowThirdPartyDisclosureYesYes, NoMandatory if category is applicant
@CreditAuthoritySignedIndicates if the applicant has signed a Credit Authority form to request a credit reportstringPackage.Content.Application.PersonApplicant.Privacy.CreditAuthoritySignedYes, No
@PrivacyActConsentSignedIndicates if the applicant has signed a Privacy Act consent formstringPackage.Content.Application.PersonApplicant.Privacy.PrivacyActConsentSignedYesYes, NoMandatory if category is applicant
@DateSignedThe date on which the applicant signed the privacy consent/declaration that supports the responses provided to the privacy questionsdatePackage.Content.Application.PersonApplicant.Privacy.DateSignedYesMandatory only if Privacy consent signed is available
@POAGrantedFlag to Indicate that the party has granted a power of attorney and that the agent will execute the loan documentationstringPackage.Content.Application.PersonApplicant.POAGrantedYes, No
@JointNominationFlag to indicate whether the borrower is nominating another borrower to receive notices jointlystringPackage.Content.Application.PersonApplicant.JointNominationYes, No
PowerOfAttorneyContainer element for details of a power of attorney granted by the partyobjectPackage.Content.Application.PersonApplicant.PowerOfAttorney
@TypeIndicates the type of power granted to the POA HolderstringPackage.Content.Application.PersonApplicant.PowerOfAttorney.TypeCompany, Enduring, General, Other
NominatedBorrowerJoint Borrowers who reside at the same address may choose to nominate one of them as the person who will receive notices and other documents relating to the loan, so that they do not have to each receive their own copy of any notices and other documentsobjectPackage.Content.Application.PersonApplicant.NominatedBorrower
@x_NomineeLink to nominated borrowerstringPackage.Content.Application.PersonApplicant.NominatedBorrower.x_Nominee
@EligibleForFHOGThe person should indicate whether they are eligible for a First Home Owners Grants as per the state governments requirementsstringPackage.Content.Application.PersonApplicant.EligibleForFHOGYes, No
@FirstHomeBuyerThe person should indicate whether they are a first home buyer in accordance with the State Revenue Office's definition of a first home buyerstringPackage.Content.Application.PersonApplicant.FirstHomeBuyerYes, No
ResponsibleLendingCaptures information about any significant changes in circumstances that will adversely affect the applicant's ability to make contracted loan repayments; the nature of the change, and how they will continue to make repaymentsobjectPackage.Content.Application.PersonApplicant.ResponsibleLending
@AnticipatedChangesEach borrower to inform the lender if they are aware of any significant changes in circumstances that will adversely affect their ability to make contracted loan repaymentsstringPackage.Content.Application.PersonApplicant.ResponsibleLending.AnticipatedChangesYesYes, NoMandatory if category is applicant
SignificantChangeThe kind of change the applicant is expectingobjectPackage.Content.Application.PersonApplicant.ResponsibleLending.SignificantChange
@UniqueIDUnique Identifier for this Significant Change ElementstringPackage.Content.Application.PersonApplicant.ResponsibleLending.SignificantChange.UniqueIDYesMandatory if category is Applicant and partyType is Person
@ChangeThe kind of change the applicant is expectingstringPackage.Content.Application.PersonApplicant.ResponsibleLending.SignificantChange.ChangeYesAnticipated Large Expenditure, Permanent Decrease in Income, Permanent Increase in Expense, Retirement, Temporary Decrease in Income, Temporary Increase in ExpenseMandatory if anticipatedChanges = True
@DescriptionCaptures a free text description of the changestringPackage.Content.Application.PersonApplicant.ResponsibleLending.SignificantChange.DescriptionYesMandatory if anticipatedChanges = True
@StartDateThe anticipated start date of the change in circumstancesdatePackage.Content.Application.PersonApplicant.ResponsibleLending.SignificantChange.StartDateYesMandatory if anticipatedChanges = True
@EndDateThe anticipated end date of the change in circumstancesdatePackage.Content.Application.PersonApplicant.ResponsibleLending.SignificantChange.EndDateYesMandatory if anticipatedChanges = True
MitigantIn relation to the significant changes, it must be possible to provide one or more mitigants for the significant changesobjectPackage.Content.Application.PersonApplicant.ResponsibleLending.Mitigant
@UniqueIDUnique Identifier for this Mitigant ElementstringPackage.Content.Application.PersonApplicant.ResponsibleLending.Mitgant.UniqueIDYesMandatory if category is Applicant and partyType is Person
@FactorIn relation to the significant changes, it must be possible to provide one or more mitigants for the significant changesstringPackage.Content.Application.PersonApplicant.ResponsibleLending.Mitgant.FactorYesApplication Reflects Changes, Downsize of Principal in Residence, Other, Reducing Expenditure, Sale of Assets, Securing Additional Income, Using SavingsMandatory if anticipatedChanges = True
@DescriptionCaptures a free text description of the mitigant factorstringPackage.Content.Application.PersonApplicant.ResponsibleLending.Mitgant.DescriptionYesMandatory if anticipatedChanges = True
ExistingCustomerIndicates whether the applicant is an existing customer of the lender being applied toobjectPackage.Content.Application.PersonApplicant.ExistingCustomer
@CustomerSinceThe approximate year that the applicant became a customerstringPackage.Content.Application.PersonApplicant.ExistingCustomer.CustomerSince
AccountNumberAccount details for an account held that identifies the party as an existing customerobjectPackage.Content.Application.PersonApplicant.ExistingCustomer.AccountNumber
@AccountNumberThe unique number assigned to this account. (typically by the financial institution)stringPackage.Content.Application.PersonApplicant.ExistingCustomer.AccountNumber.AccountNumber

Reviews