Skip to main content
POST
Resolver roteamento de pagamentos

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json
amount
integer<int64>
obrigatório

Transaction amount in centavos (BRL minor units) to validate against quota; must be greater than zero.

Exemplo:

15000

senderISPB
string
obrigatório

ISPB of the sending participant whose routing is being resolved, exactly 8 numeric digits.

Exemplo:

"12345678"

Resposta

OK

isDirect
boolean
obrigatório

True when the sender connects directly to BACEN; false when routed through a sponsor.

Exemplo:

false

quotaValidatedAmount
integer<int64>
obrigatório

Amount in centavos (BRL minor units) validated against the indirect participant's quota.

Exemplo:

15000

indirectISPB
string

ISPB of the indirect participant being routed through the sponsor (8 numeric digits); empty for direct participants.

Exemplo:

"12345678"

sponsorISPB
string

ISPB of the sponsor participant routing the payment (8 numeric digits); empty for direct participants.

Exemplo:

"87654321"