Skip to main content
PUT
Update Business Details
Updates the application of a business account. Each section you send (business_info, business_address, contact_info, banking_info) is merged into the stored application, so you can save progress incrementally — one section per call or everything at once.

Required fields to submit

These must be present before the application can move from draft to submitted. Everything else is optional. Check what’s still outstanding at any time with Get Requirements — its readyToSubmit flag and missingFields array list exactly what’s missing.
Every beneficial owner / director must complete identity verification (Sumsub GREEN) before the application can be submitted. Add them via Add Related Person and send each their KYC link.
taxId — for a business, use the company’s tax identification / business-license (registration) number.

Example Request

Example Response

Key Behaviours

Sections are merged, not replaced: fields you omit keep their stored values.
Applications can no longer be edited once their status is submitted or approved. If the review team requests changes, the application becomes editable again.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

accountId
string<uuid>
required

Identifier of an account owned by the same user as your API key's business

Body

application/json
business_info
object
business_address
object
contact_info
object
banking_info
object

Response

Application updated successfully

success
boolean
Example:

true

message
string
Example:

"Application updated successfully"

data
object