InversePay for developers
Take payments across Rwanda, Uganda and the EU with one API.
One request to collect, one to pay out. We choose the rail — mobile money, bank, or SEPA — from the corridor, so a partner change on our side is never a release on yours.
Your first chargesandbox · no real money
curl -X POST https://sandbox.inversepay.app/api/b/v1/charges \
-H "Authorization: Bearer $INVERSEPAY_TEST_KEY" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{
"idempotency_key": "order-1001",
"amount_minor": 500000,
"currency": "RWF"
}'