Get transaction fee condition

This API is used to get the base record for the transaction fee conditional logic. This API can be accessed by super admin and white label super admin. we need to pass the authentication key to authenticate the super admin and white label super admin, need to pass eventId, whiteLabelUrl, organizerUrl as a query param.it returns a list of TransactionFeeBaseRecordDto.

Here is the description of response attributes, which returns in the form of a JSON array.

AttributeDescription
idId for transaction fee conditional logic
operatorconditional operator for transaction fee conditional logic
aeFeeFlatAcceleventsfee flat for transaction fee conditional logic
aeFeePercentageAccelevents fee percentage for transaction fee conditional logic
wlAFeeFlatWhite label A fee flat for transaction fee conditional logic
wlAFeePercentageWhite label A fee percentage for transaction fee conditional logic
wlBFeeFlatWhite label B fee flat for transaction fee conditional logic
wlBFeePercentageWhite label B fee percentage for transaction fee conditional logic
fromTicketingPriceThresholdfromTicketingPriceThreshold for transaction fee conditional logic
whiteLabelIdit contains a white label event id which is unique.
eventIdit contains an event id that is unique.
organizerIdit contains an organizer id which is unique
isAddonCheck isAddon Ticketing Type For transaction fee conditional logic. it returns a boolean value and the default value is false.
isVirtualCheck isVirtual Ticketing Type For transaction fee conditional logic. it returns a boolean value and the default value is false.
toTicketPriceThresholdtoTicketingPriceThreshold for transaction fee conditional logic

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error codeError Description
4040014Transaction conditional logic configuration missing for white label
Language
Authorization
Header
Click Try It! to start a request and see the response here!