Documentation

Complete guide to integrate and use Biswasto

Installation

Follow these simple steps to install Biswasto:

1. Upload files to your server
2. Create database
3. Run install.php
4. Configure settings

Configuration

Configure your payment gateways and SMTP settings from the dashboard.

First Payment

Create your first invoice and share the payment link with your customer.

API Authentication

All API requests require an API key in the header:

X-API-Key: your_api_key_here

API Endpoints

Create Payment

POST /api/index.php?endpoint=create-payment

{
    "amount": 1000,
    "customer_name": "John Doe",
    "customer_email": "john@example.com"
}