v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Configuration Fee Schedules

List fee schedules

Use this endpoint to retrieve all fee schedules for the authenticated tenant.

get/v1/fee-schedules

Query parameters

limitinteger

The maximum number of items to include in the response.

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

List of fee schedules with cursor pagination

cursorstring

Cursor value to retrieve the next page of results

Example response

{
  "items": [
    {
      "id": "019c96a0-2b20-7123-9a1b-2c3d4e5f6a7b",
      "tenantId": "019c96a0-0a98-7287-9a31-786e0809c769",
      "name": "Card Processing - Visa",
      "currency": "USD",
      "roundingScale": 2,
      "items": [
        {
          "id": "019c96a0-2b20-7123-9a1b-2c3d4e5f6a7b",
          "name": "interchange",
          "priority": 1,
          "createdAt": "2025-01-15T10:30:00Z",
          "updatedAt": "2025-01-15T10:30:00Z"
        }
      ],
      "createdAt": "2025-01-15T10:30:00Z",
      "updatedAt": "2025-01-15T10:30:00Z"
    }
  ],
  "cursor": "eyJpZCI6IjAxOWM5NmEwLTJiMjAtNzEyMy05YTFiLTJjM2Q0ZTVmNmE3YiJ9"
}