Jump to content

Recommended Posts

Posted (edited)

I'm trying to think of the easiest way to set this up. So any suggestions would be helpful.

 

I want to make this transaction completely online. And I want to make it a easy one step process. I need three things from the perspective client. Their one time payment, their username, and their password.

 

Foxy cart comes to mind, but I don't need a cart of any kind, there is only one item and one payment option, so this is probably overkill. Paypal sounds like an OK option, but can the perspective client send information (username/password) along with their payment? Basically, I'm trying to avoid two seperate steps, and combine them into one. Other suggestions? Thanks!

Edited by Eric
Posted
You should be able to do it with PayPal. Just ask the client to include the username/password in the comments field when they send you the money.

 

Thanks Ben, that's a good idea. But I would prefer for it to more full proof than that. I'm sure many would forget that step. I would prefer to make it a mandatory feild.

 

Another option, which is a two step process (I'd still perfer only one), is to have them send me their info and then upon recieval I then send them the paypal email.

Posted
I imagine you could do something with PHP... Create a form that requires them to enter in their username/password, and then redirects them over to PayPal. This could help with the PayPal step (or I think Stefan has a video course on this)

 

http://freelanceswitch.com/money/making-a-paypal-form-tutorial/

 

I think I like that! It's two step, but made to look like one. I'm thinking about doing my own branding, so I could have the redirect come right back to my site, where I finish the paypal transaction. Hmmm... Let me chew on that...

Posted

I was going to suggest sending the client to Paypal via a "Pay Now" button and then returning them to your site with a Thank you/Confirmation page containing a form that requests their login info. Or do it the opposite. The form for the login info first and then the Paypal page after.

Posted

Thank you Susan, I think your right, that order makes more sense (pay first). So I have this route as a solid 1st option.

 

Or for my second option I late last night put together this. I use Foxycart, and make a "Checkout Now" button and bypass the view cart step (I can do that). Now I'll have a one page checkout system. Then I use foxy's custom form option to have the client insert all the info I need (username, password, etc) all on the same checkout page. The next page is the reciept page. And, if I whish, I can set it up so that the private info is not sent by mail, but rather I can view it in my admin panel. As long as it all goes to plan, now that's one step! http://wiki.foxycart.com/docs:checkout:customfields

  • 2 weeks later...
  • 2 weeks later...
Posted

For those that care. Thinking out loud really...

 

Thats not a good system. That is, getting the info and then redirecting to paypal. How many times have you been half way through a online money transaction and then backed out? I have many times! If I set it up that way, I'd have a lot of half transactions. I'm going to make it easy on myself, and the client, and simply get the info via a form. Then, once received, then I'll just send them a paypal email link.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...