What is PIX IN?
PIX IN is the feature that allows you to receive PIX payments in your Owem account. Customers pay via dynamic QR Code and you receive the funds in seconds.Instant
Receive in seconds, 24 hours a day, 7 days a week.
Dynamic QR Code
Each charge has its own QR Code with unique value and data.
Copy and Paste
EMV code for payment via banking apps.
Webhooks
Automatic notification when payment is confirmed.
How It Works
1
Generate QR Code
Your application calls the API to generate a dynamic QR Code with value and description.
2
Customer Pays
The customer scans the QR Code or uses “copy and paste” in their bank app.
3
Owem Processes
The payment is processed instantly by the PIX system.
4
You Receive
The amount is credited to your Owem account and a webhook is triggered.
Use Cases
| Use Case | Description |
|---|---|
| E-commerce | PIX checkout on website/app |
| Billing | Generate PIX invoices for customers |
| Donations | Receive donations with variable amounts |
| In-person sales | QR Code on terminal or printed |
| Subscriptions | Recurring payment via PIX |
Dynamic QR Code
Each QR Code is unique and contains:| Field | Description |
|---|---|
txId | Unique transaction identifier |
amount | Charge amount |
description | Description (appears on receipt) |
dueDate | Expiration date |
emv | Code for “copy and paste” |
Generated QR Code Example
Lifecycle
| Status | Description |
|---|---|
pending | QR Code generated, awaiting payment |
paid | Payment confirmed |
settled | Amount credited to account |
expired | QR Code expired without payment |
Refunds
You can refund a received PIX back to the original payer.Refund Reasons
| Reason | Description |
|---|---|
| Customer request | Customer requested refund |
| Operational error | Duplicate charge or wrong amount |
| Fraud | Payment with fraudulent card |
Limits and Fees
Limits and fees vary according to your plan. Check your contract or the Owem dashboard.
| Operation | Default Limit |
|---|---|
| QR Codes per minute | 120 |
| Minimum amount | R$ 0.01 |
| Maximum amount | Per contract |
| Default expiration | 24 hours |
Related Endpoints
Generate QR Code
POST /v4/i/pix/in/dynamic-qrcodeQuery QR Code
GET /v4/i/pix/in/dynamic-qrcode/{txId}Refund
POST /v4/i/pix/in/refund/{endToEndId}Query Refund
GET /v4/i/pix/in/refund/{endToEndId}