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
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Unix seconds. Required on the signed host; tolerance is 300s either way (403 request_timestamp_skew).
Lowercase hex SHA-256 of the body. An empty body hashes the empty string, so the header is always present. Mismatch returns 400 body_hash_mismatch.
Detached JWS (<protected>..<signature>, ES256 or PS256) over METHOD\nPATH?QUERY\nTIMESTAMP\nIDEMPOTENCY_KEY_OR_EMPTY\nX_CONTENT_SHA256.
Query parameters
Search by payment ID (returns single payment).
Search by integrator-provided identifier (returns single payment).
Search by E2E ID from BACEN (returns single payment).
Filter by payment status (list mode only). Canonical PIX statuses; a refunded/returned payment is REVERSED (there is no SUCCESS/REFUNDED/CANCELLED).