Perfect for small websites
Best for growing businesses
For large organizations
POST /create-payment
{
"amount": "500",
"websiteName": "My Website",
"plan": "Basic",
"duration": "1 month",
"userID": "user123",
"reference": "ref_123456",
"callback_url": "https://yoursite.com/success",
"webhook_url": "https://yoursite.com/webhook"
}
{
"bkashURL": "https://checkout.sandbox.bka.sh/v1.2.0-beta/checkout/payment/create/..."
}