E-Multitech Solution

Blog

How to integrate Billdesk Payment Gateway on your website with php

Binita Thakur in Discussion Discussion, Payment Gateway Integration

0 Comment

Here below I want to share how a bill desk payment gateway can be integrated into a website. Last week I tried to integrate it and I am sharing how I did it. Hope it may help you to some extent.

The approach between the merchant (i.e. User/Service Provider) website and Bill Desk is described below:

Merchant website constructs a pipe separated message [‘|’] containing some key inputs such as:  Read more

How to Use php cURL to access HTTPs

Web Developer in Discussion PHP/MySql/HTML

0 Comment

I guess all of you are familiar with cURL that’s why I am not going to explain or say what is cURL how it works and how to use it. Here I am just going to let you know how to make work curl with SSL TLS. If you try calling any url with HTTPS using curl it generally throws many errors like protocol do not support the libcurl or not embedded etc. Read more