Generating a JSON Web Token
To generate a JSON Web Token (JWT) for manual card entry:
1
Add an object to implement the ManualEntry
interface.
2
Add the HasManualTokenizingSupport
interface.
The HasManualTokenizingSupport
interface includes following methods:
3
Add the ManualCardTokenizer
object.
4
Add the createTransactionToken
method call and include your card object.
Last updated
Was this helpful?