AndroidPay
For using Android Pay in your android/app/src/main/AndroidManifest.xml
add:
<application>
...
+ <meta-data
+ android:name="com.google.android.gms.wallet.api.enabled"
+ android:value="true" />
...
</application>
More information about AndroidPay deployment and testing.