Skip to content

Suggested

API Dashboard

ComplianceCustomer operation levels

Customer operation levels

How customer operation levels control compliance requirements across the conomy_hq platform.

Every Customer on the platform carries an operationLevel field that controls the compliance requirements applied to their transactions. Levels progress from INACTIVE to FULL as documentation is reviewed and approved.


LevelHow assignedReview gate
INACTIVEManual — an operator sets it explicitlyAll transactions blocked
BASICDefault for auto-created customers and for operator-created customers without an explicit levelReview gate applies when the amount threshold is met
STANDARDAssigned after basic documentation is approvedReduced review exposure, configured per client
FULLAssigned after full KYC documentation is approvedReview gate bypassed — every future transaction from the customer continues without review

When a topup arrives for an originante that has no existing customer record, the platform creates one automatically:

  • operationLevel is set to BASIC.
  • autoCreated is true.
  • Fields are populated from the originante data in the topup notification (firstName, lastName, documentNumber, documentType).

Surface autoCreated: true customers in your dashboard as a prompt to complete and verify the record.


A customer at FULL level bypasses the review gate on every subsequent transaction, regardless of amount. This amortises compliance friction: the first qualifying transaction triggers a one-time review; every future transaction from the same customer settles without re-review.

The bypass applies as long as the customer has at least one APPROVED document on record (isDocumented = true).


Returns the full customer record including operationLevel, isDocumented, and the documents array with per-document status.