
Myanmar's Leading Payment Service
RangoonPay is a leading payment service company in Myanmar, providing secure and fast payment solutions for businesses. We use new technologies to help grow your business.
- Direct transfer in Myanmar Kyat
- 24/7 Customer service
- Advanced security system
- Easy API integration
- Real-time transaction history
Complete Payment Solutions for Your Needs
Mobile Payments
Accept mobile payments like KBZPay, Wavepay, Ayapay and more.
Bank Transfer
Transfer money connected with KBZ Bank and Aya Bank.
Why Choose RangoonPay
RangoonPay uses advanced technology to provide the best payment solution for your business.
Advanced Security
Protect your money securely according to PCI DSS security standards.
Fast Transfers
Transfers completed within seconds.
24-Hour Service
Transfer money anytime.
24/7 Customer Service
Our staff will help you day and night.
Data Encryption
Protect your data with advanced encryption.
Detailed Reports
View your transaction history in detail.

Easy API Integration
Easily integrate payment systems into your website or app with our RESTful API. Get started in minutes with our developer-friendly documentation.
Get API Key
Create an account and get your API Key quickly.
Connect
Connect the API with your website or app.
Start Using
Start accepting payments immediately.
// RangoonPay API Example
const rangoonPay = require('rangoonpay');
const client = new rangoonPay.Client({
apiKey: 'your_api_key_here',
environment: 'production'
});
// Create a payment
const payment = await client.payments.create({
amount: 50000,
currency: 'MMK',
description: 'Order #12345',
customer: {
email: '[email protected]',
phone: '+959123456789'
}
});
console.log(payment.id); // pay_xxxxxxxxxxxxx
