Skip to main content
GET
/
account
/
pricing
Get Fee Schedule
curl --request GET \
  --url https://api.fyatu.com/api/v3.20/account/pricing \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Returns the fee schedule applicable to your business. Fees are determined by your Card Program contract.

Response Fields

FieldTypeDescription
issuanceFeenumberFee charged per card issued (USD)
fundingFeeobjectFee structure for card funding operations
transactionFeeobjectPer-transaction fees
fxSpreadnumberForeign exchange spread percentage for EUR-denominated cards
currencystringBase currency for all fees (USD)
Call this endpoint before issuing cards to calculate total cost. The total debit from your wallet for a card issuance is: amount + issuanceFee.

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /auth/token

Response

Fee schedule retrieved

The response is of type object.