Bank Account Transfers
Send money quickly to different bank accounts across multiple supported countries with Elemi. The document below explains further.
Overview
Step 1: Obtain the required data for the payment request
Parameter
Type
Description
{
"merchant_reference": "MCTREFT2WMNWZ23SBN6Y",
"transaction_method": "BANK",
"currency": "NGN",
"amount": 4000,
"provider_code": "bank_ng",
"account_number": "2121562123",
"customer_name": "JOHN DOE",
"description": "Test Payout",
"extra_params": {
"bank_code": "access_bank_ng"
}
}Step 2: Handshake - Verify transaction
Step 3: Handle the final status webhook
Last updated