Tokenize without a Fragment
See original GitHub issueHey 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:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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/
Thanks for that feedback @crookedneighbor.