REST API

Token Verification

When you receive the transient token, you should cryptographically verify its integrity using the public key embedded within the capture context. Doing so verifies that
Cybersource
issued the token and that the data has not been tampered with in transit. Verifying the transient token JWT involves checking the signature and various claims within the token. Different programming languages have their own specific libraries to assist with this.
For an example in Java, see: Java Example in Github.