Payments that land straight in your account
SkyPay is your own payment gateway. Take bKash, Nagad, Bangla QR, bank, card and Binance Pay (USD) payments through one beautiful checkout — with no third party sitting between you and your money.
8+
Payment methods
0%
Gateway commission
<5s
Auto-confirmation
24/7
API availability

Payment confirmed
৳ 2,500 · bKash · auto-verified
One checkout, every way to pay
Everything a modern gateway should do
Built for merchants who want full control of their settlement, with the polish of an international checkout experience.
Settles to your own accounts
No middle party holds your money. Every taka lands in your own bKash / Nagad merchant or bank account.
Instant SMS auto-verification
Forward your wallet confirmation SMS and payments mark themselves paid in seconds — no manual checking.
Dollars from anywhere
Accept USD through Binance Pay with a scannable QR, and see the live BDT equivalent on the same screen.
One API key, any software
Create a payment, get a hosted checkout link, receive a signed webhook when it is paid. Test and live modes.
Built-in protection
HMAC-signed webhooks, hashed API keys, expiring checkout sessions and row-level data isolation.
Clear merchant dashboard
Track every transaction, approve or reject a payment, manage keys and settings from one place.
How SkyPay works
01
Create a payment
Your software calls the SkyPay API with an order ID and amount.
02
Customer pays
They open the hosted checkout and pay by wallet, QR, bank, card or Binance.
03
Auto-confirmed
SMS matching or your one-click approval marks it paid instantly.
04
You get notified
A signed webhook hits your server and the money is already yours.
Integrate in minutes
Create your API key in the dashboard, call one endpoint, and redirect your customer to the returned checkout URL. A signed webhook tells you the moment it is paid.
Read the integration guidecurl -X POST https://your-gateway/api/public/v1/payments \
-H "x-api-key: pg_live_xxx" \
-H "content-type: application/json" \
-d '{
"order_id": "ORD-1024",
"amount": 2500,
"currency": "BDT"
}'
# -> { "checkout_url": "https://your-gateway/pay/…" }Ready to get paid with SkyPay?
Set up your merchant details, generate an API key and take your first payment today.
Create your account