Document Ref: /api_playground
Interactive Console
Test the MMQR infrastructure endpoints in real-time. Generate payloads, simulate transaction flows, and verify system responses.
01
Target Node
02
Payload Config
const { MMPaySDK } = require('mmpay-node-sdk');
const client = new MMPaySDK({ secretKey: 'sk_test_abc123' });
const response = await client.testPay({
amount: 2800,
orderId: 'ORD_TEST123',
callbackUrl: 'https://yourserver.com/webhook'
});system_response_log
// Awaiting execution signal...
