Set Up Your Account
This guide walks you through creating and configuring your Yuno account to process payments. You'll learn how to:
- Set up your Yuno account
- Configure your first payment connection
- Set up payment routing
- Enable payment methods
- Obtain API credentials
Step 1: Create your account on Yuno
To create your Yuno account:
- Contact [email protected] to request a new account
- Look for a verification email from the Yuno team and follow the instructions to verify your identity
- Once verified, you'll receive your Yuno account credentials
- Log into the Yuno dashboard using your credentials
After accessing the dashboard, follow the steps below to enable payment methods. Repeat these steps each time you want to add a new payment method.
Step 2: Set up your first connection
To set up your first payment connection:
- Navigate to Connections in the dashboard sidebar
- Search for "Yuno Test Payment Gateway" in the search bar
- Click Connect next to the gateway
- Enter a descriptive name for the connection, and follow the on-screen prompts
- Click Save
The dashboard will display a confirmation message when your connection is successfully added.
Step 3: Set up routing for your new connection
After adding a connection, you need to assign it to a route. Routes determine which provider processes payments. While you can configure multiple routes and processors for each payment method, this guide covers a basic setup where all payments are processed through the Yuno Test Payment Gateway connection.
To set up routing:
- Navigate to Routing in the dashboard sidebar
- Click the Not published tab to view payment methods with available connections but no configured routes
- Find the Card payment method and click Set Up
- In the popup window:
- Click + Create new route
- Enter a descriptive name
- Click Save
- Click the arrow and select Add step
- Choose Yuno Test Payment Gateway from the list and click Select
- Click Publish to save all changes
Once published, you'll find your new route in the Published tab. This means the Card payment method will process all transactions through your configured route.
Step 4: Enable the payment method in the checkout builder
After configuring your connection and routing, enable the Card payment method to make it available in your checkout:
- Navigate to Checkout Builder in the dashboard sidebar
- Locate the Card payment method in the list of available methods
- Toggle the switch next to Card to enable it
- Click Publish settings apply your changes
Step 5: Get your API credentials
To complete the setup, you'll need to obtain your API credentials from the Yuno dashboard. These credentials are required for integrating Yuno into your application and are specific to the Sandbox environment.
- Navigate to the Developers section in the dashboard sidebar
- Locate your API credentials in the Developer Tools section:
- Public API Key - Used for client-side SDK initialization
- Secret API Key - Used for server-side API calls
Now that you've completed the dashboard setup and obtained your API credentials, proceed to Create your first payment to continue with the integration guide.
Updated 7 days ago