Create a Refinance Transaction/Order

While not all fields are required, we encourage you to send over as much information as possible so that we can begin processing your order as soon as possible.

Refinance Contacts:
Refinance transaction can accept Buyer, Buyer Agent, Lender, Loan Officer, or Loan Processor contacts.

When submitting a contact that is part of your organization, you should include "is_company_user": true. At least one "company user" is required, and must include an email. All Lender, Loan Officer, or Loan Processor contacts must be company users.

All Buyer or Buyer Agent contacts must be submitted with "is_company_user": false and may optionally include an email.

FieldTypeRequired?Additional Notes
property_addressobjectRequired
property_address.address_1StringRequired
property_address.address_2StringOptional
property_address.cityStringRequired
property_address.stateStringRequiredTwo-Letter (Ex: MA)
property_address.zip_codeStringRequired5-Digit
property_address.countyStringRequired
contactsarray of objectsRequired
contacts.*.nameStringRequired when present
contacts.*.emailString (email)Optional, Required when is_company_user is true
contacts.*.phoneStringOptional
contacts.*.roleStringRequiredBuyer, Buyer Agent, Lender
contacts.*.is_company_userBooleanRequiredtrue for Lender

false for Buyer, Buyer Agent
closing_datedate (Format: "Y-m-d")Required
loan_detailsobjectRequired
loan_details.lenders_loan_idStringOptional
loan_details.amountInteger (in cents)Optional$400,000 becomes 40000000
loan_details.rate_typeStringOptional
loan_details.mortgageStringOptional

You should store the order_id locally in order to track Callbacks, upload, view & download related Documents, and other operations related to the Transaction / Order.

Language