- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
如果我的数据库中保存了 Visa 卡号,有没有一种方法可以通过 PayPal API 自动从 Visa 中扣款,而无需用户输入任何内容?我们想让这个网站尽可能简单易用。根据他们使用网站的方式,金额是可变的。
(别担心,会有适当的免责声明,并且会通知用户)
这些“定期付款”怎么样?这样我就不必在我的网站上存储 CC 信息,但它们是否允许我定期发送到 PayPal 的可变金额?
最佳答案
是的,你可以。
1 On your website, the customer chooses to pay with a credit card and enters the credit card number and other details.
2 The customer reviews the order.
3 When your customer clicks “Pay” to place the order, you call a PayPal API to request payment, and the payment transaction is initiated. Note: The customer does not see this step. PayPal does not send your customer a recipt for the payment.
4 You transfer your customer to your order confirmation page.
付款是在不将客户重定向到 PP 站点的情况下执行的,因此您可以向客户请求 CC 数据并将其提交给 PP API。
关于paypal - 我可以使用 PayPal 自动从信用卡中扣款吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2398416/
我是一名优秀的程序员,十分优秀!