An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

        

# AmexTokenizationClient

[![Gem Version](https://badge.fury.io/rb/amex_tokenization_client.svg)](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