Skip to main content

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

Rule of thumb: start in affiliate mode to validate a vertical with zero payment/compliance setup, then graduate to direct mode once volume justifies owning the merchant relationship. The storefront code is identical in both modes — switching is a backend concern.

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.
In legacy marketplace agreements, economics are defined by affiliate terms — a versioned contract stored on the store and managed by your Tagada account manager: 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.
You can read your current terms with 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.
Compliance guardrail: in affiliate mode, products flagged isDeaControlled are rejected at case submission. If your catalog needs controlled substances, you must run in direct mode.

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.
There is no commission ledger in direct mode — rx.submitCase() returns accrualAmountMinor: 0.

Choosing at activation

The mode is passed when you request activation and cannot be changed silently afterwards (it defines the processing setup):
In the CRM the same choice appears as “Marketplace — Tagada is merchant of record” vs “Direct — you are the merchant” on the activation card. See Activate in the CRM.