简体   繁体   English

使用 Paypal 和信用卡 React Native 支付解决方案

[英]React Native payout solution with Paypal and Credit card

I'm going to implement payout payment with Paypal and Credit card in my React Native application.我将在我的 React Native 应用程序中使用 Paypal 和信用卡实现支付。 There're two kinds of users in my app - customers and freelancers.我的应用程序中有两种用户 - 客户和自由职业者。 Customers should pay to freelancers for their service.客户应该为自由职业者的服务付费。

The payment methods I'm going to implement are Paypal and various kinds of Credit cards.我将要实施的付款方式是 Paypal 和各种信用卡。 The backend server is based in NodeJS.后端服务器基于 NodeJS。

I'm quite new to this payout development and I'm really not sure where I should begin and which services I should use.我对这种支付开发很陌生,我真的不确定应该从哪里开始以及应该使用哪些服务。 Please reach out me any comments.有任何意见请联系我。

PS I'm contacting to Braintree service for several months and it's taking too long to register, so I'm looking for another solution now. PS 我联系了 Braintree 服务几个月了,注册时间太长了,所以我现在正在寻找另一种解决方案。

I don't know of a native solution that will allow you to facilitate payments to a PayPal account that is not yours.我不知道有什么本地解决方案可以让您方便地向不属于您的 PayPal 帐户付款。

Here is a non-native, vanilla JS demo pattern for PayPal Checkout: https://developer.paypal.com/demo/checkout/#/pattern/server这是 PayPal Checkout 的非本地原生 JS 演示模式: https : //developer.paypal.com/demo/checkout/#/pattern/server

Using such a checkout, you can set a custom payee to the freelancer's account: https://developer.paypal.com/docs/checkout/integration-features/custom-payee/使用这样的结帐,您可以为自由职业者的帐户设置自定义收款人: https : //developer.paypal.com/docs/checkout/integration-features/custom-payee/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM