Configuration
The Benny EBT “Checkout Button” has the same required fields as the API method for creating an order session. They’re:publicKey
: The Benny public key obtained from the Benny EBT merchant dashboardonSuccessRedirectUrl
: Where the browser navigates a customer on successful checkoutonExitRedirectUrl
: Where the browser navigates a customer when exiting checkoutitems
: An array of size one for the single-item sold from the link. See the expected item fields for more information.
Example integration
Squarespace
To configure on Squarespace, use a Code block set toHTML
mode with Display Source Code
turned off. Wrap the component with a <div>
and </div>
so that it renders as HTML like
the example below:
Integrating with Squarespace