Skip to main content
POST
Reserve an inbound Pix Automático debit hold

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint using client credentials (clientId and clientSecret).

Include token in Authorization header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Token expires after 3600 seconds (1 hour).

Headers

Authorization
string

Bearer access token (the financial-ingress gate; the handler fails closed with Pix-0082 when absent).

Chave-Idempotencia
string
required

Idempotency key (= the endToEndId of the transaction). Mandatory per

Body

application/json
codMunIbge
integer<int64>
required

Payer IBGE municipality code (7 digits).

cpfCnpj
string
required

Payer CPF or CNPJ (a v5.5.0 string).

endToEndId
string
required

Unique payment-instruction id (32-char).

ispb
string
required

Payer participant ISPB (8 digits, a v5.5.0 string).

nrConta
string
required

Payer account number (nrConta, a string).

tpPessoa
integer<int64>
required

Payer person type (0=Pessoa Fisica, 1=Pessoa Juridica).

valor
number<double>
required

Reserve amount in reais.

nrAgencia
string

Payer branch (nrAgencia, 4 digits, string).

Response

OK

dtHrRespostaSgct
string
required

settlement-gateway response timestamp (UTC).

endToEndId
string
required

Unique payment-instruction id (32-char).

resultado
integer<int64>
required

Block result (0=Rejeitado, 1=Aceito).

idOperacaoSgct
string

settlement-gateway block-operation id (GUID; present only when resultado=1).

motivo
string

Rejection reason (SGCTPIX001=insufficient funds, SGCTPIX999=other; present only when resultado=0).

motivoComplemento
string

Rejection detail (present only when resultado=0).