Update account application

Update a previously-created account application, only if the account application's submit field is false.

If submit is set to false:

  • The application is not sent for processing and can be further modified with incremental changes via this endpoint.

If submit flag is set to true:

  • No further updates can be made and the account application is sent out for processing, which creates an account and its associated structures.

  • This endpoint generates an Account application created event.

Warning—Some of the account's elements are created asynchronously and you should refrain from accessing the account via other endpoints until the events this endpoint generates are received.

Notes:

  • By default, prospect_cancel is false. If you set prospect_cancel to true, the account application is canceled and no further updates can be made.

  • You cannot update a previously-entered address. All addresses entered are considered new. The main address is the last one passed with mailing_address = true.

  • You cannot update a previously-entered partner object. All partner information entered is considered new.

  • For all other objects and fields, anything not passed is not updated.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!