🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
2Download Connector for 2DL Hosted Checkout

2Download Connector for 2DL Hosted Checkout

5/5 (1 ratings) — active installs Updated May 6, 2026

2Download Connector for 2DL Hosted Checkout integrates your WordPress site with 2DL hosted services (2dl.app).

  • Checkout sessions and receipts are created/fetched via 2dl.app.
  • Subscription tier (Standard/Pro/Studio) is managed on 2dl.app.
  • This plugin does not require payment secret keys or webhooks on your WordPress site.

This plugin does not include any license-key locks for local functionality. Subscription billing (if used) is handled by the 2dl.app hosted service.

Shortcodes:
[ToDownload_storefront] – storefront listings
[ToDownload_cart] – cart
[ToDownload_checkout] – checkout (redirects to hosted checkout)
[ToDownload_account] – receipts / account view

External services

This plugin communicates with 2DL hosted services to enable hosted checkout, secure delivery, and Connect onboarding/status.

Domain(s) the plugin may connect to:

  • https://2dl.app (default)
  • https://staging.2dl.app (optional, if your WordPress site is configured to use staging)
  • https://wp.2dl.app and subdomains (optional, used by the hosted WordPress connector environment)

The exact base URL is configured by your site admin in the plugin settings.

What the service is / what it is used for:

  • 2DL hosted services (2dl.app)
    • Purpose: create hosted checkout sessions, look up receipts/licenses, and manage seller onboarding/status.
    • Data sent and when (depending on configuration and flow):
    • When creating a hosted checkout session: store/product identifiers and redirect URLs (for example store_public_id, product_public_id, success_url, cancel_url).
    • When looking up receipts/licenses: checkout session ID (for example session_id).
    • When starting Connect onboarding via 2DL (admin/seller action): store identifier plus redirect URLs (for example store_public_id, return_url, refresh_url).
    • When checking Connect status (admin/seller action): store identifier.
    • For authenticated server-to-server requests: a Store API key in the Authorization: Bearer ... header.
    • Optional request tracing headers.

See our policies:
– Privacy Policy: https://2dl.app/privacy
– Terms of Service: https://2dl.app/terms
– Refund & Dispute Policy: https://2dl.app/refunds

Payments are handled by 2dl.app. This plugin does not send payment-processor secret keys from your WordPress site.

Privacy

This plugin sends data to 2dl.app to perform hosted checkout and receipt/license lookups. See the “External services” section above for details about what data is transmitted and when.

If you use this plugin, you should review and link to your site’s own privacy policy, and include 2dl.app as a service provider where applicable.

Hosting requirements

2DL runs inside your WordPress site, so upload limits are controlled by your web host (PHP/nginx), not by 2DL.

Recommended settings:

  • upload_max_filesize: 64M or higher
  • post_max_size: 64M or higher (must be >= upload_max_filesize)
  • memory_limit: 256M
  • If using nginx: client_max_body_size 64M;

If you see an upload limit like 2–8MB in WordPress (Media Library, Site Health), increase the limits in your hosting control panel.

Cloudways example:

  1. Server Settings & Packages PHP: set upload_max_filesize and post_max_size.
  2. Manage Services: restart PHP-FPM (and nginx if you changed nginx settings).

Update Notice

0.1.8

Security follow-up with Plugin Check readme metadata fix.

0.1.7

Security follow-up with Plugin Check output escaping fix.

0.1.6

Security update. Guest account lookups now require a signed email token.

0.1.5

Recommended update.

0.1.1

Recommended update.