Skip to main content

Update the status of an ID tag

PUT 

/id-tags/:id/status

Changes the authorization status of an ID tag to control charging access.

Use Cases:

  • Block compromised or lost RFID cards
  • Reactivate previously blocked tags
  • Temporarily disable tags without deleting them
  • Implement security policies (e.g., block on failed payment)
  • Transition pending tags to active after user assignment

Security Considerations:

  • Status changes take effect immediately for new authorization requests
  • Active charging sessions may continue depending on OCPP configuration
  • Audit logs track all status transitions with timestamps and user context
warning

Changing status to BLOCKED immediately prevents new session authorization. Use this for lost/stolen cards or security incidents.

tip

Use BLOCKED instead of deletion to preserve audit history. Blocked tags can be reactivated if recovered.

info

The system automatically sets status to EXPIRED when expiryDate is reached. Manual status updates override this.

Request

Responses

An ID tag used for charging authentication