API Playground
Test our MMQR API endpoints directly in your browser. Generate payloads, mock transactions, and view real-time responses and webhooks.
POST/payments/test-create
"color: #4f46e5; font-weight: 700;">const { MMPaySDK } = "color: #4f46e5; font-weight: 700;">require('mmpay-node-sdk');
"color: #4f46e5; font-weight: 700;">const client = "color: #4f46e5; font-weight: 700;">new MMPaySDK({ secretKey: 'sk_test_abc123' });
"color: #4f46e5; font-weight: 700;">const response = "color: #4f46e5; font-weight: 700;">await client.testPay({
amount: 2800,
orderId: 'ORD_TEST123',
callbackUrl: 'https://yourserver.com/webhook'
}); Response Payload
// Hit "Send Request" to generate a test payload