Complete guide to integrate and use Biswasto
Follow these simple steps to install Biswasto:
1. Upload files to your server
2. Create database
3. Run install.php
4. Configure settings
Configure your payment gateways and SMTP settings from the dashboard.
Create your first invoice and share the payment link with your customer.
All API requests require an API key in the header:
X-API-Key: your_api_key_here
POST /api/index.php?endpoint=create-payment
{
"amount": 1000,
"customer_name": "John Doe",
"customer_email": "john@example.com"
}