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

1

Create an account

Sign up at flipdepix.net. Confirm your email and access the dashboard.

2

Register a Liquid wallet

Under Wallets, add your lq1… address — where DePix is sent after each confirmed PIX.

3

Generate an API key

Under API → Keys, create a token with deposit:create, read:transactions and webhook:manage scopes.

4

Create a deposit

POST /v1/api/deposit with Idempotency-Key, amountCents and payer taxId. Display the returned pixQrCode.

5

Configure webhooks

Register your URL via POST /v1/api/webhook-endpoints. Validate X-Webhook-Signature with HMAC-SHA256.

Main endpoints

MethodEndpointUse
POST/v1/api/depositCreate PIX → DePix charge
GET/v1/api/deposit/{id}/statusPoll deposit status
POST/v1/api/withdrawDePix → PIX withdrawal
POST/v1/api/webhook-endpointsRegister webhook
POST/v1/api/payment-linksCreate payment link
GET/v1/api/feesQuery account fees
View full documentation →

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.