m2pfintech
Integration Guide

Integration Overview

Architecture overview, authentication, service routing, and integration patterns for M2P Prepaid Platform APIs.

This guide covers the technical patterns for integrating with M2P Prepaid Platform — from authentication and service routing to transaction flows and security best practices.


Platform Architecture


Quick Reference: Service Base URLs

ServiceSandboxProduction
Configuration APIhttps://sandbox-api.m2pprepaid.com/configs/https://api.m2pprepaid.com/configs/
Customer APIhttps://sandbox-api.m2pprepaid.com/prepaid/customer/https://api.m2pprepaid.com/prepaid/customer/
Corporate APIhttps://sandbox-api.m2pprepaid.com/prepaid/corporate/https://api.m2pprepaid.com/prepaid/corporate/
pp-middlewarehttps://sandbox-api.m2pprepaid.com/prepaid/middleware/https://api.m2pprepaid.com/prepaid/middleware/

OpenAPI/Swagger UI is available at each service's /api-docs endpoint for interactive exploration.

On this page