v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Convenience Fees

Add a convenience fee rule

Adds a jurisdiction rule for the authenticated account. Convenience fees will not be collected for transactions originating from the specified jurisdiction. Requires the ManageConvenienceFees permission.

post/account/convenience-fees/rules

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

RuleIDinteger

The ID of the newly created rule

Example response

{
  "Success": true,
  "RuleID": 5
}