# Enrollments Device enrollment code management for pairing new devices. ## List enrollments - [GET /ipp/v1/enrollments](https://docs.kustom.co/contents/api/in-person-payments/enrollments/listenrollments.md): Returns a paginated list of enrollments for the merchant. Soft-deleted (CANCELLED) enrollments are always excluded. Results can be filtered by location, by metadata key-value pairs, and by whether consumed enrollments are included. ## Create enrollment - [POST /ipp/v1/enrollments](https://docs.kustom.co/contents/api/in-person-payments/enrollments/createenrollment.md): Creates a new enrollment code that a device can use to register. ## Delete enrollment - [DELETE /ipp/v1/enrollments/{enrollment_id}](https://docs.kustom.co/contents/api/in-person-payments/enrollments/deleteenrollments.md): Soft-deletes an enrollment. The enrollment will no longer appear in list results.