Skip to main content
POST
Update an application

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
smApplicationId
string
required

Must be exactly 24 characters

Example:

"68f7a101547bd249c32b907b"

identity
object

Identity details for the business and its owners.

Response

200 - application/json

Application updated successfully

code
string

Machine-readable result code. See the Error Codes reference.

success
boolean

Whether the request was processed successfully. Declines return HTTP 200 with success: false.

message
string

Human-readable result message.

data
object

The response payload.

Last modified on July 14, 2026