Skip to main content

Overview

Create outbound PIX transfers from BRL accounts via POST /api/v1/br/transactions/outbound. Requires sufficient net balance. The transaction starts in processing when accepted, or cancelled if the payout cannot be created.

Required fields

  • accountId, amount
  • name — recipient display name
  • keyTypedocument, email, evp, phone, or cnpj
  • keyPix — PIX key value matching keyType

Status updates

  • Poll: GET /api/v1/br/transactions/{id}/status
  • Optional webhookUrl on the request (see Receiving webhooks)

Example request

Payout lifecycle

HG.Cash exposes normalized statuses (pending, processing, done, cancelled, failed). Use polling or your webhook handler to react to status changes.