A USDA-approved EBT processorA USDA-approved EBT processor

Payments powering people

Forage is a mission-driven payments company that helps merchants accept EBT SNAP payments online through a single, unified API.

Payments powering people

Trusted by merchants of all shapes and sizes


Why doing good is good for business.

Why doing good is good for business.
Audience

42M People


More than 1 in 8 Americans receive government benefits through programs like SNAP, formerly known as food stamps.

Market

$200B+ USD


Billions of dollars are distributed annually by the U.S. government in benefit programs such as SNAP, TANF (EBT Cash), and many others.

Trajectory

>300x Increase


Since 2019, the number of SNAP households using their benefits online has increased from 35 thousand to over 10 million (and counting!).

Revenue Potential

15%+ Growth


Merchants can grow their sales by 15% or more when they enable EBT SNAP and EBT Cash online with Forage.


Benefits

Grow your business with Forage.

With our leading API and SDKs, you are only an integration away from unlocking new revenue streams and enabling EBT SNAP online.

Proven Reliability

We are the only cloud-based EBT payment provider with 99.99% reliability and public status page.

Pre-Built Components

Deliver seamless checkouts for your customers, without the code or integration hassle.

Rapid Certification

Get approved by the USDA, in a fraction of the time, with our team of SNAP experts.

USDA-Approved

Forage is one of three providers approved by the USDA to process EBT SNAP payments online.

Safe & Secure

Protect your business and customers with our PCI-compliant fraud layer and solutions.

Real-Time Analytics

Scale your online EBT business with our configurable merchant dashboard capabilities.

Built by developers, for developers.

Websites and apps are built on all kinds of tech stacks. With Forage, your engineers can pick the integration option and SDK that best suits your existing infrastructure.

1curl --request POST \ 
2     --url https://api.sandbox.joinforage.app/api/payments/ \ 
3     --header 'Authorization: Bearer prod_vOrumiuRFG7ouMoZNF8AeFNwMhZRET' \ 
4     --header 'Idempotency-Key: 123e45678' \ 
5     --header 'Merchant-Account: 1234567' \ 
6     --header 'accept: application/json' \ 
7     --header 'content-type: application/json' \ 
8     --data ' { "amount": 25.99, "payment_method": "ac47392bb1", "funding_type": "ebt_snap", "customer_id": "e8819a107a50aa50771a075e25a7529421ad0267bfef691745f915d8a2acc7e9" }
1const forage = Forage({
2  fnsNumber: FNS_NUMBER,
3  sessionToken: SESSION_TOKEN,
4  customerId: CUSTOMER_ID,
5});
6const tokenizeEbtCardElement = forage.create("ebt_card_tokenize_number");
7try {
8  const tokenizedEbtCardResult = await forage.tokenizeEbtCardNumber(
9    tokenizeEbtCardElement
10  );
11  // ...
12} catch (error) {
13  // handle error
14}
1private let panNumberTextField: ForagePANTextField = {
2  let tf = ForagePANTextField()
3  tf.placeholder = 'PAN Number'
4  return tf
5}()
6
7ForageSDK.shared.tokenizeEBTCard(
8  bearerToken: bearerToken,
9  merchantAccount: merchantID,
10  customerID: customerID
11) { result in
12  // handle callback here
13}
1val response = ForageSDK.tokenizeEBTCard(
2  merchantAccount = merchantAccount,
3  bearerToken = bearer,
4  // NOTE: The following line is for testing purposes only and should not be used in production.
5  // Please replace this line with a real hashed customer ID value.
6  customerId = UUID.randomUUID().toString()
7)
8
9when(response) {
10  is ForageApiResponse.Success -> {
11    val adapter: JsonAdapter < PaymentMethod > = moshi.adapter(PaymentMethod::class.java)
12    val result = adapter.fromJson(response.data)
13    _paymentMethod.value = result
14  }
15  is ForageApiResponse.Failure -> {
16    _error.value = response.message
17  }
18}

Featured by.

Fast Company's World Changing Ideas 2023
Most Promising Fintech Startups, According to Top Investors
Forage Earns USDA Approval for Online SNAP EBT Payment Solution
Forage Raises $22M Series A
Instacart’s head of payments leaves tech giant to join startup Forage
Disruption for good: Talking with Forage’s CEO Ofek Lavian
Tops Friendly Markets now accepting SNAP for Flashfood purchases
Forage Takes On Stalwarts to Gain Slice of $100B Online SNAP Payments Opportunity

Our Investors.

Nyca
Y Combinator
PayPal
EO Ventures
Hustle Fund

Begin accepting EBT SNAP online.

Learn how Forage unlocks new revenue streams for merchants of all shapes and sizes.