Partner integrations

Put “Order with USPeptideRx” inside the software your prescribers already use.

Put an "Order with USPeptideRx" button inside your EMR, telehealth platform, or practice software. Signed links, prefilled orders, licensed 503A fulfillment. You keep your workflow; we do the engineering on our side.

  1. 1

    Get keys

    We issue your platform a publishable key and a signing secret — the same convention as Stripe. No SDK required.

  2. 2

    Sign a link

    Your server signs a short-lived link (HMAC-SHA256 over the query, 5-minute window) carrying the patient basics you already have.

  3. 3

    The prescriber lands prefilled

    They arrive in our order desk with the patient loaded, order from their formulary at their account pricing, and a licensed 503A pharmacy takes it from there. Orders land as drafts — the compliance check always stays with the licensed pharmacy.

The link, concretely

One GET request — sorted query params signed with your secret, sig excluded from the canonical string:

https://uspeptiderx.com/order-with
  ?pk=upk_your_publishable_key
  &ts=1756800000                       // unix seconds, ±5 min window
  &patient=eyJmaXJzdE5hbWUiOi4uLn0    // base64url JSON: firstName, lastName, dob, phone, email
  &sig=hmac_sha256(sorted_query_without_sig, your_signing_secret)

Talk to us

Building an EMR, telehealth platform, or practice tool? Email admin@uspeptiderx.com and we'll set up keys and a sandbox walkthrough.