Skip to main content
GET
Get fee

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Path Parameters

id
string<uuid>
required

Fee ID

Response

A cardholder fee row.

id
string<uuid>
required

Fee ID.

type
enum<string>
required

Which cardholder fee this row sets.

Available options:
FX_MARKUP,
ATM_DOMESTIC_VARIABLE,
ATM_DOMESTIC_FIXED,
ATM_CROSS_BORDER_VARIABLE,
ATM_CROSS_BORDER_FIXED
Example:

"FX_MARKUP"

value
FeeBpsValue · object
required

The fee value, denominated as unit says.

scope
Project · object
required

Where the fee attaches. PROJECT rows are the default rate card for your program; an ACCOUNT row overrides one fee type for one account.

version
integer
required

Incremented on every change. Transaction events record the version that priced them.

Required range: -9007199254740991 <= x <= 9007199254740991
createdAt
string
required

ISO 8601 creation timestamp.

updatedAt
string
required

ISO 8601 last-update timestamp.