Author Topic: How to change Alertpay to Payza  (Read 4711 times)

0 Members and 1 Guest are viewing this topic.

  • Admin
  • Hero Member
  • *
  • Thank You
  • -Given: 14
  • -Receive: 29
  • Posts: 2793
  • Karma: +139/-15
  • Referrals: 49
    • Email
How to change Alertpay to Payza
« on: May 16, 2012, 08:28:17 PM »
We are very pleased to announce that the AlertPay platform has now transitioned to Payza.com! Your personal, financial and business information will not be affected in any way.

You must, however, switch your AlertPay payment buttons to Payza payment buttons as soon as possible.

If you use Standard Integration to generate your payment buttons:
Login to your Payza account.
Click on My Payza Account Main Menu.
Under Manage My Business, select whichever payment buttons you use:
Manage Buy Now Buttons
Manage Donate Buttons
Manage Subscriptions
Under the Manage Buttons, click on the blue Code icon.
If you are using HTML, copy & paste the new code into your website.
If you are using Link Code, copy & paste the new link code into your website.

--------------------------------------------------------------------------------

If you use Advanced Integration, to generate your payment buttons:
Visit the Payza Developer Center (https://dev.payza.com).
Under the Integration Tools menu, select Advanced Integration and read all instructions on the page.
You must replace all POST URLs in your buttons HTML code that contain "alertpay" with "secure.payza".
You must replace all Button Image URLs on your website that contain “alertpay” with the following URLs:
If you have an advanced integration Buy Now button:
https://www.payza.com/images/payza-buy-now.png
If you have an advanced integration Subscribe button:
https://www.payza.com/images/payza-subscribe-now.png
If you have an advanced integration Donate button:
https://www.payza.com/images/payza-donate.png
If you have an advanced integration Checkout button:
https://www.payza.com/images/payza-checkout.png

--------------------------------------------------------------------------------

If you use IPNs (Instant Payment Notifications), EPDs (Encrypted Payment Details) or APIs:
You must access the source code for your handlers and replace “alertpay” with “payza” in all server URLs.

Or, you can:

Visit the Payza Developer Center (https://dev.payza.com).
Under the Resources menu, select Sample Code.
Download the appropriate handler and place it in the respective location on your website server.

--------------------------------------------------------------------------------

If you have questions regarding Payza, please feel free to contact Payza Customer Support or your Payza Account Manager.




  • Developer
  • Hero Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 7
  • Posts: 933
  • Karma: +58/-2
  • Referrals: 81
    • Cashons Network
    • Email
Update For Aurora Scripts To Work With Payza Instead Alertpay
« Reply #1 on: May 16, 2012, 11:53:10 PM »
This Fix ( Update ) Will Get Payza To Work With Current Versions Of Aurora Scripts :

1- In wizards/final.php
Find This Line :
Code: [Select]
<form action='https://www.alertpay.com/PayProcess.aspx' method='post'>

Change It To :
Code: [Select]
<form action='https://secure.payza.com/checkout' method='post'>

Find This Line :
Code: [Select]
<input type=\"submit\" name=\"submit\" value=\"Pay Now With AlertPay\">

Change It To :
Code: [Select]
<input type=\"submit\" name=\"submit\" value=\"Pay Now With Payza\">

2- In includes/globals.php
Find This Line :
Code: [Select]
if($settings[procs_ap] == 1) $procs[8]="Alertpay";

Change It To :
Code: [Select]
if($settings[procs_ap] == 1) $procs[8]="Payza";

3- In prices.php
Find This Line :
Code: [Select]
".iif($settings[procs_ap]==1, "<a href=\"https://www.alertpay.com/?$settings[ap_refid]\" target=\"_blank\"><img src=\"images/ap.gif\" border=\"0\"></a>")."


Change It To :
Code: [Select]
".iif($settings[procs_ap]==1, "<a href=\"https://www.payza.com/?$settings[ap_refid]\" target=\"_blank\"><img src=\"images/payza.png\" border=\"0\"></a>")."

4- Upload This Image To Images Directory :


 ;D Done , I'll Recheck Tomorrow To See If I Missed Any Thing

  • Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
  • Karma: +0/-0
  • Referrals: 0
    • Megarefback.com
Re: How to change Alertpay to Payza
« Reply #2 on: May 18, 2012, 09:56:07 AM »
Great JOB

thank you very much  ;)

  • Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 19
  • Karma: +0/-0
  • Referrals: 1
    • Email
Re: How to change Alertpay to Payza
« Reply #3 on: August 10, 2012, 09:13:51 PM »
Really nice guide!

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 197
  • Karma: +0/-0
  • Best PTC Site List
  • Referrals: 6
    • Best And Paying PTC Sites
    • Email
Re: How to change Alertpay to Payza
« Reply #4 on: November 14, 2014, 02:38:01 PM »
In the verify folder do you change alertpay.php to payza.php

  • Developer
  • Hero Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 7
  • Posts: 933
  • Karma: +58/-2
  • Referrals: 81
    • Cashons Network
    • Email
Re: How to change Alertpay to Payza
« Reply #5 on: November 14, 2014, 09:38:12 PM »
In the verify folder do you change alertpay.php to payza.php

No it wont be needed , The above listed changes are all what's needed to get payza to replace old alertpay

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 197
  • Karma: +0/-0
  • Best PTC Site List
  • Referrals: 6
    • Best And Paying PTC Sites
    • Email
Re: How to change Alertpay to Payza
« Reply #6 on: November 15, 2014, 12:05:37 AM »
ok and thanks

 

advertise here