Payouts
Send money to any bank or mobile money account across Africa and globally.
https://api.afritradepay.com/v1/payouts
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" } });All endpoints accept an Idempotency-Key header and return x-request-id.