FeeTransferDetails
Represents the details of a fee transfer.
reasonFeeTransferReason (string)required
The purpose of the fee transfer.
- CARD_REPLACEMENT_FEE - Fee for replacing a card that is lost, stolen, or damaged.
- CARD_FEE - Fee charged on funds paid on to the card.
- ATM_FEE - Fee for funds withdrawal on ATM.
- INACTIVITY_FEE - Fee charged for lack of transactions or authorizations.
- FX_FEE - Fee related to currency exchange.
- DISPUTE_FEE - Fee charged for resolving disputes related to payments, such as suspected fraud or unfulfilled goods/services.
Possible values: [CARD_REPLACEMENT_FEE
, CARD_FEE
, ATM_FEE
, INACTIVITY_FEE
, FX_FEE
, DISPUTE_FEE
]
descriptionstring
Human readable description for the transfer.
Possible values: <= 200 characters
FeeTransferDetails
{
"reason": "CARD_REPLACEMENT_FEE",
"description": "string"
}