Saltar al contenido principal

BillingPlans

MONEI commercial billing plan assigned to the merchant account. Accounts created before the MONEI One launch keep their original plan, so the legacy values below are still returned. The plan does not change the API contract - do not branch integration logic on it.

  • MONEI_ONE - Unified plan (online + in-person), assigned to every new account.
  • MONEI_PLUS - Legacy standard online plan.
  • MONEI_POS - Legacy point-of-sale plan (in-person payments).
  • MONEI_X - Legacy extended-features plan.
enum BillingPlans {
MONEI_PLUS
MONEI_POS
MONEI_X
MONEI_ONE
}

Values

BillingPlans.MONEI_PLUS

BillingPlans.MONEI_POS

BillingPlans.MONEI_X

BillingPlans.MONEI_ONE

Member Of

Account object ● Charge object ● ChargeEventObject object ● SetupAccountInput input