Discussions

Ask a Question
ANSWERED

Bank Account details verification

i am getting error while implement this <?php $dev_key="6d32a6b9195e0d9b949524f40324541f7"; $account= "XXXXXX"; $type="ifsc"; $bank_code="XXXXX"; $url = "https://staging.eko.in:25004/ekoapi/v1/banks/"; $url = $url . $type .":" . $bank_code . "/accounts/" . $account; $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_PORT => "25004", CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => $bodyParam, CURLOPT_HTTPHEADER => array( "cache-control: no-cache", "content-type: application/x-www-form-urlencoded", "developer_key:" . $dev_key ), )); $response = curl_exec($curl); // Contains the response from server echo "<pre>"; print_r($response); ?>
ANSWERED

Pan card API

Integrate the pancard verify API in our website. please share me quotation and demo api
ANSWERED

how can i get the facilality of your company means what are steps to geting a EKO merchant id

please call me 9538215519
ANSWERED

Client_ref_id on verify bank account api

The cURL example shown at the api documentation regarding bank account verification, placed at the url https://developers.eko.in/v1.0/reference#verify-bank-account has client_ref_id. My understanding is that client_ref_id needs to be created when a transaction takes place. So what is client_ref_id for the bank account verify api?
ANSWERED

INTERESTED

IM DOING ALREADY MONEY TRANSFER BUSINESS ..BUT I WANT WORK WITH YOU ALSO .. SO PLEASE ADVICE ME OR CAN YOU CALL 9871208708 .. MY OFFICE IN SATYANIKETAN MARKET NEW DLEHI 20 YEARS OLD.
ANSWERED

client_ref_id

client_ref_id should be unique for all transaction or it should be unique for our system. If it is only unique for our system then all transaction will have same client_ref_id. Please clarify.
ANSWERED

AEPS android SDK not working

Nothing happened on calling `startActivityForResult(intent, AEPS_REQUEST_CODE);` as shown in this doc https://docs.google.com/document/d/1YFYOHVPC_gnFFI-TEZ7qyVwFp59PCpoEnz1AOwaZsZw/edit?ts=5cb6b260 page3 callback url is not called.
ANSWERED

Get Bank Details api not working

Get Bank Details (https://developers.eko.in/v1.0/reference#bank) seems to be not working from few days. Please confirm.
ANSWERED

response_status_id":-1 (MEAN OF THIS)

what is the mean of 'response_status_id":-1' in get service API in response.
ANSWERED

recipient_type

Hi team! What is recipient_type at the add recipient add api?