The JSON Object Signing and Encryption (JOSE) framework provides a general method to secure JSON-based data.
You can implement the following JOSE specifications for enhanced security of your Wise integration: JSON Web Signature (JWS), JSON Web Encryption (JWE), or JWS + JWE.
Select your prefered method from the guides below for implementation details:
JOSE JWS
Implementing JWS lets you create tamper-proof requests, safeguarding data integrity and authenticity during critical transactions.
JOSE JWE
Implementing JWE ensures only the intended recipient can read the JSON request.
JOSE JWS + JWE
Implementing JWS and JWE ensures tamper-proof requests only the intended recipient can read.