Syntax

getEticket( eticket_id )

Returns the e-ticket with the ID eticket_id.

Access rights

Read access or full access required.

The access can also happen via a Digistore24-account, which was given access to the Vendor-account. In that case you need:

  • Full access
  • Technical access or
  • Support access

Arguments

eticket_id – 20-digits, numeric e-ticket ID (as it is e.g. scanned from the e-ticket)

Return data

The e-ticket, e.g.:

[eticket] => Array
(
    [download_url] => https://www.digistore24.com/eticket/file12345678901234567890.pdf
    [duration] =>
    [date_id] => 1
    [date] => 2016-09-23
    [hint] => 17:00
    [location_id] => 3
    [template_id] => 3
    [id] => 1234567890
    [purchase_item_id] => 12345678
    [no] => 1
    [count] => 1
    [email] => firstname.lastname@some-email.de
    [first_name] => Klaus
    [last_name] => Meier
    [salutation] => M
    [title] =>
    [language] => de
    [used_at] =>
    [is_blocked] => N
    [note] =>
    [product_id] => 12345
)