Demo storefront

A toy product list using <span data-tiyo-price> for dual pricing and <button data-tiyo-pay> for checkout. The script tag is at the bottom of the page.

Medium Storage Box $5.99
Packing Tape — 50m $3.99
Mattress Cover (Queen) $14.99

Checkout

Total: $24.97

How this page works

<script
  src="https://tiyopay.vercel.app/tiyo-cart.js"
  data-merchant="brz_mer_5e35ca5006ea9d83bab01d4f0330357c">
</script>

The script auto-renders data-tiyo-price tags using the merchant's pricing config (card markup vs ACH discount), and wires up data-tiyo-pay buttons to mint a checkout session and redirect to the hosted pay page. No backend integration required on the merchant's side.