List on Access & partner
How to offer your platform or tool in the marketplace Access tab—from creating a listing to unlocking purchases in your product.
What is Access?
Access is a catalog separate from services and digital products. The buyer pays with the ELKNZ wallet, then entitlement unlocks on a partner product (one-time or subscription).
- Checkout happens on ELKNZ.
- Your product grants access via partner integration (webhook / verify).
This is not “Pay with Elknz” checkout on your own site—that is Mode A under Developers.
Who this guide is for
- Sellers who want to sell an external platform unlock or subscription in the Access tab.
- Product teams who need clear steps before diving into API docs.
Listing steps (seller)
- Sign up and open the dashboard.
- Go to Access in the dashboard (
/dashboard/access). - Create a listing: clear title, description, price, and billing mode (one-time or monthly/yearly).
- Fill partner fields when ready:
- External ref (external_ref) — your plan / SKU code. - Webhook URL — to receive access.paid / access.renewed / access.expired. - Partner secret — for webhook signing and verify calls. - Claim URL (optional) — browser redirect after pay.
- Publish (
active). It appears in the Access tab and on/access/....
There is no separate partner application or closed acceptance gate—trust comes from a clear offer and a reliable integration.
After purchase (buyer)
- Tops up the wallet and pays for the listing.
- Your product unlocks entitlement (prefer webhook—no key paste).
- When needed, the buyer sees an access key or follows the claim redirect.
Payouts and holds follow the same marketplace rules—see Wallet and Pricing.
Technical integration
For developers: HMAC signing, event shapes, verify-entitlement, and claim live in the partner guide:
Tips for a clear listing
- Explain what unlocks after payment, not only the product name.
- Say whether activation is instant or needs an account on your side.
- Test webhooks before launch; ignore duplicate
event_idand revoke onaccess.expired.