Skip to content

Android Tap-to-Pay 1.0.0

New Features

  • Added support of Online Pin SCA (Strong Customer Authentication).
  • Added card data to PaymentEvent.TransactionDone event: card type, card scheme, last four digits, and merchant code.
  • Transparent attestation process. The SDK now returns error details if attestation fails in PaymentEvent.TransactionFailed event. This helps developers understand and resolve attestation issues more effectively.
  • API changes to make it more concise. Now TapToPay.startPayment() function returns Flow<PaymentEvent> instead of Flow<Result<PaymentEvent>>.

Android Tap-to-pay SDK Android SDK