Dashboard setup
Contact your account representative for access to Benny’s dashboard. From there you are able to manage orders,
issue refunds, authorize your Stripe integration, create API keys, setup webhooks, and more.
You’ll need to provide your USDA FNS number to configure your account.
Connect your Stripe account
Connect your Stripe account to Benny’s dashboard with our Stripe guide.
Generate sandbox keys
Benny offers two environments:
- Production: Enables real EBT and bank card money movement. Access to the production environment is gated by your organization receiving USDA FNS approval.
- Sandbox: Enables testing your integration with simulated money movement.
Create an order session
An order session represents an in-progress order that is unique to your store and a customer. A session is launched from
your checkout page by an API call or for the case of simple, single-item sales, the Benny Checkout Button.
- Node.js
- Python
- Kotlin
- Java
A common pattern is to have a separate button on your checkout page, e.g., “Checkout with EBT” that invokes your server
to create a new session URL. Once the session URL is generated, redirect the customer to Benny’s hosted checkout
experience.
(Optionally) Subscribe to webhook events
Benny will send webhook events when an order session is completed, indicating that items should be prepared for
delivery or pickup. Alternatively, you can view all order information from the Benny dashboard.Consume the Order Completed Event.