v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Convenience Fees

Create or update a convenience fee setting

Creates or updates a convenience fee setting for a specific transaction type. If a setting already exists for the given TransactionTypeID it will be updated; otherwise a new setting is created. Requires the ManageConvenienceFees permission.

post/account/convenience-fees/settings

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

SettingIDinteger

The ID of the created or updated fee setting

Example response

{
  "Success": true,
  "SettingID": 12
}