get https://api.accelevents.com/rest/host/event//settings/billing
This API is used to return data like silentAuctionActivated, causeAuctionActivated, raffleActivated, ticketingActivated and many more. This endpoint can be accessed by users with event admin access or greater.
If the API is executed successfully, here is the description of response attributes, which returns to the form of JSON.
Attribute | Description |
---|---|
slientAuctionActivated | Returns silent auction enabled value. It contains a boolean value. If silent auction enabled value is not passed default will be false. |
causeAuctionActivated | Returns cause action enabled value. It contains a boolean value. iI cause action enabled value is not passed default will be false. |
raffleActivated | it returns raffle enabled value. it contains a boolean value. if raffle enabled value is not passed default will be false |
ticketingActivated | Returns ticketing enabled value. It contains a boolean value. If ticketing enabled value is not passed default will be false. |
textToGiveActivated | Returns text to give enabled value. It contains a boolean value. If the text to give enabled value is not passed default will be false. |
publicKey | It contains Stripe key |
textToGiveSubscriptionId | It contains text-to-give subscription id |
textToGiveAmount | It contains text-to-give the plan amount |
billingType | It contains event billing type like Paid, Comp |
numberOfExhibitor | It contains a number of exhibitors created |
numberOfPurchasedExhibitor | It contains a number of exhibitors purchased |
numberOfDaysOfEvent | It contains a number of event days |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
40440105 | Subscription Not Found In Chargebee. |