The simplest way
for businesses to
send people money

Fast, free, global payments at scale.

Gift card rewards and incentives
Join over 5,000 companies sending hundreds of millions in payouts
Google logo
Visa logo
GitHub logo
Microsoft logo
Pinterest logo
Square logo
Amazon logo
Instacart logo
United Way logo
Cargill logo
Accenture logo
Philips logo
Johns Hopkins logo
YMCA logo
Affirm logo
Prudential logo
Gartner logo
IDEO logo
Hyatt logo
Casper logo
AngelList logo

Almost as delightful to send as it is to receive

Johns Hopkins

"Before Tremendous, I bought gift cards from individual retailers and tracked everything in Excel. It became a convoluted mess. Now I have a central location where I buy and track everything."

Candice Davis
Candice Davis
Budget Assistant, Department of Mental Health

Options recipients love

We offer hundreds of choices for redeeming a payout.You get to choose what options they see.

prepaid

$35

Prepaid cards

No fee to offer virtual cards that work just about anywhere. Plastic available in the US too.

Global Visa® and Mastercard® in multiple currencies. Physical Visa® cards to mail individually or in bulk.

Learn more

gift

$50

Gift cards

Provide gift card rewards from 700+ global retailers.

Select or exclude specific brands from our extensive catalog, or allow recipients to choose any gift card that meets their needs.

Learn more

money

Money

Send cash to recipients at scale in more than 80 countries.

Deposit cash directly via ACH and Venmo in the US, or distribute cash internationally with PayPal.

Learn more

charity

$25

Charity

Support to the world's top charitable organizations.

Recipients convert the dollar value of their payout into a charitable donation — selecting from your pre-approved list of charities.

Learn more

View all options
sample payout

Send yourself a sample payout

No strings attached. Almost as fun as getting real money.

Custom branding

Add your logo, brand colors and a customized message to every reward.

Tremendous sent you $40

Hi Jane, you're an amazing employee, and we appreciate you. Treat yourself to something a gift of your choice.

View Reward

Enjoy this $30 from Imagine Co.

Hi Damien, we appreciate your feedback on the survey. Here's $30 for your time.

View Reward

$100 referral bonus

We're thrilled you love our product enough to refer us to your friends. Here's $100 to put toward the instrument of your dreams.

View Reward

You did it! Here's $30 for 30 rides

Hi Mike, congrats on completing 30 rides in 30 days. Here's an extra $30 to celebrate your achievement.

View Reward

$25 cash back from Rootspace

Hi Laura, as a loyal Rootspace shopper, you earn cash back on every purchase. Here's $25 for your next purchase.

View Reward
Bulk orders

Bulk orders

Whether it’s dozens or millions, you can easily send rewards in bulk — by spreadsheet upload, out-of-the-box integrations and the Tremendous API.

Advanced reporting

Our platform makes customer support, tax compliance and fraud prevention a breeze. We can even collect your W-9s.

Advanced reporting
International coverage

International coverage

Expand your program’s reach with offerings for most countries and regions. No need to know where your recipients are, Tremendous automatically presents relevant options.

Developer friendly

Automate payouts with the Tremendous API.

View the docs


  from tremendous import Tremendous

  env = "https://www.tremendous.com"
  client = Tremendous("[ACCESS_TOKEN]", env)

  client.create_order({
    "funding_source_id": "[FUNDING_SOURCE_ID]",
    "rewards": [
      {
        "amount": 40,
        "message": "Thank you for participating in our study!",
        "recipient": {
          "email": "[email protected]",
          "name": "Mary Smith"
        }
      }
    ]
  })
  

  require 'tremendous'

  Tremendous.configure do |config|
    config[:access_token] = '[ACCESS_TOKEN]'
    config[:base_api_uri] = 'https://www.tremendous.com/api/v1/'
  end

  funding_source_id = Tremendous::FundingSource.list.first.id
  order = Tremendous::Order.create!(
    funding_source_id,
    [{
      "amount": 40,
      "message": "Thank you for participating in our study!",
      "recipient": {
        "email": "[email protected]",
        "name": "Mary Smith"
      }
    }]
  )
  

  var Tremendous = require('tremendous');

  var client = new Tremendous(
    "[ACCESS_TOKEN]",
    "https://www.tremendous.com"
  );

  client.createOrder({
    "funding_source_id": "[FUNDING_SOURCE_ID]",
    "rewards": [
      {
        "amount": 40,
        "message": "Thank you for participating in our study!",
        "recipient": {
          "email": "[email protected]",
          "name": "Mary Smith"
        }
      }
    ]
  }, function(err, results) {});
  

See if Tremendous is right for you

Request a demo and our team will be happy to walk you through the platform, or get started now for free and create your first order in minutes.

Graphic of money distribution around the worldGraphic of money distribution around the world