Transaction

Transaction APIs enable fund transfer from one customer to another.The destination could be a wallet, a credit card, a bank account, merchant account or a supported utility account.

📘

A transaction is identified by

/transactions/{transaction_id}

Transaction APIs enable clients to:

  1. Transfer money into a bank account via IMPS or NEFT for a customer
  2. Enquire about a transaction's status using transaction enquiry. Enquiry can be done using Eko TID or client_ref_id (a unique ID that you send with every transaction.

Every transaction response will contain a tx_status code with the following possible values:

tx_statusDescription
0Success
1Fail
2Response Awaited/Initiated (in case of NEFT)
3Refund Pending
4Refunded
5Hold (Transaction Inquiry Required)