ma...@causelabs.co
unread,Feb 22, 2017, 5:02:09 PM2/22/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Eventbrite API
Hi there!
I'm evaluating whether I can use Eventbrite in an application I'm building. My question revolves around whether or not I can pass along some custom parameters to Eventbrite to be included in the final Eventbrite order so that I can cross-reference the order to what's happening on my side—namely, I need the user ID _on my app_ of the user making the purchase.
Is there any way to pass along this extra piece of data to Eventbrite so that it's included in the final order, perhaps as a hidden custom question? From there, I could potentially query the order API endpoint passed along in the webhook to retrieve the user's ID?
Or is there perhaps a way to immediately redirect back to my site after a successful purchase so that I can take the currently authenticated user into account? And is there a way to have this dynamic redirect?
The potentially obvious solution would be to match users based on email address, but I unfortunately can't guarantee that the email account they registered with on my app is the same they'll use to process the order.
Any advice or direction would be appreciated. Thanks!