question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tokenize without a Fragment

See original GitHub issue

Hey Braintree Teamm, I am new to using Braintree but was wondering if there was a way that we could tokenize a card without having to create a Fragment. I may be missing some fundamental part of how your SDK/Service works, but it would be really fantastic if we didn’t have to do this via a Fragment.

It would be cool if I could create a TokenizationClient without BraintreeFragment that handled Configuration and the HTTPClient.

Cheers, Elliott

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
crookedneighborcommented, Feb 27, 2019

You cannot use the Java SDK with your android app, because you’d need to instatiate a bt gateway object with your api keys, and then you’d risk leaking your private api keys to your end users.

You can tokenize via the new Braintree GraphQL API: https://graphql.braintreepayments.com/

That would eliminate the need to use the sdk at all if you’re just capturing card details. Contact our support team for assistance if you’re having trouble with it. https://help.braintreepayments.com/

0reactions
erchengercommented, Feb 27, 2019

Thanks for that feedback @crookedneighbor.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tokenization for Natural Language Processing
Tokenization can be done to either separate words or sentences. If the text is split into words using some separation technique it is...
Read more >
Chapter 2 Tokenization
In tokenization, we take an input (a string) and a token type (a meaningful unit of text, such as a word) and split...
Read more >
What is Tokenization and Why Is Tokenization Important?
Tokenization requires some form of random mapping between the original value and the resulting protected value.
Read more >
How does tokenization help transform illiquid real estate ...
Through tokenization, investors can now buy and sell fractional ownership in a property, which was not possible before.
Read more >
Building a Tokenizer and a Sentencizer | Analytics Vidhya
The simpler case is comprised of white space splitting. But that is not always the case — japanese and chinese, for example, use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found