PayPal Payment

Estimated reading: 2 minutes 440 views
PayPal is one of the largest online payment processors in the world. Sign Up Now! Secure all your Transactions with our 24×7 Fraud Prevention. Sign Up Now! No Top Up Needed. Free Return shipping. Buyer Protection. B2B Payments. 180-days Buyer Protection.
For more info please visit website https://www.paypal.com/

How to get the Paypal URL Tokenzations

  • After logging in, you will see the following dashboard then, in the right corner, go to the settings next to the help icon and click on API option
  • As you will scroll down you will the Tokenization keys option and then click on Generate Tokenization Key
  • Copy this key and paste it in the admin panel
  • Copy this key and paste it in the admin panel
  • Go to Settings -> Payment Settings -> Paypal tab

Configure The Manifest File

  • Go to android/app/src/main/AndroidManifest.xml
  • Copy the below code and paste it after the first activity tag
				
					
<activity android:name="com.braintreepayments.api.BraintreeBrowserSwitchActivity"
            android:exported="false"
            android:launchMode="singleTask">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="${applicationId}.braintree" />
            </intent-filter>
</activity>

<meta-data android:name="com.google.android.gms.wallet.api.enabled" android:value="true"/>				
			

Leave a Comment

Share this Doc

PayPal Payment

Or copy link

CONTENTS