Invoicing over R$ 1 million a month? Get exclusive terms.Talk to us
Cash-in and cash-out in reais

Get paid over PIX in seconds.

Charge by dynamic and static QR, generate payment links and cash out to any PIX key, with real-time confirmation, signed webhooks and a REST API with a sandbox environment.

REST API · Signed webhooks · Sandbox

Astron PayAstron Pay

Valor a cobrar

R$0,00
Gerar QR Code

Numbers

Processed on the gateway
R$ 0 million
Uptime SLA
0%
PIX confirmation
0s
Businesses integrated
0

Product

Everything PIX needs, in one API.

Charging, paying and reconciliation in reais in one place, with real-time confirmation and no spreadsheets.

Cash-in via QR

Charge by dynamic and static QR, with real-time confirmation.

Cash-out over PIX

Pay to any PIX key straight from the API.

Payment link

Generate an external payment link and share it with whoever will pay.

Confirmation webhooks

Every event fires a signed webhook to your application.

Settlement

Withdraw your balance in stablecoin.

Receive over PIX and withdraw in USDC or USDT, with a locked quote and on-chain settlement. For operations that prefer to hold cash in digital dollars, without leaving Astron.

Explore conversion
Withdrawal on-chain

Saldo em reais

R$ 1.000,00

cotação travada

Você saca

195,69

USDC
tx 0x7a3f···b21eon-chain settlement

How it works

From QR to webhook.

One flow, from receipt to confirmation, with an event for every change.

  1. 01

    Charge

    You create the charge through the API and receive the QR or the payment link.

  2. 02

    Payment

    The customer pays the PIX. Confirmation reaches the gateway in real time.

  3. 03

    Confirmation

    The charge status is updated and available in the API and the dashboard.

  4. 04

    Webhook

    A signed webhook notifies your application on every status change.

Developers

Built for your dev team.

Integrate PIX in a handful of REST calls, with predictable responses, clear error messages and a sandbox isolated from production.

  • Straightforward docs

    Quickstart, API reference and ready-to-copy examples.

  • Responsive REST API

    Predictable responses and clear errors, no guessing what went wrong.

  • Sandbox environment

    Isolated from production, with its own credentials.

  • Direct support

    A channel with people who know the integration, not a generic queue.

Read the docs
curl -X POST https://gateway.3xpay.co/transaction/cash-in \
  -H "api_key: $API_KEY" \
  -H "api_secret: $API_SECRET" \
  -H "Content-Type: application/json" \
  -d '{
    "transaction": {
      "amount": 100.50,
      "external_id": "order_12345",
      "callback_url": "https://sua-api.com/webhooks/3xpay",
      "debtor": {
        "name": "João da Silva",
        "document": "12345678901"
      }
    }
  }'

# 201 Created
{
  "status": "PENDING",
  "payment": {
    "status": "PENDING",
    "transaction_id": "W5qrXoQ6Me5kfw1mEaTsn9lizo",
    "payment_code": "00020126...",
    "total": 100.50
  },
  "transaction_id": "756afe09-0471-4124-9f35-6691fa130f5b"
}

Pricing

A fair rate per PIX.

The rate is set by volume tier and tuned to your operation. No single table, no surprises.

Fixed fee

R$ 0.15

per paid PIX

Variable fee

a percentage

by transacted volume tier

  • Unlimited sandbox
  • Webhooks and reconciliation included
  • No hidden fees

FAQ

Frequently asked questions.

Start receiving over PIX today.

Create your account and integrate in the sandbox.