Generate Connect URL - Joint Borrower
POST {{baseUrl}}/connect/v2/generate/jointBorrower
Same as Connect Full (POST /connect/v2/generate
) but for joint borrowers.
MVS prompts both the primary and joint borrower to enter each of their financial, payroll, and paystub information in the same Connect session.
Supported regions:
Request Body
{"partnerId"=>"{{partnerId}}", "language"=>"en", "borrowers"=>[{"customerId"=>"{{customerId}}", "consumerId"=>"0bf46322c167b562e6cbed9d40e19a4c", "type"=>"primary", "optionalConsumerInfo"=>{"ssn"=>"999999999", "dob"=>1607450357}}, {"customerId"=>"{{customerId}}", "consumerId"=>"0bf46322c167b562e6cbed9d40e19a4c", "type"=>"jointBorrower", "optionalConsumerInfo"=>{"ssn"=>"999999999", "dob"=>1607450357}}], "redirectUri"=>"https://www.finicity.com/connect/", "webhookContentType"=>"application/json", "fromDate"=>1607450357, "reportCustomFields"=>[{"label"=>"loanID", "value"=>"123456", "shown"=>true}, {"label"=>"loanID", "value"=>"123456", "shown"=>true}], "singleUseUrl"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Finicity-App-Token | string | ||
Finicity-App-Key | string |
RESPONSES
status: OK
{}