v1

latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KB
Individual Onboarding V2

Submit Individual Account

post/v2/accounts/{main_account_id}/individuals/{sub_account_id}/submit

Path parameters

main_account_idstring required

Main customer account ID

sub_account_idstring required

Individual child account ID

Request body

Response

Individual submitted successfully.

account_idstring required
status'DRAFT' | 'PROCESSING' | 'ACTION_REQUIRED' | 'UNDER_REVIEW' | 'APPROVED' | 'REJECTED' required

Onboarding lifecycle status of a business sub-account.

  • DRAFT — sub-account initiated but not yet submitted for review.
  • PROCESSING — submitted and being prepared for review.
  • ACTION_REQUIRED — a Request for Information (RFI) is open and waiting on the partner to respond. See RFI Handling.
  • UNDER_REVIEW — active manual compliance review is in progress or provisioning.
  • APPROVED — terminal status; the sub-account is active and ready to transact.
  • REJECTED — terminal status; the sub-account cannot be activated.
submitted_atstring required

Example response

{
  "submitted_at": "2026-06-11T00:00:00Z"
}