What's Changed
This range adds sub-merchant details to Payments App boarding-token requests and makes the Node HTTPS client reuse its agent across requests, with optional keep-alive configuration.
New Features 💎
Payments App API
- Add
SubMerchantDatatoBoardingTokenRequest.subMerchantData, allowing boarding-token requests to carry sub-merchant identity, contact, and address details. (#1783)
Fixes ⛑️
Other
- Reuse the HTTPS agent in
HttpURLConnectionClientacross requests, accept optionalAgentOptionssuch askeepAlive, preserve the agent on HTTPS 308 redirects, and rebuild it when certificate settings change. (#1784)
PRs 📋️
- [paymentsapp] Code generation: update services and models by @AdyenAutomationBot in #1783
- fix: reuse HTTPS agent across requests by @naseemkullah in #1784
Contributors
Full Changelog: v32.1.0...HEAD