Problem with creditcard integration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wizzard81
Forum Commoner
Posts: 66
Joined: Wed Jan 15, 2003 6:05 am
Location: Belgium
Contact:

Problem with creditcard integration

Post by wizzard81 »

Hello,

I'm having a problem with my creditcard processing script. My creditcard providers send a code for the Authorizsation to my script.

Example:
http://www.website.com/author.php?rc=000 or rc=633

The rc is the code that the provider sends but my problem is i have different payment pages and i store in a session the page but it not works because the code is send from my provider and not from my local site.

Is there a problem to fix this?
Post Reply