Adyen Ruby API Library v10.4.0
·
38 commits
to main
since this release
What's Changed
New Features 💎
- Set the default HTTP client timeout, when the application doesn't provide a custom connection_options object #298.
BalancePlatform API
Configuration API / Payment Instruments
-
Added new service
AuthorizedCardUsersApi
to manage (add, get, delete and update) authorized users to a given card. -
Added support for:
get_network_token_activation_data
- Get the network token activation data for a payment instrument.create_network_token_provisioning_data
- Create provisioning data for a network token. Use the provisioning data to add a user's payment instrument to their digital wallet.
Other Changes 🖇️
- Default values for HTTP Client Timeout by @gcatanese in #298
- Code generation: update services and models by @AdyenAutomationBot in #299
- Code generation - rename
create_network_token_activation_data
tocreate_network_token_provisioning_data
: update services and models by @AdyenAutomationBot in #304 - Release v10.4.0 by @AdyenAutomationBot in #300
Full Changelog: v10.3.0...v10.4.0