Resolve payment routing
Resolve payment routing
Resolves the routing path for a payment based on the sender’s ISPB and amount.
POST
Resolve payment routing
Authorizations
JWT bearer token issued by the identity provider.
Body
application/json
Response
OK
True when the sender connects directly to BACEN; false when routed through a sponsor.
Example:
false
Amount in centavos (BRL minor units) validated against the indirect participant's quota.
Example:
15000
ISPB of the indirect participant being routed through the sponsor (8 numeric digits); empty for direct participants.
Example:
"12345678"
ISPB of the sponsor participant routing the payment (8 numeric digits); empty for direct participants.
Example:
"87654321"

