API Documentation

Explore and test our API endpoints directly

Endpoints

POST

Process payment (cash in) — MTN or Orange

Initiate a mobile money payment request (collection) via MTN or Orange.

Set operator to "orangecm" for Orange Money. MTN requests also require the x-momo-service header, which the API sets automatically server-side.

POST https://v2.digitalispay.com/api/v2/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/v2/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":"2500","currency":"XAF","payer":{"partyIdType":"MSISDN","partyId":"237691234567"},"payerMessage":"Paiement facture Mars","payeeNote":"Merci","operator":"mtncm"}'

Test Endpoint