rvp032582
Posts: 47
|
| Posted: 10/23/2006, 4:13 PM |
|
does anyone know if it's possible to integrate authorize.net as a payment gateway in a codecharge created site?
thanks,
--rvp
|
 |
 |
AlexR
|
| Posted: 10/24/2006, 6:03 AM |
|
Yes, I've done it myself, had no problems.
|
|
|
 |
E43509
Posts: 283
|
| Posted: 10/24/2006, 8:51 AM |
|
Can you post some sample code?
|
 |
 |
rvp
|
| Posted: 10/25/2006, 9:07 PM |
|
yes same code in asp or php and if it's in before row show event or after execute event....etc etc
|
|
|
 |
AlexR
Posts: 8
|
| Posted: 10/26/2006, 12:52 AM |
|
I had a shopping cart and order system implemented on my site. But on checkout, it redirected to Authorize.net compatible payment processor with needed POST parameters (like account id, total price, order i, etc.). "Checkout" button was part of form with needed hidden parameters. There was also a returning script, tracking buyers after they completed payment and updating info in my orders. I don't feel like I could provide you with code snippets, as site was completed and sold to client with all rights for it.
|
 |
 |
|