Merchant SDK
Merchant SDK - Payment Integration
This document describes the merchant SDK for payment integration.
SDK Overview
Features
Checkout: Create payment sessions.
Verification: Verify payments.
Webhooks: Payment notifications.
Integration
Setup
Process: Install SDK, configure API keys.
Usage
Example
const merchant = new MerchantSDK({ apiKey: 'key' });
const session = await merchant.createCheckout({ amount: 1000 });Conclusion
Simple SDK for merchant integration.
Last updated
