Update entity onboarding data

Deprecated

Deprecated. Use PATCH /entities/{entity_id}/onboarding_data instead. Update entity onboarding data.

Authentication

AuthorizationBearer

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

Path parameters

entity_idstringRequired

Headers

x-monite-versionstringRequired

Request

This endpoint expects an object.
business_profileobjectOptional
Business information about the entity.
ownership_declarationobjectOptional
Used to attest that the beneficial owner information provided is both current and correct.
tos_acceptanceobjectOptional
Details on the entity's acceptance of the service agreement.
treasury_tos_acceptanceobjectOptional
Details on the entity's acceptance of the Stripe Treasury service agreement.

Response

Successful Response
business_profileobject
Business information about the entity.
ownership_declarationobject
Used to attest that the beneficial owner information provided is both current and correct.
tos_acceptanceobject
Details on the entity's acceptance of the service agreement.
treasury_tos_acceptanceobject
Details on the entity's acceptance of the Stripe Treasury service agreement.

Errors

404
Put Entities ID Onboarding Data Request Not Found Error
409
Put Entities ID Onboarding Data Request Conflict Error
422
Put Entities ID Onboarding Data Request Unprocessable Entity Error
500
Put Entities ID Onboarding Data Request Internal Server Error