docs: add Rekomi affiliate integration guide - #425
Open
caldwellg wants to merge 2 commits into
Open
Conversation
Adds an integrations/rekomi page following the Dub page's shape (Steps setup, implementation examples for checkout sessions and static payment links, in-repo screenshot and logo), registers it under a new Affiliates group in the en navigation, and adds Rekomi as a third Integration Option on the affiliates feature page in the same summarize-and-link format as the Dub Partners section. Rekomi's Dodo Payments connection is a single pasted full-access API key; Rekomi creates the webhook endpoint itself and fetches the signing secret, with attribution carried as rekomi_ref checkout metadata (or the flat metadata_rekomi_ref payment-link parameter). Translated language folders are untouched per AGENTS.md; the page is registered in the en navigation only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The sibling integration guides point readers at the central API key instructions rather than re-screenshotting the dashboard; follow the same convention, using the current heading anchor. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Description
Adds an integration guide for Rekomi (https://rekomi.com), an affiliate
tracking and management platform with a native Dodo Payments connection. I
emailed your support about a listing on July 14 and am following
CONTRIBUTING.md with a PR in the meantime.
What's included:
integrations/rekomi.mdx, following the shape of the Dub guide: Stepssetup, implementation examples for checkout sessions and static payment
links, screenshot and logo committed in-repo.
features/affiliates.mdx,in the same summarize-and-link format as the Dub Partners section.
The connection itself is a single pasted full-access API key: Rekomi creates
the webhook endpoint via your API and fetches the signing secret itself, with
attribution carried as
rekomi_refcheckout metadata (or the flatmetadata_rekomi_refpayment-link parameter).🎯 Type of Change
📖 What documentation does this PR affect?
✅ Checklist
mintlify devdocs.json(if applicable)🧪 Testing
📸 Screenshots (if applicable)
(Drag and drop ~/Desktop/dodo-docs-render.png here: the page rendered
through mintlify dev, showing the Affiliates nav group and the Steps setup.)
🔗 Related Issues
None.
📝 Additional Notes
The code examples follow the documented SDK shapes (
client.payments.createwith
product_cartandmetadata, per your Dub guide's pattern and theOpenAPI spec). Translated language folders are untouched per AGENTS.md; the
page is registered in the en navigation only.
One small heads-up from writing this: a few existing guides link
/api-reference/introduction#api-key-generation, but that heading is now"API Key Management and Authentication", so those anchors no longer land. My
page links the current anchor; happy to fix the others in a follow-up if
useful.
👥 Reviewers
@dodopayments/documentation-team