Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 864 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 864 Bytes

Visa API SDK for Rust

Installation

Tbd.

Security

Mutual TLS / Two Way SSL (mTls)

This repo does not provide the CA Root Bundle. You can download the CA in the following links:

Provide the Client Secret, CA Bundle when initializing the client object:

// tbd

Message Level Encryption (MLE)

Guide:

Provide the Client Secret, and Server Encryption Certificate when initializing the client object:

// tbd

License

MIT.

Disclaimer

  1. I (chez14) am not affiliated with Visa Inc. or any of its subsidiaries.
  2. This crate has not been tested in a production environment. Use at your own risk.