[DEPRECATED] Large PIX transfer by bank account (BigPix)
[DEPRECATED] Large PIX transfer by bank account (BigPix)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Transaction PIN of the operator in X-Acting-Document. Required on cashout routes when the credential enforces a PIN (428 pin_required).
Real IP of the end user, for integrator credentials calling on their behalf. This is the IP evaluated against cashoutSourceIps — without it the check would see your server’s IP. Ignored for delegated credentials, where the connection IP is already the right one.
Optional client-generated idempotency token (recommended for safe retries).
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.
Request
Pelo menos um de bankIspb ou bankCode é obrigatório
(aceitam COMPE 3-dig OU ISPB 8-dig no mesmo campo — ver
descrição na rota /pix/out/bank-account síncrona). A
normalização é feita uma única vez no batch: todos os
chunks gerados herdam a rota resolvida.
Total amount to transfer (will be split into chunks)
COMPE (3 dígitos) ou ISPB (8 dígitos). Ver rota síncrona.
Apelido para bankIspb — aceita os mesmos formatos.
Response
Overall status:
FULL- All chunks succeeded (HTTP 200)PARTIAL- Some chunks failed (HTTP 207)FAILED- No chunks succeeded (HTTP 502)