Skip to main content
PATCH
Update an order

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Path Parameters

id
string
required

Order ID received from the POST request

Body

application/json
first_name
string
Required string length: 1 - 50
last_name
string
Required string length: 1 - 50
ssn
string | null
Maximum string length: 128
refresh_approved
boolean

Flag that indicates approval for notification to reconnect the account to be sent.

loan
object | null

Loan Information

notes
string | null

Free text field for notes associated with the order

Required string length: 1 - 2000
notification_settings
object

Configuration for order notifications. Omit fields to keep existing values unchanged.

Response