Skip to main content
GET
Retrieve a fee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

fee_id
string
required

Response

OK

alias
string
required

Stable alias of the fee.

chargeable_currencies
Chargeable Currencies · object
required

Fee amounts by chargeable currency.

created_at
string<date-time>
required

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

description
string | null
required

Description of the fee.

display_name
string
required

Display name of the fee.

fee_type
enum<string>
required

Type of fee.

Available options:
transaction,
recurring
id
string
required

Unique resource identifier.

modified_at
string<date-time>
required

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

name
string
required

Internal name of the fee.

tax_rate
string | null
required

Tax rate applied to the fee.

Example:

"0.20"

transaction_type
string | null
required

Transaction type to which the fee applies.

variants
FeeVariant · object[]
required

Scoped variants of this fee.