I want to set up a method for people to purchase an upgrade on their account using authorize.net as my merchant service.
What i want is for people to log into their account thats on my website, once logged in, they can purchase an upgrade that will grant them access to another part of the website that is only available to paying members.
I already have the user log in system, i'm using php and mysql. And my merchant account is with authorize.net, so when they click on the buy now button that i get from authorize.net they are sent to the purchase page.
I'm just not sure how to go about to update the database once they have purchased it and charged it to their card.
Any help would be appreciate it.
What i want is for people to log into their account thats on my website, once logged in, they can purchase an upgrade that will grant them access to another part of the website that is only available to paying members.
I already have the user log in system, i'm using php and mysql. And my merchant account is with authorize.net, so when they click on the buy now button that i get from authorize.net they are sent to the purchase page.
I'm just not sure how to go about to update the database once they have purchased it and charged it to their card.
Any help would be appreciate it.