Initiating a Bulk Transfer

Send money to multiple recipients using Atlas

// import Csv from '../../../../../src/components/Csv'

// Atlas allows you to send money to multiple recipients specified in a CSV file, at the same time.

// ## CSV Format

// The CSV file containing the transfer details must contain the following columns:

// - Amount: The transfer amount. // - Account number: The recipients account number. // - Account name: The recipient's account name. // - Narration: Narration for the transfer.

// The CSV file must also contain a minimum of 2 rows but must not exceed 200 rows.

// For example:

// csv // Amount,Account number,Account name,Bank,Narration // 55000,"0123456789","Adaeze Okafor","Access Bank","Rent refund" // 180000,"2233445566","Chinedu Nwankwo","Zenith Bank","Salary Arrears" // 12500,"9876543210","Fatima Bello","First Bank of Nigeria","Electricity bill - Sept" //

How is this guide?

Last updated on