مركز المطورين

اربط مدفوعاتك في دقائق

واجهات REST واضحة، حزم SDK للجوال، بيئة اختبار كاملة وويب هوك لحظي — كل ما تحتاجه لبناء تجربة دفع موثوقة.

Production
https://app-api.nmapay.com/api/v1
Sandbox
https://sandbox-api.nmapay.com/api/v1
curl https://app-api.nmapay.com/api/v1/payment-gateway/initiate \
  -H 'X-API-KEY: <YOUR_API_KEY>' \
  -H 'Content-Type: application/json' \
  -d '{
    "orderId": "12345",
    "currency": "SAR",
    "amount": 100,
    "auth": "N",
    "customerDetails": {
      "name": "John Doe",
      "email": "john@example.com",
      "phone": "+9665xxxxxxx"
    },
    "successUrl": "https://your-site.com/success",
    "failureUrl": "https://your-site.com/failure"
  }'

ابدأ من هنا