close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Need to switch from Paypal already implemented to another payment gateway - which is easiest

Thread began 12/06/2019 12:55 pm by lr_leal239405 | Last modified 12/24/2019 10:14 am by Ray Borduin | 1336 views | 9 replies |

lr_leal239405

Need to switch from Paypal already implemented to another payment gateway - which is easiest?

We have implemented Paypal (Paypal payments Pro) in a shopping cart that's already been working and Is very customized. Now it turns out that Paypal does not accept something called pcards (procument cards) of all levels. So we need to switch to another payment gateway (or Merchant Processor).

I see there are serveral options built into Webassist's tools. Which of those would be easiest for me to change to from Paypal, without going thru hoops and reading large amounts of API info?). It would be a bit of a nightmare for me to regenerate all the code and rebuild.

Is there one where I can simply change the Payment Gateway Credentials and it would continue to work?

Sign in to reply to this post

Ray BorduinWebAssist

No. The code would have to change.

The easiest is probably Authorize.net. If you need a new merchant account you can try:
https://www.e-onlinedata.com/cafecommerce

If you don't want to redo the page, you can probably just apply the process payment server behavior for authorize.net and remove the paypal payment server behavior on your existing page. Or you could re-run the checkout wizard with new page names and just copy and paste to swap out the payment processing portion.

Sign in to reply to this post
Did this help? Tips are appreciated...

lr_leal239405

ok. We're going with Authorize.net then. Hopefully I can do just that -> just apply the process payment server behavior for authorize.net and remove the paypal payment server behavior on existing page.

Thanks for the info.

Sign in to reply to this post

lr_leal239405

We're doing the swtich now. We have a Authorize.net account. I placed in the credentials thru the eCart Payment Gateway Credentials. I don't see an option to 'apply the process payment server behavior for authorize.net'

Also, I went to the page per below but should it go to the checkout_success.php page?

UPDATE: I ran the checkout wizard and just getting the payment script portion)

I manually removed the Paypal info as I could not get rid of thru software.

Sign in to reply to this post

lr_leal239405

I'm getting this:

Fatal error: Call to undefined function AuthNet_Post() in /home/jvdydf5kad9w/public_html/eCart/confirm.php on line 218

I added the include line to the confirm.php
<?php require_once("../WA_eCart/Adv_CO_Scripts/PP_ECO_Authorize_PHP.php"); ?>

and uploaded the file. But still getting it. What am I missing?

Sign in to reply to this post

Ray BorduinWebAssist

That is the paypal include file. The include line you want should reference a file: AuthNet_PHP.php.

Sign in to reply to this post
Did this help? Tips are appreciated...

lr_leal239405

oops. You're right.

Sign in to reply to this post

lr_leal239405

sorry to bother you. I'm trying to get error codes or full response on the checkout failure page for the Authorized.net transaction, but not sure which bindings to drag over. I tried several. (I have a authorize.net sandbox acct. - not sure if that makes any difference).

Sign in to reply to this post

Ray BorduinWebAssist

Just use:

php:
<?php

@session_start();
var_dump($_SESSION);
?>



Then view source on the page to see the data. That will have everything.

Sign in to reply to this post
Did this help? Tips are appreciated...

lr_leal239405

Thanks for that info. Yes, that gave me everything in the session including the codes that have to do with Authorize.net.

Then I saw under Bindings the Local Checkout Reponse (Authorize.net). I dragged in Full Rquest and Full Response. That worked as well.

:)

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...