---
page_title: Enable Tap & Pay
product: NFC
page_source: https://juspay.io/in/docs/nfc/docs/tap--pay/enable-tap--pay
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/nfc/llms.txt
---


# Adding Tap & Capture for cards 




### **Step 1:** Enable Tap & Capture on your payment page 



---

## Integration type : Juspay HyperCheckout (Payment Page)


### Step 1.1 Juspay Config Changes


* [Login](https://portal.juspay.in/marketplace?id=0fedba97-38de-46b7-bedc-aa356e830621&name=Tap%2520&%2520Pay)to Juspay Dashboard and navigate to Marketplace tab to get the Tap & Capture flow enabled on your Juspay payment page
* Juspay will release these changes in testing environment (CUG) for you to initiate the end to end testing on your Android app.




### Step 1.2 Juspay Hyper SDK Update


In order to enable Tap & Capture flow on your payment page, **Juspay Hyper SDK version 2.1.24**  or more is required. 

* If not already done, update the Juspay Android HyperSDK to **version 2.1.24** in your build
  
  * You can check the Juspay HyperSDK version in your app’s _**build.gradle**_  file.
  * In case you are using cross-platform frameworks (like React Native, Capacitor, Flutter and Cordova), please ensure that these frameworks are also updated.
  * Refer to [this link](https://docs.juspay.in/resources/docs/sdk--release-notes/android--release-notes#Android---Release-Notes-) for Juspay SDK Release Notes
* The Tap & Capture feature will only appear on your payment page if the user's Android device has your updated app, specifically with Juspay Hyper SDK version 2.1.24 or higher.



---

## Integration type : Juspay Express Checkout SDK


### Step 1.1 Check NFC Support


Before enabling the Tap & Capture option on your payment page, a check needs to be made to ensure that user’s device has the required NFC support

* Use **[nfcSupportCheck SDK Call](https://docs.juspay.in/nfc/docs/tap--pay/nfcsupportcheck-sdk-call)**  to check the status of user’s device




### Step 1.2 Design Changes on Card Screen


If user’s device has the necessary support

* Tap & Capture button can be added on the Add Card Screen.
* Card scanning will get activated only after this button click.

Reference design:

![Image](https://dth95m2xtyv8v.cloudfront.net/tesseract/assets/nfc/NFC-nMsT6.png)






### Step 1.3 Fetch Card Details


Once the user clicks the Tap & Capture button

* Use the [readNFC SDK Call](https://docs.juspay.in/nfc/docs/tap--pay/readnfc-sdk-call)[](https://docs.juspay.in/nfc/docs/nfc/readnfc-sdk-call)to automatically populate the card details on payment page
* The card scan session will be activated for a set time of 8 sec
* In case the user doesn’t scan the card within the set time, [readNFC SDK Call](https://docs.juspay.in/nfc/docs/tap--pay/readnfc-sdk-call)will return a timeout error.



---

## See Also

- [Get Started](https://juspay.io/in/docs/nfc/docs/tap--pay/get-started)
- [Testing & Validation](https://juspay.io/in/docs/nfc/docs/tap--pay/testing--validation)
