- iFrame
- Transparent Gateway API v2
- Payment Services v2
iFrame
19898 [Fraud Services] new fields for Kount
- Two new parameters added to IFrame config to pass Kount Mode and AnId.
When Kount mode is set to "P" kount device data collection will be ignored and TokenEx will create a session id containing TokenExId as a prefix.
When Kount AnId is missing and Kount mode set as "P", TokenEx will set the AnId = "0123456789" before making call to Kount.
Transparent Gateway API v2
19845 Using Polly for Retries
- Added resiliency to Transparent Gateway API v2 application around failed http requests to 3rd-party APIs. Some http failures are retried automatically and can be opt-out. Retrying requests for timeouts is opt-in. Use the request header tx-retry:false to indicate that no attempts at retries should be made. Use tx-retry:true to indicate that the request should be retried when a timeout occurs.
Payment Services v2
19845 Using Polly for Retries
- Added resiliency to Payment Services v2 application around failed http requests to 3rd-party APIs. Some http failures are retried automatically and can be opt-out. Retrying requests for timeouts is opt-in. Use the request header tx-retry:false to indicate that no attempts at retries should be made. Use tx-retry:true to indicate that the request should be retried when a timeout occurs.