You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the RiskDataCollector as documented (in combination with an <Elements> based model), device data is not sent to Kount.
Based on further investigation, recurly.fraud.attachDataCollector() is never called, so a fraud_session_id is never obtained, and therefore recurly.token does not include the appropriate data.
Add a <RiskDataCollector strategy="kount" onError={(error) => console.error(error)} /> element to the payment form
Load the app and submit the form using testing data
(A modified version of this process, including some debugging aids, is available in the CodeSandbox repro)
Expected behavior
Device data is sent to Kount
Actual behaviour
The fraud functionality is not initialized (e.g. no API call is made to /risk/info, no fraud_session_id is obtained/set, no device data is sent to Kount)
Describe the bug
When using the
RiskDataCollector
as documented (in combination with an<Elements>
based model), device data is not sent to Kount.Based on further investigation,
recurly.fraud.attachDataCollector()
is never called, so afraud_session_id
is never obtained, and thereforerecurly.token
does not include the appropriate data.CodeSandbox repro
To Reproduce
<RiskDataCollector strategy="kount" onError={(error) => console.error(error)} />
element to the payment form(A modified version of this process, including some debugging aids, is available in the CodeSandbox repro)
Expected behavior
Device data is sent to Kount
Actual behaviour
The fraud functionality is not initialized (e.g. no API call is made to
/risk/info
, nofraud_session_id
is obtained/set, no device data is sent to Kount)Your Environment
The text was updated successfully, but these errors were encountered: