v1

latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KB
Onboarding V2

Simulate Account Review

Simulate a compliance review outcome in Sandbox.

post/v2/accounts/{main_account_id}/businesses/{sub_account_id}/sandbox/status

Path parameters

main_account_idstring required

Main account id in the form BZ-XXXX-XXXX.

sub_account_idstring required

Business child account ID

Request body

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

Customer-facing compliance review outcome to simulate on a business sub-account via the Simulate Account Review API.

  • APPROVED — simulates an approved sub-account that is active and ready to transact.
  • REJECTED — simulates a terminal rejection of the sub-account.
  • UNDER_REVIEW — places the sub-account in active compliance review.
  • PENDING_REVIEW — places the sub-account in the pre-review queue.
  • PENDING_RESPONSE — opens a Request for Information (RFI) on the sub-account, awaiting a partner response.

Response

Status transition accepted.