List or search PIX Out payment intents
Lists all outbound PIX payment intents for a given account. Optionally, search for a specific payment by paymentId, identifier, or endToEndId (only one at a time). Returns payment history including status, recipient info, and reconciliation data.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
Account ID.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Query parameters
paymentId
Search by payment ID (returns single payment).
identifier
Search by integrator-provided identifier (returns single payment).
endToEndId
Search by E2E ID from BACEN (returns single payment).
status
Filter by payment status (list mode only). Canonical PIX statuses; a refunded/returned payment is REVERSED (there is no SUCCESS/REFUNDED/CANCELLED).
Response
List of payments.
payments
total
Total number of payments.
Errors
400
Bad Request Error
500
Internal Server Error