Hi all,

I have a registration page where a user can fill in a form to register for a convention. The payment information is processed through Verisign. However I also want the information to be entered into a database I have set up. Now when the user comes back to the site after confirming the transaction, only the values used by Verisign are carried over and the rest of the variables are lost. Is there any way I can insert into the database before going to the Verisign form or keep the values that verisign doesn't need all the way through to the end? When Verisign is validating the payment information, it leaves my domain name.

I need any help please.
Thanks
Arif

    What I would do is store the info in your database with a unique id. Then send your customer on to Verisign with the unique id. When the information comes back update the database with the id.

    I am assuming that you are using PayFlow Link. If so you can enter a return post address in the Verisign Manager and have the information posted silently.

    Hope this helps.

      thanks chadfiles

      i was using payflow link, but i upgraded to payflow pro thinking that they will provide php support but from what i can see they have a development kit for linux but no php on it...
      my web server is linux based and the database they offer is in mysql using php as the language...
      now when u say that i can store a unique ID in the database and then pass the information to verisign with that unique ID, do u mean add something to the url they give me?
      my database is set up with a unique ID, but i'm losing information that Verisign does not need to process the payment information...i just need to retain those 3 or 4 values to be entered into my database

      thanks
      arif

        Write a Reply...