Login Braintree with Paypal - paypal

I already have a PayPal business account. Do I need a seperate Braintree business account for Braintree integration or can I use PayPal business account itself.

What kind of Braintree integration? For PayPal Checkout via a Braintree SDK you can get credentials at the bottom of: https://www.paypal.com/signin?intent=developer&returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Fapplications . There's some information about this specific integration here, although most of what you need will be on the Braintree site.
If you want other Braintree gateway features, you need to apply for a Braintree account for your business. It'll be connected to your PayPal account.

Related

is I need to purchase Both Paypal and Braintree Account for Paypal Integration?

I have Paypal Account. can I integrate Paypal Payment Gateway only using Paypal Account or should I need to purchase Braintree Account too?
To integrate PayPal Checkout, you only need a PayPal business account to receive the payments. From a native app you can use the new Native Checkout SDK.
Braintree Direct is a separate gateway product, with other features. The Braintree SDK, which does not require a Braintree account for us with only PayPal payments, was also useful for integrating PayPal Checkout in native apps before the Native Checkout SDK was available.

Payment via Braintree in flutter application

I am building a marketplace app and want to include payment via PayPal with Braintree (see documentation: flutter_braintree). Right now I am working with a braintree sandbox trial account.
As far as I am understanding it correctly, I have to save the braintree tokenizationKey for every company to enable payments directly to them and not to the marketplace. Due to test reasons I included the tokenizationKey of my braintree sandbox account.
I am successfully directed to the PayPal checkout page where I can't login since it's in sandbox mode. When I select "proceed with sandbox purchase" I am then redirected to the application and do receive a BraintreePaymentMethodNonce.
Here you can find the screen where I can't login.
But somehow I can't see any transactions in the dashboard of my sandbox account.
Am I mistaken with the way tokenization works or where is the problem?
I am successfully directed to the PayPal checkout where I can't login since it's in sandbox mode.
Use a sandbox buyer (personal) account from https://www.paypal.com/signin?intent=developer&returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Faccounts%2F
If the companies only have PayPal accounts rather than Braintree accounts, you can use PayPal via Braintree and a braintree access_token from PayPal for authentication to get the client token on your server (no tokenizationKey)
I was also having the same issue. Now I found the solution. All you have to do is link you braintree sandbox to your paypal sandbox. Here is the process of linking your sandbox accounts.

How can i enable both services i.e., Direct Payment and Express Checkout on Paypal live US business account?

Recently I had implemented Recurring Payments API using the following payment methods:
Direct Payment
Express Checkout
All was working fine on Sandbox account. But on Live account when i enable one payment solution like Express Checkout then service for Direct Payment is disabled and vice-versa. How can i enable both above mentioned payment methods/solutions for Recurring Payments?
You are requested to go to the link below to upgrade your US PayPal account to the Pro account.
https://www.paypal-business.com/paypal-pro
After that you are able to integrate Direct Payment for Recurring Payments.
You can also refer to the link below.
https://www.paypal.com/cgi-bin/webscr?cmd=xpt/cps/general/DPRPLaunch-outside

adaptive payment paypal work with standard pay pal account

I want to user the adaptive payment paypal method for my website.
So for this we need use the pay-pal pro account or it working fine with standard pay pal account.
You need to have the following:
A PayPal Business Account(Confirmed email and verified account) PRO account not required.
Need to create a application at apps.paypal.com and submit(Adaptive Payment is a special feature which needs a application to be submitted and approved by app review team.
Once app is approved, you will be provided with APP ID which you can use in your API calls for adaptive Payment integration on your website.

How can I verify credit card without using any payment gateway?

I have a shopping site. According to requirements, I need to give two options--PayPal payment (if user has PayPal account) and debit/credit card payment. Even if PayPal allows payment for users who don't have a PayPal account, I don't want them to do payments through PayPal. Instead, is there any direct payment for Visa/MasterCard?
PayPal Payments + Direct Credit Card Acceptance is available as part of the new REST APIs as well as the Express Checkout APIs.
Please use any of these products (suggest REST API).