Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

Digistore24

With Digistore24 modules in Boost.space Integrator, you can watch new payments, etickets, and approved affiliates.

To get started with Digistore24, create an account at digistore24.com.

Connect Digistore24 to Boost.space Integrator

To connect Digistore24 app, you need to obtain the API Key value from your Digistore24 account and insert them in the Digistore24 module scenario.

  1. Log in to your Digistore24 account.

  2. Click Settings > Account Access >API Keys. Click New API key.

    digistore-1.png
  3. Enter a name for the application, select the API Permissions, and click Save.

    digistore-2.png
  4. Copy the API Key to a safe place.

    digistore-3.png
  5. Log in to your Boost.space Integrator account, insert a Digistore24 module scenario and click the Add button next to the Connection field.

    digistore-4.gif
  6. In the Connection name field, enter a name for the connection.

  7. In the API Key field, enter the details copied in step 2 and click Save.

You have successfully established the connection. You can now begin editing your scenario and adding more Digistore24 modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.

Payments

You can watch new payments using the following module.

Watch New Payment

Triggers when a new payment is created.

Webhook

Enter a name for the webhook.

See Setting Up Digistore24 Webhooks to set up webhooks in your Digistore24 account.

Etickets

You can watch new etickets using the following module.

Watch Eticket Created

Triggers when a new eticket is created.

Webhook

Enter a name for the webhook.

See Setting Up Digistore24 Webhooks to set up webhooks in your Digistore24 account.

Affiliates

You can watch affiliate approved using the following module.

Watch Affiliate Approved

Triggers when an affiliate is created.

Webhook

Enter a name for the webhook.

See Setting Up Digistore24 Webhooks to set up webhooks in your Digistore24 account.

Other

You can call APIs using the following module.

Make an API Call

Performs an arbitrary authorized API call.

[Note] Note

For the list of available endpoints, refer to the Digistore24 API documentation.

Connection

Establish a connection to your Digistore24 account.

URL

Enter a path relative to https://www.digistore24.com. For example, /api/call/listProducts.

Method

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of use – List Etickets

The following API call returns all etickets from your account.

URL: /api/call/listEtickets

Method:GET

msedge_4rMfwiadlg.png

Matches of the search can be found in the module’s Output under Bundle > Body > data > etickets

In our example, 7 etickets were returned:

msedge_A26XAXLxGv.png

Setting Up Digistore24 Webhooks

To set up the webhook:

  1. Open any Watch module, click Add, enter a name for the webhook, click Save and copy the URL to your clipboard.

    msedge_N25oFm7inW.gif
  2. Log in to your Digistore24 account.

  3. Click Setting > Integrations (IPN) > Webhook and enter the details as provided in the below table.

    NxwsNZVrFb.png

    Name

    Name of the webhook.

    For Products

    Products for which you want to receive triggers.

    For add-ons

    Select whether you want to receive triggers for add-ons. By default, Yes is selected.

    For orders in these languages

    Language of the order for which you want to receive notifications.

    Send notifications for

    Events for which you want to receive notifications.

    For order event

    Events for which you want to receive the trigger.

    Webhook URL

    URL address copied in step 1.

    Perform also for follow-up payments

    If NO, the webhook is only executed for the first payment (and, if necessary, the first cancellation)

    GET parameter names

    Select the parameters to include in the triggers.

    Success check is …

    Options to define success for the trigger.

    Active

    Determines whether the webhook is active.

    Email address for error notifications

    Email addresses to notify about trigger errors.

  4. Click Save.

You have successfully set up the webhook.