List boleto beneficiaries of the tenant

Lists beneficiaries from the settlement bank and keeps only those whose tax number matches an account of the tenant in X-Tenant-Id. Pagination follows the bank’s page; a page can come back short after that filter. hasNext means the bank has another page. Requires boleto_charge.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Tenant-IdstringRequired
Tenant context used for authorization and routing.
X-Request-TimestampstringRequired

Unix seconds. Required on the signed host; tolerance is 300s either way (403 request_timestamp_skew).

X-Content-SHA256stringRequired

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.

X-Request-SignaturestringRequired

Detached JWS (<protected>..<signature>, ES256 or PS256) over METHOD\nPATH?QUERY\nTIMESTAMP\nIDEMPOTENCY_KEY_OR_EMPTY\nX_CONTENT_SHA256.

Query parameters

statusenumOptional

Canonical beneficiary status (ELIGIBLE, PENDING, INELIGIBLE, UNDER_REVIEW).

Allowed values:
pageintegerOptional>=1Defaults to 1
Page number, starting at 1.
pageSizeintegerOptional1-200Defaults to 50
Number of beneficiaries per page, up to 200.

Response

Tenant beneficiaries on this page.
itemslist of objectsOptional
pageintegerOptional
pageSizeintegerOptional
totalItemsintegerOptional
hasNextbooleanOptional

Errors

403
Forbidden Error