Finalize Lease

Finalize a transaction.

POST /v3/transactions/:transactionId/finalize

After the lease is signed, the lease must be finalized (confirmed).

Request

Path Parameters

Name
Type
Description

transactionId

string

Transaction Id

Headers

Name
Type
Description

Authorization

string

Authorization token

Response

Samples

{
  "data": {
    "transactionId": "ABC-129384",
    "loanNumber": "1234567",
    "leaseNumber": "1234567"
  }
}

Last updated

Was this helpful?