API Call to check in an attendee?

Home Forums Ticket Products Event Tickets Plus API Call to check in an attendee?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #940358
    Mohammad Zubair
    Participant

    Hi, is it possible to check in an attendee via an API call in PHP?

    i.e in php to use a function like this (for example):

    TribeEventsWooTickets::check_in($ticket_id,$attendee_id);

    If this does not exists, is there a workaround?

    #940524
    Barry
    Member

    Hi Nazeem,

    That is indeed possible:

    TribeWooTickets::get_instance()->checkin( $attendee_id );

    You would of course need to have or be able to determine the correct attendee ID, but certainly all kinds of things like this are achievable 🙂

    I hope that helps!

    #940701
    Mohammad Zubair
    Participant

    Hi Barry!

    wow, thanks for your quick reply!

    #940902
    Barry
    Member

    Our pleasure 🙂

    I’ll go ahead and close out this topic but if we can help with anything else please just create a new topic and one of the team will be only too happy to assist.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘API Call to check in an attendee?’ is closed to new replies.