CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Paid membership

  1. #1
    Join Date
    Dec 2008
    Posts
    31

    Paid membership

    Hi,

    I'm currently using the ASP membership database, and the various login controls to provide members only access to parts of my website, which seems to be working fairly well. However I want to set it up so that upon registering the user has make a payment (via paypal or moneybookers etc, is fine for now) before being signed up? Is it possible to do this with the built in controls? if not how is this normally done?

    Cheers for any help

  2. #2
    Join Date
    Aug 2000
    Location
    Essex, Uk
    Posts
    1,214

    Re: Paid membership

    Im not sure about paypal or moneybookers, but with banks you have to first set up a merchant account, then usually they either give you a 'plugin' to add to your site, or your users click through and the bank's software handle it for you returning confirmation which you can then capture.
    If you find my answers helpful, dont forget to rate me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured