Serialize Swift Messages with Secure Signatures > Using the Serialize Swift Messages with Secure Signatures recipe > Step 7. Invoke the process
  

Step 7. Invoke the process

When you invoke the Serialize Swift Messages with Secure Signatures process, the process serializes a Swift-based XML message to its base flat file format, sign the Swift message using a JWT token, and publish to an API endpoint.
You can run the process using one of the following options:
The following image shows Run Using option to run the process:
The image shows the Run Using option to run the process.
You receive a payload in encoded format. You can use any third-party tool or JWT application to decode the payload using the private key and public key. For example, https://jwt.io/ as shown in the following image:
The image shows the JSON Web Tokens (JWT) application where you can decode the encoded payload using the private key and public key.