Integrate iMoney payments in a few lines

A simple REST API to accept cards, Mobile Money and PI-SPI and automate your payouts and workflows — with a test environment and webhooks.

POST /v1/payments
curl https://api.imoney.ne/v1/payments \
  -H "Authorization: Bearer sk_test_..." \
  -d '{
    "amount": 25000,
    "currency": "XOF",
    "callback_url": "https://..."
  }'
200 · payment.created

What you can build

Payments

Accept payments

Collect card, Mobile Money and PI-SPI payments through a checkout page or directly.

Transactions

Check a status

Query the status of a transaction at any time.

Real time

Receive webhooks

Get real-time notifications for every payment event.

Payouts

Make payouts

Send funds to beneficiaries programmatically.

Checkout

Generate links

Create shareable payment links.

Refunds

Issue a refund

Initiate a full or partial refund.

Go live in 3 steps

01

Get your keys

Obtain your test and production API keys.

02

Integrate in the sandbox

Test your calls without real money.

03

Go live

Switch to your production keys and start accepting payments.

An API that is easy to integrate

REST and JSON

Predictable endpoints, clear responses and explicit errors.

Test environment

A complete sandbox for confident integration.

Webhooks

Receive events in real time.

Security

API keys, HTTPS and PCI-DSS-certified infrastructure.