Accept payments
Collect card, Mobile Money and PI-SPI payments through a checkout page or directly.
A simple REST API to accept cards, Mobile Money and PI-SPI and automate your payouts and workflows — with a test environment and webhooks.
curl https://api.imoney.ne/v1/payments \
-H "Authorization: Bearer sk_test_..."
\
-d '{
"amount": 25000,
"currency": "XOF",
"callback_url": "https://..."
}'Collect card, Mobile Money and PI-SPI payments through a checkout page or directly.
Query the status of a transaction at any time.
Get real-time notifications for every payment event.
Send funds to beneficiaries programmatically.
Create shareable payment links.
Initiate a full or partial refund.
Obtain your test and production API keys.
Test your calls without real money.
Switch to your production keys and start accepting payments.
Predictable endpoints, clear responses and explicit errors.
A complete sandbox for confident integration.
Receive events in real time.
API keys, HTTPS and PCI-DSS-certified infrastructure.