Get affiliations for all merchants
Affiliations
Get affiliations for all merchants
Requires the merchant.affiliation.list permission.
Returns a paginated list of affiliations for all merchants that belong to the authenticated organization
GET
Get affiliations for all merchants
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Company API key for authentication
Query Parameters
Page number for pagination
Required range:
x >= 1Number of affiliations per page
Required range:
1 <= x <= 100Filter by company ID
Comma-separated list of statuses to filter by (e.g., ACTIVE,PROCESSING)
Available options:
PENDING, FAILED, ACTIVE, PROCESSING, BLOCKED, PENDING_APPROVAL, WAITING_DOCUMENTS, PROCESSING_DOCUMENTS, REJECTED, INVALID_SETTLEMENT_BANK_ACCOUNT Filter by provider (accepts lowercase and uppercase, returns uppercase)
Available options:
CELCOIN, RINNE, CAPPTA Filter by enabled status
Multi-field sort string (e.g., -created_at). Allowed fields: created_at, updated_at
Available options:
created_at, updated_at, -created_at, -updated_at 
