Brad Carson
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Posts
Recent activity by Brad Carson Sort by recent activity-
Checkout multiple items
Unfortunately, according to the API docs there's not an easy way to purchase multiple items (i.e. shopping cart style): " Multiple orders may be passed in a single request, but each request is tra...
-
Optimizing ticket_group listing
I cache Events locally so the lookups are fast but not TicketGroups, because I don't know if this is possible or if it is, the API docs are unclear on how this process would work. So currently, wh...
-
Problem with nested params in creating an order
AnsweredI'm having difficulty creating orders with nested records. I think I'm following the correct format, but I get different results back the API. I would like to be able to specify all of the detail...
-
Access denied on sandbox venue maps
I get an access denied when trying to view sandbox venue maps. Ex: tevo.configurations.show(2141).seating_chart.medium => http://media.sandbox.ticketevolution.com/configurations/static_maps/21...
-
Sorting Ticket Groups
AnsweredI store mostly static data such as Events, Venues, Performers, etc., in our site database for improved performance. The biggest bottleneck right now is the TE API call to list TicketGroups for a s...
-
Order Processing: How does Samurai integrate with Ticket Evolution?
AnsweredI've configured settings.ticketevolution.com to use sandbox Samurai merchant keys and payment processor. When a site visitor buys tickets, the payment form is generated via the Samurai API so the ...
-
Api won't work without :ssl_verify set to false
On Heroku, I recieve "<Curl::Err::SSLCaertBadFile: Curl::Err::SSLCaertBadFile>" when using the API unless I turn ssl_verify off. Any ideas why this would be happening, how to fix it, and what the ...
-
Help creating an order (and other client records)
AnsweredCan someone please show me an example of creating a customer order with the API? Everything I'm trying is failing. tevo.orders.create_customer_order(:seller_id => 782, :client_id => 2351, :paymen...
-
Inconsistent TicketGroup sandbox data?
AnsweredI can pull a list of TicketGroups for a particular event, but when I try to show one it fails. If I keep going through the list trying different ticket_group ids, I find some of them work and some...
-
301 on ticket_groups list
AnsweredI get a 301 when trying to list Ticket Groups for a specific event. The URL is: api.sandbox.ticketevolution.com/ticket_groups?event_id=134423 It works fine when I "Try It!" using the API ticket...