accessToken.
Before you begin
A few conventions apply to every Banking flow in these guides:- Base URL — Banking lives at
https://api.banking.v2.portao3.com.br. - Tenancy — most paths are scoped to your
realmId,organizationId,accountId, and awalletId. You receive these during onboarding. Replace the{...}placeholders with your values. - Environment header — Banking requests carry an
x-environmentheader:LIVEfor production money movement,TESTfor sandbox data. - Amounts are in centavos — an
amountof10000means R$ 100,00. - Authorization — send your token as
Authorization: Bearer <accessToken>on every call.
Some sensitive operations (confirming a payment, reading full card details) may additionally require the authenticated user’s transaction
pin header, depending on how your credentials are provisioned. See Authentication for details.Choose a flow
Issue virtual cards
Create a virtual card, read its PAN and CVV, and hand it to a merchant for a charge.
Control card spending
Attach spend limits and merchant-category rules to cards, and check available balance.
Manage and monitor cards
List cards, block and unblock them, and read their transaction history.
Send a PIX payment
Pay out by PIX key or QR Code with the initiate-then-confirm flow.
Charge with PIX
Generate a PIX QR Code (Copia e Cola) and get notified when it’s paid.
Recurring billing with Pix Automático
Set up an authorized recurring debit, track each cycle, and fall back to boleto.
Wallets for your customers
Open a wallet per end customer, register PIX keys, read balances, and move money between wallets.
Receive webhooks
Understand the notification envelope and the events that drive every async flow.