Skip to main content

AccountStatus

Lifecycle status of a merchant account.

  • ACTIVE - Account is active and can process payments.
  • PENDING_CONTRACT - KYC review pending; onboarding is not yet complete.
  • PENDING_APPROVAL - Contract signed, awaiting compliance review.
  • APPROVED - Compliance review passed; payouts are being released.
  • NOT_CONFIGURED - Additional information or documents are required (see statusReason).
  • SUSPENDED - Temporarily disabled by MONEI (see statusReason).
  • REJECTED - Compliance review failed (see statusReason).
  • DELETED - Account permanently removed.
  • PENDING_REVIEW - Re-review in progress after additional information was provided.
enum AccountStatus {
ACTIVE
PENDING_CONTRACT
PENDING_APPROVAL
APPROVED
NOT_CONFIGURED
SUSPENDED
REJECTED
DELETED
PENDING_REVIEW
}

Values

AccountStatus.ACTIVE

AccountStatus.PENDING_CONTRACT

AccountStatus.PENDING_APPROVAL

AccountStatus.APPROVED

AccountStatus.NOT_CONFIGURED

AccountStatus.SUSPENDED

AccountStatus.REJECTED

AccountStatus.DELETED

AccountStatus.PENDING_REVIEW

Member Of

Account object