# PIX Biometric

***

### Learn How the Flow Works:&#x20;

The diagram below illustrates the complete bank registration and payment process.

<figure><img src="/files/w0OHSmeC81VmUae5TBwt" alt=""><figcaption><p>PIX Biometric Flow</p></figcaption></figure>

* The user selects Biometric PIX as the payment method.
* You submit the enrollment and payment details by simply setting the `payment_method` parameter to `IXB`.
* The user is redirected to the provided URL.
* One-time registration with their banking institution:
  * The user registers with the institution.
  * The institution requests biometric validation for confirmation.
  * The user validates their biometrics, and the institution stores the data for future payments.
* After registration, the user is redirected back to your application to complete the payment.
* The payment is authenticated via biometrics, and the user is redirected back to your application.\
  \
  \&#xNAN;*That's it! The entire enrollment and payment process requires just one POST call to our API - our PIX Biometric solution takes care of the rest.*

***

### Experience the Full Flow! 🚀

{% hint style="info" %}
Try It Out! \
\
👉 Click the expand symbol at the top right of the demo to enlarge the screen, then interact to simulate a real user experience and explore the full flow.
{% endhint %}

{% embed url="<https://www.figma.com/proto/6hOT9cDgHYnmuoGrjPSRur/Pix-Biometric?content-scaling=fixed&node-id=1-1143&page-id=0:1&scaling=scale-down&starting-point-node-id=1:1143&t=j93k8kl5IR6G0KCq-1&viewport=25,309,0.12>" %}

### One-Time Bank Registration: Step-by-Step UX Flow:

<figure><img src="/files/2OnkYf9GpisDewlT78ZO" alt=""><figcaption></figcaption></figure>

### Standard Post-Registration: Step-by-Step UX Flow

<figure><img src="/files/4MGHgzv3eTwci2hi1UvG" alt=""><figcaption></figcaption></figure>

***

### PIX Biometric Payment Method Information

|                               Icon                              | payment\_method | Name          |    Flows   |  Payment Type  | Available for test | Iframe supported |
| :-------------------------------------------------------------: | :-------------: | ------------- | :--------: | :------------: | :----------------: | :--------------: |
| <img src="/files/Dc2jiGL0e1vflzARzmCd" alt="" data-size="line"> |      `IXB`      | Pix Biometric | `REDIRECT` | BANK\_TRANSFER |         No         |        Yes       |

{% hint style="warning" %}
Pix Biometric does not work using a native checkout (iFrame) you must re-direct the customers to a new window/tab.\
\
Biometric is currently only available for mobile devices.
{% endhint %}


---

# 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://apidocs.onekeypayments.com/api-documentation/deposits-api/payment-methods/america/brazil/pix-biometric.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.
