BusinessStatus
Verification status of the merchant business against the public registry.
processing- Verification in progress.under_review- Manual review by MONEI compliance.active- Verified active business.inactive- Business is inactive.dissolved- Business has been dissolved.renamed- Business name changed; details require update.transformed- Legal structure changed; details require update.not_found- Business not found in the public registry.in_formation- Company registered but not yet active.resubmission_requested- Updated business details required.
enum BusinessStatus {
active
under_review
inactive
dissolved
renamed
transformed
processing
not_found
in_formation
resubmission_requested
}
Values
BusinessStatus.active
BusinessStatus.under_review
BusinessStatus.inactive
BusinessStatus.dissolved
BusinessStatus.renamed
BusinessStatus.transformed
BusinessStatus.processing
BusinessStatus.not_found
BusinessStatus.in_formation
BusinessStatus.resubmission_requested
Member Of
BusinessData object