Client preset fees
The preset fees are sorted by creation date, with the most recent preset fee appearing first. The preset fee of the associated manager are not returned. A client preset fee overrides the manager preset fee for the same transaction path.
Authorizations
RIALTO_API_KEYstringRequired
Path parameters
clientIdstring · uuidRequired
The unique identifier of the client.
Responses
200
A JSON array of preset fees.
application/json
401
Invalid API key
404
Client not found.
500
An unexpected error occurred.
get
/clients/{clientId}/preset-feesReturns a preset fee by its unique identifier. If matching a preset fee for an associated manager, it is not returned. A client preset fee overrides the manager preset fee for the same transaction path.
Authorizations
RIALTO_API_KEYstringRequired
Path parameters
clientIdstring · uuidRequired
The unique identifier of the client.
presetFeeIdstring · uuidRequired
The unique identifier of the preset fee.
Responses
200
A preset fee.
application/json
401
Invalid API key
404
Client or preset fee not found.
500
An unexpected error occurred.
get
/clients/{clientId}/preset-fees/{presetFeeId}Last updated
