A clean REST API, a full sandbox environment, and webhook events for every transaction — AM-Pay's developer platform is on our roadmap as we scale beyond Phase 1. Here's what we're building.
Instead of integrating card processors, EFT redirects and debit order systems separately, the AM-Pay API is designed to give you one integration surface for cards, Instant EFT, PayShap, QR and DebiCheck collections.
The snippet alongside is illustrative of the shape we're designing towards — our API reference will be published as the developer platform moves from roadmap to release.
// Illustrative — final API reference to be published POST /v1/payments Authorization: Bearer sk_sandbox_... Content-Type: application/json { "amount": "124000", "currency": "ZAR", "method": "instant_eft", "reference": "INV-0142", "customer": { "name": "Thabo Mokoena", "email": "thabo@example.co.za" } } // → 201 Created { "id": "pay_9f3a2c", "status": "pending", "checkout_url": "https://pay.ampay.co.za/9f3a2c" }▍
AM-Pay's Phase 1 platform runs on Netcash's PASA-registered payment rails via our ISV Partner Programme.
A documented API and sandbox environment for merchants and partners to build against.
Plugins for popular store platforms so merchants can accept AM-Pay without custom code.
Native mobile tooling for merchants and partners building on the AM-Pay network — currently out of scope for Phase 1.
Tell us what you're building and we'll keep you posted as the developer platform rolls out.