Skip to main content
PATCH
/
entities
/
{entity_id}
/
onboarding_data
Patch entity onboarding data
curl --request PATCH \
  --url https://api.sandbox.monite.com/v1/entities/{entity_id}/onboarding_data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-monite-version: <x-monite-version>' \
  --data '
{
  "business_profile": {
    "description_of_goods_or_services": "Acme Inc. is an online computer store that offers a wide range of computer products, laptops, smartphones, tablets, accessories, and more.",
    "estimated_monthly_revenue": {
      "amount": 250,
      "currency": "USD"
    },
    "mcc": "5734",
    "operating_countries": [
      "AF"
    ],
    "url": "<string>"
  },
  "ownership_declaration": {
    "date": "2023-11-07T05:31:56Z",
    "ip": "203.0.113.24"
  },
  "tos_acceptance": {
    "date": "2023-11-07T05:31:56Z",
    "ip": "203.0.113.24"
  },
  "treasury_tos_acceptance": {
    "date": "2023-11-07T05:31:56Z",
    "ip": "203.0.113.24"
  }
}
'
{
  "business_profile": {
    "description_of_goods_or_services": "Acme Inc. is an online computer store that offers a wide range of computer products, laptops, smartphones, tablets, accessories, and more.",
    "estimated_monthly_revenue": {
      "amount": 250,
      "currency": "USD"
    },
    "mcc": "5734",
    "operating_countries": [
      "AF"
    ],
    "url": "<string>"
  },
  "ownership_declaration": {
    "date": "2023-11-07T05:31:56Z",
    "ip": "203.0.113.24"
  },
  "tos_acceptance": {
    "date": "2023-11-07T05:31:56Z",
    "ip": "203.0.113.24"
  },
  "treasury_tos_acceptance": {
    "date": "2023-11-07T05:31:56Z",
    "ip": "203.0.113.24"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Path Parameters

entity_id
string<uuid>
required

Body

application/json
business_profile
object

Business information about the entity.

ownership_declaration
object

Used to attest that the beneficial owner information provided is both current and correct.

tos_acceptance
object

Details on the entity's acceptance of the service agreement.

treasury_tos_acceptance
object

Unused. Reserved for future use.

Response

Successful Response

business_profile
object

Business information about the entity.

ownership_declaration
object

Used to attest that the beneficial owner information provided is both current and correct.

tos_acceptance
object

Details on the entity's acceptance of the service agreement.

treasury_tos_acceptance
object

Unused. Reserved for future use.