Multi-State Title & Registration - Sandbox

Cancel Transaction

Cancels a transaction in VITU system

delete
https://api-test.vitu.com/national-public-api/v2/transaction/{transactionId}

Query Parameters

messagestring

<= 500 characters

transactionTypestring

Identifier of the type of the transaction

Allowed values:EVRINTERSTATEDMVDESKNTX

Default:INTERSTATE

Path Parameters

transactionIdstringrequired

Either int transactionId or uuid refNumber

<= 36 characters

Headers

x-on-behalf-of-userinteger

Id of the user on behalf of whom the request is being made

Response

application/json

OK

object

Callbacks

post
{$request.query.callbackUrl}

Callback Response

200

Target server returns this code if it accepts the callback

delete/transaction/{transactionId}
 
application/json
callback sample
Callback Body
Callback Response
200

Get Transaction Forms

Get list of documents produced by the transaction

get
https://api-test.vitu.com/national-public-api/v2/transaction/{transactionId}/forms

Query Parameters

transactionTypestring

Identifier of the type of the transaction

Allowed values:EVRINTERSTATEDMVDESKNTX

Default:INTERSTATE

limitinteger

Maximum items per page

Default:20

>= 1<= 100

offsetinteger

Items to skip

Default:0

>= 0

Path Parameters

transactionIdstringrequired

Either int transactionId or uuid refNumber

<= 36 characters

Headers

x-on-behalf-of-userinteger

Id of the user on behalf of whom the request is being made

Response

application/json

OK

<= 500 items

namestring

<= 500 characters

idinteger
descriptionstring

<= 500 characters

keystring

<= 500 characters

serialNumberstring

<= 500 characters

isRequiredboolean
isSelectedboolean
informationstring

<= 500 characters

signedboolean
metaobject
* Additional properties are NOT allowed.
Show Child Parameters
get/transaction/{transactionId}/forms
 
application/json

Download Transaction Forms

Download documents produced by the transaction

get
https://api-test.vitu.com/national-public-api/v2/transaction/{transactionId}/forms/download

Query Parameters

transactionTypestring

Identifier of the type of the transaction

Allowed values:EVRINTERSTATEDMVDESKNTX

Default:INTERSTATE

targetstring

Allowed values:DealerCustomerLenderOwnerCoOwnerScans

Path Parameters

transactionIdstringrequired

Either int transactionId or uuid refNumber

<= 36 characters

Headers

x-on-behalf-of-userinteger

Id of the user on behalf of whom the request is being made

Response

application/pdf

OK

string

<= 500 characters

get/transaction/{transactionId}/forms/download
 
application/pdf

Download Transaction Document

Download transaction’s document by transaction and document Id

get
https://api-test.vitu.com/national-public-api/v2/transaction/{transactionId}/forms/download/{documentId}

Query Parameters

transactionTypestring

Identifier of the type of the transaction

Allowed values:EVRINTERSTATEDMVDESKNTX

Default:INTERSTATE

blankboolean

if you need to generate blank form

Path Parameters

transactionIdstringrequired

Either int transactionId or uuid refNumber

<= 36 characters

documentIdintegerrequired

identifier of the document

Headers

x-on-behalf-of-userinteger

Id of the user on behalf of whom the request is being made

Response

application/pdf

OK

string

<= 500 characters

get/transaction/{transactionId}/forms/download/{documentId}
 
application/pdf

Get Transaction Fees

Get fees calculated by the transaction

get
https://api-test.vitu.com/national-public-api/v2/transaction/{transactionId}/fees

Query Parameters

transactionTypestring

Identifier of the type of the transaction

Allowed values:EVRINTERSTATEDMVDESKNTX

Default:INTERSTATE

limitinteger

Maximum items per page

Default:20

>= 1<= 100

offsetinteger

Items to skip

Default:0

>= 0

Path Parameters

transactionIdstringrequired

Either int transactionId or uuid refNumber

<= 36 characters

Headers

x-on-behalf-of-userinteger

Id of the user on behalf of whom the request is being made

Response

application/json

OK

<= 500 items

namestring

<= 500 characters

valuenumber(decimal)
feeTypestring

Allowed values:StateFeeStateTaxVendorFeeOtherUseTaxPaidTaxExemptionTaxPaidPenaltyReciprocityCredit

ratenumber(decimal)
detailsarray[object]

<= 500 items

Show Child Parameters
get/transaction/{transactionId}/fees
 
application/json