Payza's Advanced Button in HTML
Using simple HTML, you can integrate easily with Payza.Generate buttons and manage payment details from your Payza account with Standard Integration. No advanced technical knowledge needed. Create one-time or recurring payment buttons by customizing your buttons using Advanced Integrationform method="post" action="https://secure.payza.com/checkout"
input type="hidden" name="ap_merchant" value="apdevforum@gmail.com"/
input type="hidden" name="ap_purchasetype" value="item-goods"
input type="hidden" name="ap_itemname" value="MP3 Player"
input type="hidden" name="ap_amount" value="50"
input type="hidden" name="ap_currency" value="USD"
input type="hidden" name="ap_quantity" value="1"
input type="hidden" name="ap_itemcode" value="XYZ123"
input type="hidden" name="ap_description" value="Lorem ipsum."
input type="hidden" name="ap_returnurl" value="http://www.example.com/thankyou.html"
input type="hidden" name="ap_cancelurl" value="http://www.example.com/cancel.html"
input type="hidden" name="ap_taxamount" value="2.49"
input type="hidden" name="ap_additionalcharges" value="1.19"
input type="hidden" name="ap_shippingcharges" value="7.99"
input type="hidden" name="ap_discountamount" value="4.99"
input type="hidden" name="apc_1" value="Blue"
input type="image" src="https://www.payza.com/images/payza-buy-now.png"
/form>
How to integrate Payza in wordpress?
Easy integration of Payza payments / AlertPay payments to your WordPres Website. You can configure all options on WP Admin interface.Installation:
Unzip the plugin and copy the payza-payments folder to your wp-content/plugins folder or install from wordpress.org repository and activate the plugin.Setting up the plugin
- install the plugin in your WordPress Website
- sign-up for a Payza account and verify it
- enter API data on the plugin configuration page
- set IPN URL in your Payza account
- create your buttons with shortcodes
Integrate Payza using WooCommerce Extension
Payza is a money transfer service which allows customers to pay you using their E-Wallet. Customers are redirected to the secure Payza servers for payment, and then redirected back to your site after paying, relieving you of the need for a SSL certificate for your server. Merchants like Payza for the ease and convenience of accepting payment, customers prefer Payza because they know their financial details will be safe and secure.Installation
- Buy this extension
- Download and install into your WooCommerce store
- Enter your Payza Live email on the settings page and save
- Now you can easily transfers money
No comments:
Post a Comment