Serialize Swift Messages with Secure Signatures > Introduction to Serialize Swift Messages with Secure Signatures recipe
Introduction to Serialize Swift Messages with Secure Signatures recipe
The Serialize Swift Messages with Secure Signatures recipe is based on REST and SOAP APIs. You can use the recipe to efficiently convert Swift XML format messages into structured Swift messages using the Industry Solutions Data Services API, and securely sign the messages using JSON Web Tokens (JWT).
The conversion ensures that the financial or transactional data in XML is transformed into a standard Swift message format, suitable for integration into banking or financial applications. After conversion, the recipe implements JWT signing to ensure data integrity, security, and authenticity during transmission or processing.