# Virtual PIX

## Overviews

1. You collect the following customer details:&#x20;

   A. Your customer's user\_id on your platform.&#x20;

   B. Your customer's name and email (Optional).

   C. Your customer's identity (Optional).&#x20;
2. You make a virtual pix account create request with the customer's details. Check [API](/payin/submit-a-payin/brazil/virtual-pix/create.md).
3. Persist the virtual pix qr code and account id in your database, and inform customer the qr code.&#x20;
4. This qr code has no expiration date, user can scan this qr code to make payment anytime.&#x20;
5. Pagsmile will receive a notification from the bank, after the payment is successful.
6. Then you will receive a notification from pagsmile with the account id. Check [here](/payin/submit-a-payin/brazil/virtual-pix/notification.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pagsmile.com/payin/submit-a-payin/brazil/virtual-pix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
