# Enrollments (Brazil) ## Enroll a new user device - [POST /payments/br/enrollments/](https://developers.belvo.com/apis/belvoopenapispec/enrollments-(brazil)/createenrollmentbrazil.md): ## ▶️ Usage With the method, you can begin the enrollment process for a new device to allow for Biometric Pix payments. > 🚧 Create a customer first > > Before you can enroll a user device, you must first create a customer. ## List enrollments - [GET /payments/br/enrollments/](https://developers.belvo.com/apis/belvoopenapispec/enrollments-(brazil)/listenrollmentsbrazil.md): ## ▶️ Usage With the List Enrollments method, you can: 1. (Recommended) List enrollments related to a specific CPF (using the query parameter). 2. List enrollments related to a specific and (using the and query parameters). 3. List enrollments according to a specific status (using the query parameter). 4. List all enrollements related to your Belvo account (without using any query parameters). ## 🔦 Filtering Responses Please see the query list below for a list of fields that you can filter your responses by. For more information on how to use filters, see our Filtering responses article. ## 📖 Pagination This method returns a paginated response (default: 100 items per page). You can use the query parameter to increase the number of items returned to a maximum of 1000 items. You can use the query parameter to navigate through the results. For more details on how to navigate Belvo's paginated responses, see our Pagination Tips article. ## Get details about an enrollment - [GET /payments/br/enrollments/{enrollment_id}/](https://developers.belvo.com/apis/belvoopenapispec/enrollments-(brazil)/detailenrollmentbrazil.md): Get details regarding a specific device enrollment. ## Complete enrollment after redirection - [POST /payments/br/enrollments/complete-redirection/](https://developers.belvo.com/apis/belvoopenapispec/enrollments-(brazil)/completeenrollmentredirectionbrazil.md): ## ▶️ Usage Use this endpoint to complete the enrollment process after the user is redirected back from the institution. The request body should match the parameters received in the callback URL, either for a successful or error callback.