cURL
curl --request GET \ --url https://api-sandbox.rinne.com.br/core/v1/pricing/fee-policies \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "a3dbd0c2-9f79-4f86-8caa-47779b3f2793", "name": "standard-card-fees", "description": "Standard fee structure for card transactions", "is_active": true, "cashout_price": 350, "organization_id": "a3dbd0c2-9f79-4f86-8caa-47779b3f2794", "rules": [ { "conditions": [ { "field": "transaction.payment_method", "operator": "EQUALS", "value": "credit_card" } ], "price": { "percentage": 2.5, "flat": 50, "minimum_price": 100 }, "priority": 1, "id": "a3dbd0c2-9f79-4f86-8caa-47779b3f2793", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 1, "limit": 20, "total": 50, "totalPages": 3, "hasNext": true, "hasPrev": false } }
Get a list of fee policies with optional filters and pagination
Company API key for authentication
Filter by fee policy name
Filter by active status
Filter by fee policy ID
Page number
x >= 1
Number of items per page
1 <= x <= 100
List of fee policies
Show child attributes