Documentation

Sunny Developer Docs

Everything you need to integrate Sunny into your application. Guides, API reference, SDKs, and more.

Quick Start

1. Install the SDK

# Using npm
npm install @sunny/payments

2. Initialize the client

import
Sunny
from
'@sunny/payments'
const
sunny =
new
Sunny
(process.env.SUNNY_API_KEY)