Requires the merchant.transaction.list permission.
Returns a paginated list of transactions for all merchants that belong to the authenticated organization
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.
Company API key for authentication
Page number for pagination
x >= 1Number of transactions per page
1 <= x <= 100Comma-separated list of statuses to filter by (e.g., PROCESSING,APPROVED)
PROCESSING, AUTHORIZED, APPROVED, REFUNDED, PARTIALLY_REFUNDED, PENDING_REFUND, CHARGEDBACK, WAITING_PAYMENT, AWAITING_3DS, REFUSED, FAILED, EXPIRED, PENDING_CANCELLATION, CANCELLED Filter by provider (accepts lowercase and uppercase, returns uppercase)
CELCOIN, RINNE, CAPPTA Filter by transaction ID
Filter by number of installments
Filter by payment method
CREDIT_CARD, DEBIT_CARD, PIX, BOLEPIX Filter by capture method
EMV, MAGSTRIPE, ECOMMERCE, CONTACTLESS_ICC Filter by affiliation ID
Filter by transaction amount (in cents)
Minimum amount (inclusive) in cents
Maximum amount (inclusive) in cents
Start creation datetime (ISO 8601) inclusive
End creation datetime (ISO 8601) inclusive
Filter by request ID
Multi-field sort string (e.g., -created_at,amount). Allowed fields: created_at, amount, installments
created_at, amount, installments, -created_at, -amount, -installments