Signup form using Braintree Transparent Redirect
- by Robin Fisher
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