Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modempay.com/llms.txt

Use this file to discover all available pages before exploring further.

You can set up a direct charge by providing the network and the 7-digit account_number (no country code). This prefills the customer’s details in checkout, pending their confirmation. Accepted networks:
  • wave
  • afrimoney
  • qmoney
  • aps
Works only with mobile money.
const intent = await modempay.paymentIntents.create({
  amount: 450,
  network: "wave",
  account_number: "7000001",
});