Quickstart
One API. Every African rail.
Send your first payout in two lines. Same shape across all 6 SDKs and cURL — payouts, swap, cards, virtual accounts, bills and off-ramp share one client.
1. Get a test key
Create a free account and grab a key from the Developer dashboard. Test keys start with pk_test_.
2. Send a payout
import { AfriTradePay } from "@afritradepay/sdk";
const atp = new AfriTradePay("pk_test_…");
await atp.payouts.create({ amountMinor: 50000, sourceCurrency: "NGN", destinationCurrency: "NGN",
beneficiary: { accountName: "Ada Lovelace", accountNumber: "0123456789", bankCode: "058" } });