BestRx APIs
Contact Us
  1. Refill API
  • Introduction - BestRx APIs
  • Patient API
    • Overview
    • Error Codes
    • Add Patient
      POST
    • Update Patient
      POST
    • Get Patient
      POST
    • Submit Charge Account Payment
      POST
    • Update Patient Remark
      POST
    • Get Patient Remark
      POST
    • Delete Patient Remark
      POST
  • Drug API
    • Overview
    • Error Codes
    • Get Drug Information
      POST
  • Prescription API
    • Overview
    • Error Codes
    • Submit Rx Transfer Request
      POST
    • Return to Stock
      POST
    • Save Rx Signature
      POST
    • Create New Rx From ERx Message
      POST
    • Create New Rx From eFax
      POST
    • Send Rx Refill Request
      POST
  • Refill API
    • Overview
    • Error Codes
    • WebRefill PlugIn
    • Get Patient Profile
      POST
    • Send Refill Request
      POST
  • BestPOS API
    • Overview
    • Error Codes
    • Create POS Transaction
    • Get POS Transaction Status
    • Get Item Details
    • Get POS Transaction
    • Update POS Txn Status
    • Update POS Txn Signature
    • Get Pharmacy Info
  • Delivery/Shipping Provider API
    • Overview
    • Error Codes
    • Address Validation
    • Create Order
    • Update Order Status
    • Cancel Order
  • Realtime Data Feed Specification
    • Overview
    • Patient Update Callback
    • E-Prescription Notification Callback
    • Prescription Update Callback
Contact Us
  1. Refill API

WebRefill PlugIn

INFO
Pharmacies can integrate BestRx Web Refill Plugin directly into their website/application which allows their patients to request prescription refills online. Below are steps to configure the Web Refill Plugin.
Browser Compatibility:
Google Chrome, Mozilla Firefox, Microsoft Edge, Microsoft IE 11, Safari for MAC, Default browser for Android & iOS

Step-by-Step Guide:#

1
Reach out to BestRx Integration Team
Reach out to BestRx integration team and provide the domain information (e.g., bestrxpharmacy.com) where you would like to implement Web Refill Plugin.
2
Retrieve Unique Pharmacy Token
Integration team will register the domain on BestRx side and provide you with unique pharmacy token required in <div> elements.
3
Define <div> Elements
Add provided code snippet in your application to configure plugin as per required mode. <div> location should be as per your website requirements.
Quick Refill Mode
Profile Refill Mode
Patients simply complete a short Web Refill form on pharmacy’s website to request a Quick Refill.
Note
Replace "unique_pharamacytoken" with actual unique pharmacy token provided by BestRx integration team.
Modified at 2026-01-15 22:10:33
Previous
Error Codes
Next
Get Patient Profile