Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

The unique identifier of the fee Unique identifier for a fee

Pattern: ^fee_[a-zA-Z0-9]+$

Response

Fee details

id
string
required
Pattern: ^fee_[a-zA-Z0-9]+$
object
enum<string>
default:fee
required
Available options:
fee
name
string
required
description
string
required
merchantId
string
required

Unique identifier for an organization

Pattern: ^org_[a-zA-Z0-9]+$
productId
string
required

The product this fee belongs to. Always populated; derived from the item's catalog when the fee is tagged with an item.

Pattern: ^prod_[a-zA-Z0-9]+$
itemId
string | null
required

The item this fee is tagged with, or null when untagged. Used to map this fee's invoice lines to an external accounting/tax identity.

Pattern: ^itm_[a-zA-Z0-9]+$
createdAt
string<date-time>
required
updatedAt
string<date-time>
required