Generate Printable Coupon

Generates a prescription discount coupon optimized for printing, returned as a PNG image URL.

Typical workflow:

  1. Call a pricing endpoint to get price quotes
  2. User selects a partner and price
  3. Call this endpoint with the selected partner name, NDC, quantity, and price
  4. Display or download printCouponURL for the user to print
  5. The cardDetails fields (BIN, group, PCN, member number) can be read aloud or entered
    manually at a pharmacy that cannot scan the coupon image

Use PBAClientName (V1 pricing) or PricingPartner (V2 pricing) as pricingPartner.

Differences from /marketplace/v1/coupon/view:

  • No locale field — print coupons are English only
  • Returns printCouponURL (not couponURL) — image sized for print dimensions
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Pricing partner name. Use PBAClientName (V1) or PricingPartner (V2) from the selected price entry. Must match exactly.

integer
required

Drug quantity. Must be greater than 0.

string
required

11-digit National Drug Code.

double
required

Price in USD from the selected pricing partner. Must be greater than 0.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json