Getting Started with neoConnect: A Complete Setup Guide

Jason BrilliaFebruary 13, 2026
Getting Started with neoConnect: A Complete Setup Guide
13Feb
Jason Brillia February 13, 2026 0 Comments

Getting Started with neoConnect: A Complete Setup Guide

neoConnect is our unified payment infrastructure platform that simplifies payment processing for businesses of all sizes. This tutorial will walk you through setting up neoConnect from scratch.

Prerequisites

Before you begin, make sure you have:

  • An active neoBrillia account
  • API credentials from your dashboard
  • Basic knowledge of REST APIs
  • A development environment ready

Step 1: Create Your Account

First, sign up for a neoBrillia account and navigate to the neoConnect section in your dashboard. You'll receive your API keys immediately after account creation.

Step 2: Install the SDK

Install the neoConnect SDK for your preferred programming language:

npm install @neobrillia/neoconnect-sdk

Step 3: Configure Your Environment

Set up your environment variables with your API keys:

NEO_CONNECT_API_KEY=your_api_key_here
NEO_CONNECT_SECRET_KEY=your_secret_key_here
NEO_CONNECT_ENVIRONMENT=sandbox

Step 4: Initialize the Client

Initialize the neoConnect client in your application:

import { NeoConnect } from '@neobrillia/neoconnect-sdk';

const client = new NeoConnect({
  apiKey: process.env.NEO_CONNECT_API_KEY,
  secretKey: process.env.NEO_CONNECT_SECRET_KEY,
  environment: process.env.NEO_CONNECT_ENVIRONMENT,
});

Step 5: Process Your First Payment

Create a payment intent and process a test transaction:

const payment = await client.payments.create({
  amount: 1000,
  currency: 'USD',
  description: 'Test payment',
});

Step 6: Test Your Integration

Use neoConnect's test mode to verify your integration works correctly before going live. Test various scenarios including successful payments, failures, and refunds.

Next Steps

Once your integration is tested, you can:

  • Configure webhooks for real-time notifications
  • Set up multiple payment gateways for redundancy
  • Enable smart routing for optimal success rates
  • Switch to production mode

For more advanced features, check out our API documentation or contact our support team.

Tags:

25+

Years of experience

We design and build intelligent software that scales with your business.

Products, platforms, and engineering teams—built for speed and long-term growth.

0

Established

0+

Completed Projects

0%

Satisfied Clients

0+

Live Websites and Apps

Testimonial

Trusted by teams who build and scale with us.

neoBrillia Inc.'s software has been a game-changer for my business. It's incredibly functional, user-friendly, and has significantly contributed to our growth and client engagement. Partnering with neoBrillia Inc. has been a delight.

Stephen KerslakeGeneral Director, THE CATERERS CO., LTD.

I'm impressed by their unique approach—no strict process, just perfect results. Their engineering team excels in communication, meticulously clarifying requirements and consistently delivering awesome products.

Carlton TiamsonTechnical Director, TNC Group, LLC

Their professionalism, communication, speed, and creativity made developing our iOS and Android mobile apps a breeze. I highly recommend their services to anyone.

Minh VuGeneral Manager, TFS Education System

I worked with neoBrillia Inc. on our e-Commerce website. Their detailed consultation made product browsing and purchasing easy for our clients, while their attentive service and meticulous approach stood out.

Phuong NguyenDirector, MyNgheViet

I've partnered with neoBrillia Inc. for five years now, and their skilled team has delivered exceptional software solutions, enhancing both our business and client experiences. Working with neoBrillia Inc. has truly been a pleasure.

Linh TranDirector, SKY VIETNAM SERVICES AND TRADING JSC.

Start a conversation

  • Contact Number

    🇻🇳: (+84) 90 633 200-nine

    🇨🇦: (+1) 236 971 338-eight

  • E-mail

    hello@neobrillia.com

  • Registered Corp. Offices

    🇻🇳: Ho Chi Minh City, Vietnam

    🇨🇦: Calgary, Alberta, Canada

How can we help?

Tell us about your idea, product, or project. Our team will get back to you shortly.