Skip to main content
Hedge Pay Round-ups Hero Light

What is Hedge Pay Round-ups?

Hedge Pay Round-ups is a white-label platform that enables businesses to integrate spare change round-up functionality into their applications. We handle the complex financial infrastructure so you can focus on your core product.

Key Features

Seamlessly switch between OAuth providers (Meld, Plaid, Finicity) and ACH providers (Dwolla, Stripe, Modern Treasury) without changing your code.
Fully customizable UI components that match your brand. Use our pre-built React components or build your own with our SDK.
WebSocket support for instant notifications on transfers, round-ups, and account changes.
PCI compliant infrastructure with end-to-end encryption, audit logging, and comprehensive security measures.

How It Works

1

Connect Bank Account

Users securely link their bank accounts through our OAuth providers
2

Monitor Transactions

We track transactions and calculate round-up amounts based on user preferences
3

Process Round-ups

Spare change is automatically transferred via ACH to the designated account
4

Track & Report

Real-time webhooks and comprehensive reporting for all activities

Platform Architecture

Available SDKs

npm install @hedge/sdk-core

Quick Example

import { HedgeSDK } from '@hedge/sdk-core';

const sdk = new HedgeSDK({
  apiKey: 'your-api-key',
  partnerId: 'your-partner-id'
});

// Create a user
const user = await sdk.users.create({
  email: '[email protected]',
  firstName: 'John',
  lastName: 'Doe'
});

// Enable round-ups
await sdk.roundups.enable(user.id);

Support

Ready to Get Started?

Start Building

Follow our quickstart guide to integrate round-ups in minutes