向 PayPal 帐户发送 Stripe.com 资金
Sending Stripe.com funds to a PayPal account
所以,我正在制作一个捐赠平台,有点像 gofund.me,您可以在其中创建一个页面,人们可以向您发送捐赠!创建页面后,它会要求您提供 PayPal username/email。之所以这样问,是因为每笔捐款都会发送到提供的 PayPal username/email。
现在,我想为捐赠页面启用 Stripe 支付,这样用户就可以通过使用他们的 Credit/Debit 卡捐赠……但我遇到了一个问题。
一旦他们完成交易,我如何将他们通过 Stripe 捐赠的钱发送到捐赠页面设置的 PayPal username/email?
有 API 吗?谢谢:)
顺便说一句...我正在为这个项目使用 HTML、CSS 和 JS
没有 API 从 Stripe 向 PayPal 汇款。要向 PayPal 电子邮件汇款,您最好直接 accepting the payment via PayPal Checkout,并且:
- 通过付款从您的 PayPal 帐户(您收到它的地方)发送(如果 approved for the Payouts feature)
- 更简单地说,让付款人直接将其发送至 the target PayPal account (payee) at checkout time
所以,我正在制作一个捐赠平台,有点像 gofund.me,您可以在其中创建一个页面,人们可以向您发送捐赠!创建页面后,它会要求您提供 PayPal username/email。之所以这样问,是因为每笔捐款都会发送到提供的 PayPal username/email。 现在,我想为捐赠页面启用 Stripe 支付,这样用户就可以通过使用他们的 Credit/Debit 卡捐赠……但我遇到了一个问题。 一旦他们完成交易,我如何将他们通过 Stripe 捐赠的钱发送到捐赠页面设置的 PayPal username/email? 有 API 吗?谢谢:)
顺便说一句...我正在为这个项目使用 HTML、CSS 和 JS
没有 API 从 Stripe 向 PayPal 汇款。要向 PayPal 电子邮件汇款,您最好直接 accepting the payment via PayPal Checkout,并且:
- 通过付款从您的 PayPal 帐户(您收到它的地方)发送(如果 approved for the Payouts feature)
- 更简单地说,让付款人直接将其发送至 the target PayPal account (payee) at checkout time