Keep digital access aligned with payment status.
2DL (2Download) is built around entitlements, so refunds and disputes do not have to leave your digital products permanently exposed.
What refund-aware access means
For digital products, the important question is not just whether the charge succeeded once. It is whether the buyer should still have access now. Refund-aware access uses entitlements as the source of truth so access can change when payment status changes.
Why this matters
Delivery is based on purchase-backed access rights, not a permanent file URL someone saved months ago.
When payment status changes, access can be updated so your fulfillment logic stays aligned with the real order state.
A hosted order and entitlement system gives you clearer post-purchase behavior than ad hoc file delivery and manual cleanup.
Recommended workflow
- Use hosted checkout so payment status is captured server-side.
- Issue entitlements after purchase and use them as the source of truth for delivery.
- Deliver files through signed links instead of permanent public URLs.
- Let refund or dispute status update the buyer’s access state when needed.
Signals that you need refund-aware access
- Buyers can keep a permanent file URL after they refund.
- Your support team has to manually revoke access.
- Your site treats “once paid” as the only state that matters.
- You want fewer gaps between payment state and actual delivery state.
FAQ
Refund-aware access means delivery checks current entitlement state, not just whether the buyer once reached a success page. Access can change when refunds or disputes happen.
Yes. It cannot stop all file sharing, but it materially improves the situation by aligning access with real payment status.
Yes. 2DL is integration-first, so you can use refund-aware entitlements from WordPress or any website.
Yes. Signed links and refund-aware entitlements work best together: one protects the actual file URL, the other protects the access state over time.
Related pages
Canonical: https://2dl.app/refund-aware-access