Prism

Solutions for Every Merchant.
Value for Every Customer.

The easy‑to‑use digital Value platform for Developers, Businesses, and Consumers—three legs of the same stool, turning stored value into sales across web, app, and in‑store.

Trusted by institutions. Built to onboard thousands of merchants—fast.

Universal Value Flow

Customers uses any digital Asset. You set rules. We clear, split‑pay, settle, and reconcile—program‑agnostic.

Our Solutions

Choose from modular capabilities designed for merchants, issuers, and partners.

Loyalty Acceptance

Accept major loyalty currencies and brand credits with configurable conversion rules. Offer “Pay with Points,” “Top‑Up with Card,” and “Earn on Every Purchase.”

  • Realtime quotes & conversion
  • Split‑pay: rewards + card / debit / wallet
  • Instant settlement to your preferred currency
  • Automatic earn rules to drive repeat visits

Works with

Shopify / Woo / Custom
Web & Mobile SDK
POS plug‑ins
Hosted checkout

Merchant Wallet & Payouts

Consolidate settlement from cards, rewards, and alternative tenders into a single wallet. Automate reconciliation and control FX.

  • Daily or intraday payouts
  • Multi‑currency with clear FX
  • Program‑level reporting & ledgering
  • Program‑aware dispute & refund flows

Controls

Auto‑convert or hold
Min/Max acceptance
Promotional boosts
Fees & margins

Federated Value Services

For large programs and issuers: compliant federation services layer for inter‑program settlement, inventory sourcing, and cross‑brand redemption.

  • Program‑to‑program swaps with risk controls
  • Issuer & acquirer roles with transparency
  • Real‑time quotes or fixed tables
  • Catalog, pricing, and availability APIs

Who benefits

Banks & Issuers
Travel & Retail Coalitions
Large Merchants
Marketplaces

Merchant Onboarding

Go live in days — start with hosted checkout, then scale with SDKs or APIs. Minimal lift, maximum reach.

  • Fast KYC & sandbox access
  • Drop-in hosted checkout link
  • Split-pay (rewards + card) out of the box
  • Realtime quotes, confirmations, and receipts

What you’ll need

Store details
Settlement prefs
Webhook URL
Brand assets (optional)

Outcomes that matter

Higher Conversion

Capture customers who prefer to redeem value they already hold.

Bigger Baskets

Split-pay and top-ups increase AOV while preserving margins.

Repeat Visits

Auto-earn rules drive customers back to you.

Developers

Start with hosted checkout, then move to components or headless APIs. Sandbox mirrors production.

// Create a Federated Value quote
    POST /api/fv/quotes
    {
      "cartTotal": "129.00",
      "currency": "USD",
      "allowedTenders": ["points","giftcard","card"],
      "splitPay": true
    }