WebSite X5Help Center

 
Kalpesh Dave
Kalpesh Dave
User

Payment code of Payza  en

Author: Kalpesh Dave
Visited 1860, Followers 1, Shared 0  

Hi, I am Kalpesh, I am having a shopping cart and in that I am using the payment gateway of payza.com, as it is similar like pay-pal but in our domestic pay-pal doesn't work, so i have to go with payza payment process, so is there anyone one who can help me to get the checkout payment code of payza for website x5 evolution 10, because i can't created so many product item payment button, so better if anyone help me in coding the payment checkout code which we have to put in our "Oder Management" type of payment selection. It will be really helpful for me. Thanks and Regards, Kalpesh Dave. http://lifewithcolours.in

Posted on the
4 ANSWERS
Incomedia
Claudio D.
Incomedia

Hello Kalpesh,

What type of payment code you got from Payza?

Is it html or any other language?

Many thanks!

Read more
Posted on the from Claudio D.
Kalpesh Dave
Kalpesh Dave
User
Author

Hello Claudio,

No, They don't provide me the payment gateway code, that we have to create our own self, but yes some code they provide for website as indiviual product or for product list in form options, but i just want such code through which customer purchase from defalt websitex store and it redicted to payment gateway of payza similar like we have paypal in it.

I provide you some of there code link page you can check and can u help me with it so that i can place it in the website, i know we have to input some our own websitex code also then only the payza code will work otherwise it wont funtion properly.

the link of payza code is :- https://dev.payza.com/integration-tools/html-integration/dynamic-buttons

Read more
Posted on the from Kalpesh Dave
Kalpesh Dave
Kalpesh Dave
User
Author

once i have just created an sample of code for my website but it is not working properly i think there might be some mistake in code

<form action="https://secure.payza.com/checkout" method="post">
<input type="hidden" name="ap_merchant" value="***" />
Price:
<input type="hidden" name="imOrderNo" value="[ORDER_NO]">
<input type="hidden" name="imPrice" value="[PRICE]">
<input type="hidden" name="ap_purchasetype" value="item-goods" />
<input type="hidden" name="ap_itemname" value="The Name" />    
<input type="hidden" name="ap_currency" value="USD" />
<input type="image" name="ap_image" src="https://www.payza.com/images/payza-buy-now.png" />
<input type='submit' value='Pay Now' />
</form>

Plaese check and let me know that is it ok

Read more
Posted on the from Kalpesh Dave
Incomedia
Claudio D.
Incomedia

Hello Kalpesh,

Unfortunately I cannot help you with the use of custom code since the functions do not depend on WebSite X5.

You will need to use in name="ap_merchant" value="***" a real email registered to this payment form to make some tests to see if the code works.

If you can provide me more informations on the errors you get then I can try to help you.

Many thanks!

Read more
Posted on the from Claudio D.