Skip to main content
POST
Resolver enrutamiento de pagos

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
amount
integer<int64>
requerido

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

Ejemplo:

15000

senderISPB
string
requerido

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

Ejemplo:

"12345678"

Respuesta

OK

isDirect
boolean
requerido

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

Ejemplo:

false

quotaValidatedAmount
integer<int64>
requerido

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

Ejemplo:

15000

indirectISPB
string

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

Ejemplo:

"12345678"

sponsorISPB
string

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

Ejemplo:

"87654321"