Client preset fees

Returns the list of preset fees for a client.

get
/clients/{clientId}/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
get
/clients/{clientId}/preset-fees

Returns a preset fee by ID for a client.

get
/clients/{clientId}/preset-fees/{presetFeeId}

Returns 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
get
/clients/{clientId}/preset-fees/{presetFeeId}

Last updated