Symmetric signed token generator
Build a JWT by hand and sign it with HS256, one step at a time. The header and payload below are pre-filled with a token the payment API accepts, so you can encode it, sign it, and use it straight away. Change anything and run the steps again to watch what the API does with it.