Developers
PIX and DePix API for developers
Automate PIX charges and receive DePix on the Liquid Network. REST API, signed webhooks, idempotency keys and payment links — non-custodial gateway with full documentation.
Quickstart
Create an account
Sign up at flipdepix.net. Confirm your email and access the dashboard.
Register a Liquid wallet
Under Wallets, add your lq1… address — where DePix is sent after each confirmed PIX.
Generate an API key
Under API → Keys, create a token with deposit:create, read:transactions and webhook:manage scopes.
Create a deposit
POST /v1/api/deposit with Idempotency-Key, amountCents and payer taxId. Display the returned pixQrCode.
Configure webhooks
Register your URL via POST /v1/api/webhook-endpoints. Validate X-Webhook-Signature with HMAC-SHA256.
Main endpoints
| Method | Endpoint | Use |
|---|---|---|
POST | /v1/api/deposit | Create PIX → DePix charge |
GET | /v1/api/deposit/{id}/status | Poll deposit status |
POST | /v1/api/withdraw | DePix → PIX withdrawal |
POST | /v1/api/webhook-endpoints | Register webhook |
POST | /v1/api/payment-links | Create payment link |
GET | /v1/api/fees | Query account fees |
Webhooks and automation
Receive signed POSTs on deposit.confirmed, deposit.refunded, withdrawal.completed and more. Ideal for automatic reconciliation, fulfillment and end-user notifications.
Brazil payment gateway
FlipDepix operates as a PIX payment gateway for Brazil, settling in DePix (BRL stablecoin) on the Liquid Network — Bitcoin sidechain infrastructure with confidential transactions.