API Documentation

Explore and test our API endpoints directly

Endpoints

POST

Process Payment (Cash In) - MTN

Initiate a MoMo payment request via DigitalisPay aggregator

POST https://v2.digitalispay.com/api/pay/request-to-pay

Select Your Application

No applications available. Create one to get started.

Code Examples

curl -X POST \
  'https://v2.digitalispay.com/api/pay/request-to-pay' \
  -H 'accept: application/json' \
  -H 'x-api-env: sandbox' \
  -H 'x-api-key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"amount":"100","currency":"XAF","payer":{"partyIdType":"MSISDN","partyId":"237651234567"},"payerMessage":"Payment for invoice 789","payeeNote":"Digitalis"}'

Test Endpoint