Sign In

Getting Started

A quick orientation before you write code: what GrowthBnk is, how orchestration works, and how to get from sandbox to live.

What is GrowthBnk?

GrowthBnk is a financial orchestration platform. Instead of integrating each payment gateway separately, you integrate GrowthBnk once and it routes every transaction to the best-fit aggregator or gateway based on rules you configure — keeping you gateway-agnostic and resilient.

Payment orchestration overview

Orchestration sits between your application and multiple gateways and handles:

Supported payment gateways

GrowthBnk integrates with major Indian aggregators and gateways (e.g. Razorpay, PayU, Cashfree, Paytm, Easebuzz) and can be extended to others. You never call a gateway directly — GrowthBnk selects one and returns a hosted payment_link.

Sandbox & production environments

EnvironmentBase URLMoney
Sandboxhttps://sandbox.growthbnk.comTest only — UAT gateways, no real money.
Productionhttps://api.growthbnk.comLive — real settlements.

The contract is identical across environments — switching is a change of base URL + credentials. See Sandbox & Production.

How payment routing works

On each payment, GrowthBnk evaluates your active routing rules (priority, weighted, sequential, failover, time/amount/bank/instrument based) and selects a gateway server-side. You can change routing without redeploying. See the routing FAQs in the FAQ.

Merchant onboarding flow

1
Sign up & business details

Create your account and provide legal entity information.

2
KYC

Auto-approved in sandbox; required for production.

3
Get sandbox credentials

Receive your API key + salt for testing.

4
Integrate & test

Build against the sandbox and exercise every path.

5
Request production access

Submit for approval once testing is complete.

6
Go live

Swap to production credentials and ramp traffic.

Test Mode

Test Mode runs against the sandbox with UAT gateways and test instruments, so you can validate success, failure, pending, timeout and refund scenarios safely. See Sandbox.

Going live

Before switching on real traffic, complete the Go Live Checklist and review the Common Mistakes.

Next step

Ready to build? Head to the Quick Start to make your first payment, then wire up Webhooks.