v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0462198511.0 KB
billing

Retrieve a fee

Retrieve a fee by ID, including its variants.

get/fees/{fee_id}

Path parameters

fee_idstring required

Response

OK

aliasstring required

Stable alias of the fee.

chargeable_currenciesobject required

Fee amounts by chargeable currency.

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

descriptionstring nullable required

Description of the fee.

display_namestring required

Display name of the fee.

fee_type'transaction' | 'recurring' required
idstring required

Unique resource identifier.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

namestring required

Internal name of the fee.

tax_ratestring nullable required

Tax rate applied to the fee.

transaction_typestring nullable required

Transaction type to which the fee applies.

Example response

{
  "tax_rate": "0.20"
}