Signup form using Braintree Transparent Redirect
Posted
by Robin Fisher
on Stack Overflow
See other posts from Stack Overflow
or by Robin Fisher
Published on 2009-11-21T18:40:00Z
Indexed on
2010/03/09
5:06 UTC
Read the original article
Hit count: 522
Hi,
I'm developing an application in Rails and want the user to be able to signup and provide their card details on one form. I'm using the Braintree API and their transparent redirect, which means that the form data is posted directly to Braintree.
How can I store and later retrieve the non-payment related information provided by the user from that form e.g. account name, username? These values are not returned in the response provided by Braintree.
If you look at the Basecamp signup process, this is the result I want to achieve.
Thanks
Robin
© Stack Overflow or respective owner