Payeezy payment gateway has been integrated successfully with php. Kept transaction type as "AUTH_ONLY". To make the complete transaction will go to the admin panel and make it as tagged completion as shown in screen shot.
Now we want to allow the merchant to add the shipping fee, compute the total from within our application, and then send a request back to Payeezy with the total amount to be charged against the transaction tag that was received earlier and complete the previous pre-authorization as completed.
Here is the link how to achieve it, but unable to understand how to do with php.
Thanks in advance.
With regards, Sudhir

I got the proper code to do this. Here is the proper code in php and fill all the variables with proper payeezy values.