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
Generate QR Code
Your application calls the API to generate a dynamic QR Code with value and
description.
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” |
externalId | External identifier for correlation |
metadata | Object with custom data |
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 |
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}