https://github.com/varyonic/amex_tokenization_client
Unofficial API Ruby client for the American Express Tokenization Service (AETS).
https://github.com/varyonic/amex_tokenization_client
amex amex-for-developers api
Last synced: about 1 month ago
JSON representation
Unofficial API Ruby client for the American Express Tokenization Service (AETS).
- Host: GitHub
- URL: https://github.com/varyonic/amex_tokenization_client
- Owner: varyonic
- License: mit
- Created: 2018-12-28T15:15:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T17:01:56.000Z (over 3 years ago)
- Last Synced: 2025-02-13T04:44:37.936Z (3 months ago)
- Topics: amex, amex-for-developers, api
- Language: Ruby
- Size: 21.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AmexTokenizationClient
[](https://badge.fury.io/rb/amex_tokenization_client)
[![Github Actions ][actions_badge]][actions]Unofficial Ruby wrapper for the American Express Tokenization Service (AETS)
published via the [amex developer portal](https://developer.americanexpress.com/products/amex-token-service/overview),
see also [amex-api-java-client-core](https://github.com/americanexpress/amex-api-java-client-core).## Installation
Add to your application's Gemfile:
```ruby
gem 'amex_tokenization_client'
```And then execute:
$ bundle
## Usage
See [specs](https://github.com/varyonic/amex_enhanced_authorization/blob/master/spec/amex_tokenization_client_spec.rb) for sample usage.
## Contributions
Read [CONTRIBUTING](CONTRIBUTING.md) for details.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Read the [LICENSE](LICENSE.md) for details.
Copyright (c) 2018-2021 [Varyonic](https://www.varyonic.com).
[actions_badge]: https://github.com/varyonic/amex_tokenization_client/workflows/ci/badge.svg
[actions]: https://github.com/varyonic/amex_tokenization_client/actions