{
"token" : {
"clientId" : "Your ValidiFI Client ID",
"clientSecret" : "Your ValidiFI Client Secret"
},
"customer" : {
"customerId" : "The unique Customer ID from your system",
"firstName" : "John",
"lastName" : "Smith",
"emailAddress" : "test@noemail.com",
"phoneNumber" : "1112223333",
"address" : {
"addressLine1" : "123 Main St",
"city" : "Oxford",
"state" : "OH",
"zip" : "12345"
}
},
"terms" : {
"fullAmount" : 500,
"amount" : 100,
"loanTerms" : "biweekly_oblig"
},
"settings" : {
"webhookURL" : "https://your.webhook.url/api (optional)",
"bankId" : "1234567",
"transactionHistoryDays" : 93
},
"notificationType" : 0
}
notificationTypeemailAddress propery is requiredphoneNumber propery is requirednotificationType of 1 (email) or 2 (sms). For email, a valid emailAddress is required. For SMS, a valid 10 digit phoneNumber is required.complete event.
inquiryId and inquiryTypereturned from the vConnect session's onRiskInquirySuccess or onFailedRiskInquiry events. You can obtain this data from the webhook response (or from the events if you have fully integrated vConnect into your platform).inquiryType is BankVerify+, call this endpoint:
inquiryType is BankLogin+, call this endpoint: