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

Overview

Our Web Refill solutions for pharmacies offer two distinct options to facilitate online prescription refills: Web Refill Plugin and Web Refill Service API. Each of these choices is tailored to meet varying levels of technical know-how and customization preferences, ensuring that every pharmacy can find the right fit for their needs.
Web Refill Plugin
The Web Refill Plugin offers a straightforward and user-friendly integration solution that requires minimal programming effort from the pharmacy's side.

Key Features:#

Ease of Integration: Quick setup with minimal coding required.
Styling Flexibility: While the pharmacy does not have complete control over the user interface (UI), they can apply their existing CSS and style sheets to ensure the plugin matches with the overall look and feel of their website.
This option is ideal for pharmacies looking for a hassle-free way to implement online refills without extensive technical resources.
Refer to the WebRefill PlugIn documentation for detailed information about the integration.
Web Refill Service API
The Web Refill Service API offers a more comprehensive solution for pharmacies that require greater customization and control over the user experience.

Key Features:#

Full UI Control: Developers have complete control over the design and functionality of the UI, allowing for a tailor-made experience that aligns with the pharmacy's branding and user expectations.
Powerful Functionality: This option is best suited for web developers with experience in utilizing APIs, enabling them to fully leverage the capabilities of the service.
This option is recommended for pharmacies that have the technical expertise to create a fully customized online refill experience.

Service Address#

The service is hosted on https:// servers.
https://webservice.bcsbestrx.com/bcswebservice/v2/webrefillservice

Operations#

GetPatientProfile
Send Refill Request

Authentication#

Vendors: 'UserName' and 'API Key' are required when servicing multiple pharmacies.
Pharmacies: Only 'API Key' is required for individual pharmacy users.
NOTE
Credentials will be provided by BestRx
Modified at 2026-01-15 22:03:04
Previous
Send Rx Refill Request
Next
Error Codes