Operating modes
Tagada Rx runs in one of two modes, chosen per store at activation time (operatingMode). They answer one question differently: who is the merchant on the patient’s card statement?
Merchant of Record — `affiliate`
Tagada carries the regulated relationship. Your brand runs on TagadaRx infrastructure (LegitScript, clinical network, pharmacy). You keep 100% of your e-commerce margin — Tagada charges 6.9% of GMV (processing included). Clinician and pharmacy costs pass through at cost.
Direct Merchant — `direct`
You are the merchant. Same stack, your own LegitScript and rails. Coming soon at 4.9% of GMV (processing included) plus a $4,980 setup. Clinician and pharmacy costs pass through at cost.
Side by side
How affiliate commissions work (legacy)
New stores have no commission terms: you keep the residual after Tagada’s 6.9% take (processing included) and medical pass-through at cost. The affiliate ledger below only applies to legacy marketplace agreements that pre-date this pricing.
The lifecycle is automatic:
1
Accrual at submission
When a case is successfully submitted to the clinical network, the commission is computed and posted to your affiliate ledger (double-entry, idempotent per case). The amount is returned in the
rx.submitCase() response as accrualAmountMinor.2
Reversal on decline
If the clinician declines the case, the accrual is automatically reversed — you’re never paid for care that didn’t happen.
3
Payout
Accrued commissions are settled to you on the agreed payout schedule.
GET /api/v1/rx/brand (they ride along the brand config) and see the per-case accrual on every case detail. Terms are write-restricted to account managers — contact yours to negotiate changes.
How direct mode works
Direct mode is regular TagadaPay economics plus the Rx orchestration layer:- Orders settle to your processing accounts, with the full multi-MID routing, cascade, and rebill engine you already know.
- The clinical network and pharmacy fees pass through at network rates.
- You own the storefront domain, the brand, the customer relationship, and the regulatory posture (LegitScript certification, state rules). Tagada assists with the LegitScript application as part of onboarding.
rx.submitCase() returns accrualAmountMinor: 0.
