Retrieve applicable fees for your business based on app type. Collection apps see collection/payout fees, issuing apps see card and eSIM fees.
| App Type | Fee Categories |
|---|---|
collection | Collection fees, Payout fees |
issuing | Card fees, eSIM fees |
| Field | Type | Description |
|---|---|---|
code | string | Unique fee identifier |
name | string | Human-readable fee name |
type | string | FIXED or PERCENTAGE |
rate | number | Fee amount (USD for FIXED, percentage for PERCENTAGE) |
minFee | number | Minimum fee (for percentage-based fees) |
maxFee | number | Maximum fee cap (if applicable) |
isWaived | boolean | Whether this fee is currently waived for your account |
| Fee Code | Description |
|---|---|
COLLECTION_FEE | Fee per collection transaction |
PAYOUT_FEE | Fee per payout/disbursement |
| Fee Code | Description |
|---|---|
CARD_ISSUANCE_FEE | One-time fee when creating a card |
CARD_FUNDING_FEE | Fee when adding funds to a card |
CARD_UNLOADING_FEE | Fee when withdrawing from a card |
CARD_DELETION_FEE | Fee when deleting a card |
CARD_MONTHLY_FEE | Monthly maintenance fee |
ESIM_PURCHASE_FEE | Fee when purchasing eSIM |