Search code examples
paypalswift3braintree

Paypal with Braintree saying "Merchant account not found"


I tried integrating PayPal using braintree and following this tutorial. I end up getting an error: Merchant account not found - screenshot.

I am using Swift 3 and Xcode 8.1.

here is my viewDidLoad

These are all required updates in my app:

ScreenShot 1

ScreenShot 2

ScreenShot 3

ScreenShot 4

ScreenShot 5

Any help will be appreciated!


Solution

  • PayPal with Braintree didn't work for me like I was getting this message again and again.

    "Merchant account not found"

    So, I decided to integrate PayPal ios SDK and I managed to integrate Future payment myself within the app(without using backend server). And that worked flawlessly with the help of PayPal developer support.