How to report issues with Thales NFC Wallet SDK?
General notes
To troubleshoot efficiently, the Thales onboarding and support team needs the key details up front. Missing context usually means more back-and-forth and a slower resolution.
Include the following in every issue report:
NFC Wallet SDK version and variant
Specify the SDK version.
Specify whether you use the
debugorreleasevariant.
Issue type
Crash (include a crash log).
SDK error (include the error details).
User experience issue
Other (describe clearly).
Use case
Initialization or wallet secure enrollment (WSE).
Tokenization (create and provision a digital card).
LCM (suspend, resume, delete).
Other (describe).
Issue summary
Describe what happened and when it started.
For crashes, attach the stack trace. Make sure that the stack trace is already decoded by the application mapping files (generated at application build time).
For SDK errors, include:
The last NFC Wallet SDK API method called.
The error code and message.
Any additional fields from the error object.
For user experience issues, attach a screenshot or screen recording.
Steps to reproduce
Provide an exact, numbered sequence.
Call out prerequisites (configuration, test account state, network, etc.).
Clarify whether it is systematic (100% reproducible) or intermittent.
Expected behavior
Describe what you expected versus what you observed.
Note: Sometimes a misinterpretation of the SDK feature functionality is reported as an issue.
Environment
Specify
PreProdorProduction.Specify distribution
Specify audience (internal testing, beta users, public end users).
Affected devices and iOS versions
List device models and iOS versions where the issue reproduces.
List devices where the issue does not reproduce (if known).
Occurrence rate
Provide counts and a time window (for example, “2 out of 10 attempts” or “10 times in 24 hours”).
Estimate the percentage of end users affected.
Affected wallet instance or digital card
Define the impacted wallet instance (application installed on a specific end-user device)
Share the corresponding Wallet ID
Use
TSHPay.walletIDto retrieve the wallet identifier.
Identify the impacted digital card (if applicable).
Share the corresponding identifier (
digitalCardID) when possible.Retrieve
digitalCardIDfromDigitalCard#digitalCardID.
NFC Wallet SDK logs
If you can reproduce in a controlled environment, reproduce with a
debugbuild and collect logs.
Do not share PAN, CSC/CVV2, OTP, or other end-user sensitive data in tickets. Use identifiers such as digitalCardID instead.
Provide use case-specific details
Some use cases need extra context. Add the details below, in addition to the standard template.
Avoid generic statements like “Tokenization fails” or “payment doesn’t work”. They block triage and slow down resolution.
Confirm the expected flow.
Is this the green flow or yellow flow?
Did wallet secure enrollment complete successfully?
Pinpoint where the flow stops.
What is the last NFC Wallet SDK API method called?
What is the last NFC Wallet SDK API method that completes successfully?
Share the exact error (if any).
What are the error code and message?
What additional fields are returned in the error object (if present)?
Describe the payment use case.
Is this contactless payment, DSRP remote payment, or QR code payment?
Which payment network is affected (for example, Visa or Mastercard)?
If this is contactless payment, share the setup.
Is your digital wallet application set as the default payment application?
Which mode are you using: double-click, field-detect, or manual mode?
Do you start payment with the default payment card, or a specific
digitalCardID?Which profile is used: card-like or flexible CDCVM?
Share the exact error (if any).
What are the error code and message?
For payment issues, include device logs for both Tokenization and the payment attempt.
Issue report template
Please use the following template when submitting an issue report to Thales TSH Pay SDK support team.
Please replace the template fields as for example < PLEASE FILL HERE > by the corresponding details or put N/A if such information is not available.
Last updated
Was this helpful?