Moneybag

The easiest way to accept payments online. Simple, secure, and developer-friendly.

Moneybag REST API

Unlock the full potential of Moneybag with our powerful RESTful API. Built for developers who demand flexibility, control, and reliability.

RESTful Architecture

Clean, predictable endpoints following REST principles for easy integration and maintenance.

JSON Everything

Consistent JSON request and response format with comprehensive error handling and validation.

Real-time Testing

Interactive API playground with live authentication - test with your actual merchant keys instantly.

Soon

Webhook Support

Instant payment notifications to keep your systems synchronized in real-time.

API Example
curl -X POST \
  "https://sandbox.api.moneybag.com.bd/api/v2/payments/checkout" \
  -H "Content-Type: application/json" \
  -H "X-Merchant-API-Key: your_api_key" \
  -d '{
    "order_id": "ORD001",
    "currency": "BDT",
    "order_amount": 1500.00,
    "success_url": "https://yoursite.com/success",
    "customer": {
      "name": "John Doe",
      "email": "john@example.com"
    }
  }'

Available SDKs & Plugins

PHP SDK

Available

Laravel, Symfony, and vanilla PHP support

WooCommerce

Available

WordPress e-commerce plugin

Node.js SDK

Available

TypeScript support with @moneybag/sdk package

Python SDK

Coming Soon

Django, Flask, and FastAPI integrations

More SDKs

Coming Soon

Java, .NET, Go, Ruby, and more

E-commerce Plugins

Coming Soon

Magento, PrestaShop, OpenCart