Promote a kyb_scope=MINIMAL business customer to kyb_scope=FULL by attaching beneficial-owner data. Identity columns (registration_number, incorporation_country) are typically already on file from MINIMAL onboarding.
Eligibility checks (return 422 on failure):
type=business.kyb_scope=MINIMAL (or has no scope set, treated as Minimal). A FULL customer cannot be “upgraded” again.PROCESSING (rejected with 400 — wait for the customer-level webhook before retrying).Validation (return 422 on failure):
registration_number / incorporation_country overrides, they must satisfy the same rules as create.country to update jurisdiction, the resulting country and incorporation_country must match.On success:
kyb_scope flips to FULL.VERIFIED, verification_status flips back to PENDING (re-onboarding under stricter rules). Existing NGN VBAs are unaffected.customer.status_changed webhook fires for the verification-status transition (if any).Important: This endpoint does NOT run the Standard readiness checks. Owner ID files are not part of this payload — upload them per-owner via POST /api/external/customer/{id}/owner/{owner}/files after the upgrade succeeds. Then call POST /api/external/customer/{id}/submit to re-verify the customer under the Standard checks.
Required scope: customer:write.
Documentation Index
Fetch the complete documentation index at: https://docs.business.blaaiz.com/llms.txt
Use this file to discover all available pages before exploring further.
Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
Beneficial owners, signatories, and directors. Required, at least one owner. The sum of every owner's ownership_percentage must equal exactly 100 (validated at this endpoint). Per-owner ID files are uploaded after the upgrade succeeds, via the dedicated owner-file endpoints — they're not part of this payload.
1 - 5 elementsOptional override. The business registration / company number is already on the customer from MINIMAL onboarding (canonical for both scopes), so you typically don't send this. Send it only to update the value during the upgrade. Subject to the standard uniqueness rule on (business_id, registration_number, incorporation_country).
Optional override. Already on the customer from Minimal onboarding. Send only if you want to update the value during the upgrade. Must match the customer's country after your changes are applied — if they don't match, the request returns 422.
Optional. Update the registered-address country alongside incorporation_country when correcting jurisdiction during the upgrade. The resulting country and incorporation_country must match.
Optional augmentation. Trading or 'doing business as' name.
Optional augmentation. Legal entity type.
corporation, government_entity, llc, non_profit, other, partnership, sole_proprietorship Optional augmentation. Must be in the past.
Optional augmentation.
Optional augmentation. Max 2000 chars.
Optional augmentation.
Optional augmentation.
business_revenue, business_loans, investment_income, third_party_funds, other Optional augmentation. Estimated annual revenue band, in USD.
0_99999, 100000_499999, 500000_999999, 1000000_4999999, 5000000_24999999, 25000000_99999999, 100000000_249999999, 250000000_plus Optional augmentation.
Optional augmentation.
receive_payments_for_goods_and_services, send_payments_for_goods_and_services, send_receive_funds_related_parties, other Validated against operating_country.
ISO alpha-2. Required whenever any other operating_* field is supplied.
Customer upgraded. kyb_scope is now FULL. Owner ID files still need to be uploaded; then call /submit to re-verify under the FULL floor.