Payment Gateway Setup
Rolly provides full support for Stripe, allowing you to process payments in both production and sandbox environments. Follow these steps to connect Stripe to your Rolly account.
Stripe Setup
Step 1: Create a Stripe Account
- Go to Stripe’s website (opens in a new tab) and click Sign Up.
- Follow the prompts to create your account, providing all required information.
- Once your account is set up, log in to the Stripe Dashboard.
Step 2: Enable API Access
- In the Stripe Dashboard, navigate to Developers > API keys.
- Here, you’ll see two sets of keys: Publishable Key and Secret Key.
- Publishable Key: Used on the client side to identify your Stripe account.
- Secret Key: Used on the server side to authenticate requests to Stripe.
Step 3: Retrieve API Keys
- Production Keys:
- Under the Standard Keys section, locate the live (production) Publishable Key and Secret Key.
- Copy these keys and securely store them in Rolly’s payment gateway settings under Stripe Production.
- Sandbox (Test) Keys:
- Toggle the View test data option at the top right of the Stripe Dashboard.
- Copy the Test Publishable Key and Test Secret Key from the Test Data section.
- Enter these keys in the Stripe Sandbox settings within Rolly.
Finalize Configuration in Rolly
- In the Rolly dashboard, go to Config > Payment Method.
- For each gateway (Stripe and Hello Clever), paste the respective API Keys and Secret Keys in the designated fields for both Production and Sandbox environments.
- Click Save to finalize your settings.
Your payment gateways are now configured. You can start processing payments or test transactions in the sandbox environment.