Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Transparent Redirect #37

Closed
dmathieu opened this issue Feb 26, 2013 · 4 comments
Closed

Document Transparent Redirect #37

dmathieu opened this issue Feb 26, 2013 · 4 comments

Comments

@dmathieu
Copy link

The README and #8 says we should be able to use TransparentRedirect.confirm and get the returned object.

However, there is no documentation about it, and the way the tests are using it is quite not something I would believe to be a public API.

It would be awesome to have some documentation to generate the query necessary to use this.

@gabebw
Copy link
Contributor

gabebw commented Mar 22, 2013

I'm a little confused - this should work the same way the Braintree docs say it does here: https://www.braintreepayments.com/docs/ruby/transactions/create_tr . What are we missing?

@dmathieu
Copy link
Author

Well, yes, the server code should be the same.
However, to do the TR confirmation, we need to encrypt the query values and there's no clear documentatio about that.

@gabebw
Copy link
Contributor

gabebw commented May 25, 2014

This is the bit that should be in the README?

query = query_string_from_transparent_redirect_response
Braintree::Configuration.gateway.transparent_redirect.parse_and_validate_query_string(query)

I assume getting the query string changes from person to person?

@gabebw
Copy link
Contributor

gabebw commented Sep 8, 2014

I'm closing this because I'm not sure how to proceed.

@gabebw gabebw closed this as completed Sep 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants