Mutual TLS

This page will help you get started with tispayments API Docs. You'll be up and running in a jiffy!

Mutual TLS

TIS uses mutual two-way authentication over TLS known as mTLS to transmit sensitive data ensuring data security leveraging public key certificates.

Both customer (referred to as client) and TIS use the certificate exchange request to exchange their public keys that would be used by both sides to authenticate.

Perform the following steps:

  1. Client server connects to TIS server
  2. TIS server presents its TLS certificate
  3. Client server verifies the TIS server's certificate
  4. Client server presents its TLS certificate
  5. TIS server verifies the client's certificate
  6. TIS server grants access
  7. Client and TIS exchange information over encrypted TLS connection

What’s Next