https://github.com/chez14/visa-sdk-rs
Visa API SDK for Rust. Gitlab mirror for this repo. Please open issues or PRs there.
https://github.com/chez14/visa-sdk-rs
api-sdk rust-lang visa
Last synced: about 1 year ago
JSON representation
Visa API SDK for Rust. Gitlab mirror for this repo. Please open issues or PRs there.
- Host: GitHub
- URL: https://github.com/chez14/visa-sdk-rs
- Owner: chez14
- License: mit
- Created: 2024-10-21T14:22:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T09:02:48.000Z (over 1 year ago)
- Last Synced: 2025-04-01T03:37:44.497Z (about 1 year ago)
- Topics: api-sdk, rust-lang, visa
- Language: Rust
- Homepage: https://gitlab.com/chez14/visa-sdk-rs
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- https://developer.visa.com/pages/working-with-visa-apis/two-way-ssl#section2
- https://developer.visa.com/pages/visa-developer-pki
Provide the Client Secret, CA Bundle when initializing the client object:
```rs
// tbd
```
## Message Level Encryption (MLE)
Guide:
- https://developer.visa.com/pages/encryption_guide#gettingstartedwithmle
Provide the Client Secret, and Server Encryption Certificate when initializing
the client object:
```rs
// tbd
```
## License
[MIT](./LICENSE).
## 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.