Calculate fees based on selected tickets

User can use this api to check the total payable amount after adding extra charge based on selected tickets. It has the price and ticketing type id which we get from available ticketing details api.
No need to pass authentication key to call this api.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

AttributesDescription
aeFeesIt will return amount of accel event fees.
ccFeesIt will returns the amount for credit card processing fees.
ticketPriceIt will return a selected ticket's price.
ticketQuantityIt will return a count of tickets which user have selected for purchase.
ticketingTypeIdIt will return a unique ticket type id mapped with a ticket type.
totalPayableIt will return total payable amount.(ticket amount + extra charges)
wlFeesIt will return amount of wl event fees.

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

Error CodeError Description
4040200No Event could be found
Path Params
string
required

Pass event URL for which event's fees wants to calculate.

Body Params
RAW_BODY
array of objects
RAW_BODY
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json