Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
157 views
in Technique[技术] by (71.8m points)

paypal - Braintree Production Account Request Declined

I am working on a ride-sharing app where riders pay via paypal to the company and driver's payout is done through Paypal payout API.

We used Braintree IOS and Android SDK and successfully completed the integration including storing the customers in vault on braintree, charge them upon trip completion through braintree REST API etc.

Now when we were ready to go live, I tried to get access to production account on Braintree. They have an option to login with PayPal. I have a PayPal business account using which if I login, it gives me the attached error:

enter image description here

So I tried to register for a new production braintree account from here: https://apply.braintreegateway.com/country/usa

I added my business info. After couple of days I got email from them saying "Your account is declined.. Because we don’t accept any new car sharing business"

I said Uber is also using Braintree. They said yes. But they are just not accepting any new car sharing business..

Anyone out there with similar experience? This has messed up whole my business logic completed for payments and payouts. This was just ridiculous.

Any other suggestions on how still we can allow the user to pay with PayPal without using Braintree?

There is a way to use PayPal API. But that requires user to be in the app while doing transaction. What we need is, connect user's account with Paypal account and once ride is done, money is automatically deducted so users get hasslefree payment experience.

Any suggestions and help would be highly appreciated.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You seem to be looking for the equivalent of PayPal's Express Checkout Billing Agreement / Reference Transaction functionality, which allows you to bill in a "headless" way (by just doing an API call) once a user has signed up for your service.

Here is a "classic" integration guide of PayPal's: https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECReferenceTxns/

Using it requires that your live/production PayPal account be approved for Reference Transactions, for which you would need to contact their general business/customer support via https://www.paypal.com/smarthelp/contact-us (note: not PayPal MTS) to explain your business need for.

Assuming you're able to clear that business hurdle, there may be newer APIs available to integrate than the older EC Reference Transactions , but which one exactly seems to be changing as far as what's available on developer.paypal.com


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...