Everything you need to grow your business
Take payments online easily. ShadhinPay provides a robust developer API, detailed logs, and intuitive tools built specifically for modern companies.
Own Merchant Account
Say goodbye to waiting weeks for funds. Get your payouts routed directly to your bank account or MFS wallets at record speeds.
No Extra Fees
No setup costs, hidden charges. Enjoy a free structure with your own credentials, built to scale with your volume.
High-Grade Security
Compliant with regional regulations, featuring active anti-fraud screening, end-to-end encryption, and secure MFA.

PaymentController.phpLaravel SDK
use Xeronce\ShadhinpayGateway\Facades\ShadhinpayGateway;
// Initialize a payment session
$response = ShadhinpayGateway::pay([
'amount' => 500.00,
'currency' => 'BDT',
'merchantTxnId' => 'TXN-' . time(),
'callbackUrl' => route('payment.callback'),
'customerPhone' => '01700000000',
'customerEmail' => 'customer@example.com',
'description' => 'Buying Premium Plan',
]);
// Redirect customer to the checkout page
if (isset($response['data']['paymentUrl'])) {
return redirect($response['data']['paymentUrl']);
}Developer-First Infrastructure
Integrate checkout in under 10 minutes
Use our modular SDKs and lightweight HTTP APIs to build custom invoice or split payments. Test everything securely in sandbox or live environment.
Flexible API and Webhooks
Receive immediate notification updates on webhooks when transactions are completed or failed.
Comprehensive Logs
Diagnose integration bugs instantly with precise request-response histories on your developer portal.
Integrate with Your Existing Systems
with our javascript web sdk and popular framework supported packages
Frequently Asked Questions
Quick answers to common questions about ShadhinPay





