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:
- Transfer money into a bank account via IMPS or NEFT for a customer
- 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_status | Description |
---|---|
0 | Success |
1 | Fail |
2 | Response Awaited/Initiated (in case of NEFT) |
3 | Refund Pending |
4 | Refunded |
5 | Hold (Transaction Inquiry Required) |