problem on payment for online shopping

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
learnerabn
Forum Commoner
Posts: 48
Joined: Wed Feb 10, 2010 12:56 am

problem on payment for online shopping

Post by learnerabn »

hello every body,
i'm designing a online shopping website.
In that site a customer payment option redirect them to ebs website(payment authority).
The problem here is after returning from the ebs website some times the session got expired and the payment status remains not received but the amout is got from customer account so for each and every order we have to change the payment status in the database(but it is not possible since we dont know who all r ordering and who all r paid the cost).
can anybody help me to figure out the problem?
User avatar
Technocrat
Forum Contributor
Posts: 127
Joined: Thu Oct 20, 2005 7:01 pm

Re: problem on payment for online shopping

Post by Technocrat »

Could you pass the session ID to ebs and have it return it back to you? I have never worked with ebs but with PayPal you can send custom data which PayPal will send back when returning the user.
Post Reply