Taiga
API ReferenceFee SchedulesV3

Get default payer thresholds

Gets the default payer threshold

GET
/api/fee-schedules/v3/payer-threshold/default

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/fee-schedules/v3/payer-threshold/default"
{  "upper_threshold_cents": 0,  "lower_threshold_cents": 0,  "disable_paid_incorrectly": true}