Skip to main content

Get Started with SnapPay

This guide will help you integrate SnapPay into your application quickly and start processing payments.

Step 1: Create product

  1. Visit SnapPay Dashboard and create your account
  2. Navigate to the Products page
  3. Enter product information, set up feature and pricing

Step 2: Verify Account

  1. Navigate to the Payment section in your dashboard
  2. Perform KYC in order to accept payment
You need to finish the verification process to use

Step 3: Get SnapPay API Key

  1. Navigate to the API keys section in your dashboard
  2. Copy or re-generate API keys for usage

Step 4: Install SDK

Choose your preferred programming language and install the corresponding SDK:
npm install @snappay/sdk
pip install snappay
go get github.com/snappay/snappay-go
<dependency>
    <groupId>dev.snappay</groupId>
    <artifactId>snappay-java</artifactId>
    <version>0.0.1-beta</version>
</dependency>

Step 5: Initialize Client

Set up your SnapPay client with your API key:
Replace YOUR_API_KEY with your actual SnapPay API key from the dashboard.

Step 6: Create Your First Checkout

Now that you have the basics set up, explore our SDK documentation for creating checkout session, track usage, check access…etc

JavaScript SDK

Complete JavaScript/Node.js integration guide

Python SDK

Python implementation examples and best practices

Go SDK

Go language integration and usage examples

Java SDK

Enterprise Java integration with modern async patterns
Need help? Join our Discord community or contact support.