Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When integrating Fayda you will find that you have to sign some of your requests. This means you have to include a parameter in the request header (called Signature) that contains a JSON Web Signature (JWS). We require this to ensure the integrity of the data you’re sending. You can learn more about JWS here.

...

Regardless of the programming language, you’re using you should make sure that your signature header specifies that

Tip

The algorithm of the signature is RSA256

Tip

You’re using JWS

Tip

the x5c parameter contains your public key

...