I'm implementing a Credits based system for users. The user will purchase X credits, which will post to their account. After being redirected from (paypal only for now, possibly others later) - I need to update the users credits. Can anyone point me to the right area of code? I've added the stored procedures, db logic, db properties, business properties, but where might I look to handle a completed valid payment?

Thanks!