How a referral-ready redirect keeps EasyMoney's implementation small

How a referral-ready redirect keeps EasyMoney's implementation small

6 March 2026 | 5 min read

The cleanest integration is often the one that pushes attribution complexity upstream instead of burdening the destination platform.

The agreed referral pattern is intentionally narrow. EasyWealth creates and stores a partner_ref before redirecting the user to EasyMoney. EasyMoney only needs to retain that reference and return it in a later export or webhook payload.

That division of responsibility keeps the downstream implementation generic, reusable, and fast to ship. It also means marketing gains end-to-end campaign visibility without forcing a broader product integration.

Platform