Discussions
Bank Account details verification
almost 5 years ago by Hemant m
i am getting error while implement this
"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 ""; print_r($response); ?>