Integration — API reference
Integration
API reference
Complete reference of the platform public endpoints. All calls use Authorization: Bearer <token>.
Wallets
/api/v1/bank/wallet/Lists the wallets of the authenticated account.
/api/v1/bank/wallet/Creates a wallet (additional wallets tied to the entity).
Charges
/api/v1/bank/wallet/charge/Creates a Pix, boleto, card or other charge.
/api/v1/bank/wallet/charge/Lists wallet charges with filters by status and period.
/api/v1/bank/wallet/charge/capture/Captures a previously authorized card (confirmed).
/api/v1/bank/wallet/charge/<charge_uuid>/refund/<wallet_uuid>/Refunds a charge fully or partially.
/api/v1/bank/public/charge/<charge_uuid>/Public charge lookup (shows payment data).
Checkout & recurring
/api/v1/bank/wallet/payment-link/Creates a payment link with a hosted payment page.
/api/v1/bank/wallet/payment-link/Lists the wallet payment links.
/api/v1/bank/wallet/subscription/Creates a recurring subscription.
/api/v1/bank/wallet/subscription/<subscription_uuid>/cancel/<wallet_uuid>/Cancels a subscription.
Card services
/api/v1/bank/wallet/tokenization/Tokenizes a card.
/api/v1/bank/wallet/zeroauth/Validates a card with a zero-amount authorization.
/api/v1/bank/wallet/bin/<card_bin>/Returns the card BIN data.
/api/v1/bank/wallet/fx/rate/Returns the exchange rate between two currencies.
Payouts
/api/v1/bank/payout/Creates a payout to an external or internal destination.
/api/v1/bank/payout/<payout_uuid>/<wallet_uuid>/Returns the status of a payout.
Merchant portal
/api/v1/bff/account/Auth account data and enabled features.
/api/v1/bff/merchant/transactions/Merchant transactions for the merchant portal.