# BluPay API ## Docs - [Intro](https://docs.blupayip.io/intro-1860985m0.md): - [Pix In](https://docs.blupayip.io/pix-in-5916932f0.md): Pix In (Payment Receipt) endpoints - Generate QR Codes for receiving payments - [Pix Out](https://docs.blupayip.io/pix-out-5916933f0.md): Pix Out (Withdrawal/Transfer) endpoints - Send Pix transfers to destination keys - [Webhooks (Reference)](https://docs.blupayip.io/webhooks-reference-5916935f0.md): Reference examples for webhook payloads sent by the system. These are not API endpoints - they are sent to your configured `postbackUrl`. - [Wallets](https://docs.blupayip.io/wallets-5916934f0.md): Endpoints for wallet balances. ## API Docs - Pix In [Create Pix In Transaction](https://docs.blupayip.io/create-pix-in-transaction-25565104e0.md): Creates a Pix payment request (Pix In) for receiving funds. - Pix In [Get Pix In Transaction](https://docs.blupayip.io/get-pix-in-transaction-25565105e0.md): Retrieve a PIX IN transaction by `id` or `externalRef`. - Pix In [Reenviar webhook](https://docs.blupayip.io/reenviar-webhook-28010672e0.md): Reenvia os webhooks de uma transação para todos os destinos configurados (postbackUrl da transação e endpoints de webhook da company que estejam inscritos no tipo de evento correspondente ao status atual). - Pix Out [Create Pix Out Transaction](https://docs.blupayip.io/create-pix-out-transaction-25565107e0.md): Debits the company wallet and creates a Pix transfer to the destination key. - Pix Out [Get Pix Out Transaction](https://docs.blupayip.io/get-pix-out-transaction-25565106e0.md): Retrieve a PIX OUT transaction by `id`, `externalRef`, or `idempotencyKey`. - Webhooks (Reference) [Pix In - Payment Confirmed (transaction.paid)](https://docs.blupayip.io/pix-in-payment-confirmed-transaction-paid-25565109e0.md): Webhook sent when a Pix In payment is confirmed. - Webhooks (Reference) [Pix In - Refunded (transaction.refunded)](https://docs.blupayip.io/pix-in-refunded-transaction-refunded-25565110e0.md): Webhook sent when a Pix In payment is refunded. - Webhooks (Reference) [Pix In - MED (transaction.infraction)](https://docs.blupayip.io/pix-in-med-transaction-infraction-26694599e0.md): Webhook sent when a Pix In payment MED infraction is received. - Webhooks (Reference) [Pix Out - Transfer Confirmed (transfer.paid)](https://docs.blupayip.io/pix-out-transfer-confirmed-transfer-paid-25565111e0.md): Webhook sent when a Pix Out transfer is successfully completed. - Webhooks (Reference) [Pix Out - Transfer Failed (transfer.failed)](https://docs.blupayip.io/pix-out-transfer-failed-transfer-failed-25565112e0.md): Webhook sent when a Pix Out transfer fails. - Wallets [Get Wallet Balances](https://docs.blupayip.io/get-wallet-balances-25565108e0.md): Returns balances for PIX, PIX_BLOCKED, and RESERVE wallets for the authenticated company. Requires Basic Auth (`secretKey:publicKey`).