m2pfintech
Integration Guide

Integration Guide

Authenticate, encrypt, and integrate with the M2P Prepaid Platform — step by step.

This guide covers everything you need to connect your application to the M2P Prepaid Platform — from authentication and encryption to complete integration flows.


Authentication Architecture

The platform uses a layered authentication model with increasing security for sensitive operations:


Quick Start


Required Headers

Every API call must include these headers:

HeaderRequiredDescriptionExample
AuthorizationYesJWT Bearer token from loginBearer eyJhbGci...
Content-TypeYesRequest content typeapplication/json
TENANTYesYour tenant identifierMYFINTECH
AcceptRecommendedExpected response formatapplication/json

On this page