简体   繁体   English

有没有一种方法可以检查用户在PayPal结帐中的付款方式(使用自己的帐户或信用卡)?

[英]Is there a way to check how user pay(with his own account or credit card) in PayPal checkout?

有没有一种方法可以通过自适应支付api检查用户在PayPal结帐中的付款方式(使用自己的帐户或信用卡)?

It's not going to be obvious what your user paid with, due to security purposes of PayPal checkout. 由于PayPal结帐的安全性目的,用户付款所用的东西并不明显。 You can see things like Instant Transfer(paid by bank) or echeck(also paid by bank). 您可以看到即时转帐(由银行支付)或电子支票(也由银行支付)之类的东西。 Other than that, those payments will just show as PayPal payments. 除此之外,这些付款将仅显示为PayPal付款。

You can, however, use this parameter in your call. 但是,您可以在呼叫中使用此参数。

PAYMENTREQUEST_n_ALLOWEDPAYMENTMETHOD PAYMENTREQUEST_n_ALLOWEDPAYMENTMETHOD

The payment method type. 付款方式类型。 Specify the value InstantPaymentOnly. 指定值InstantPaymentOnly。 You can specify up to 10 payments, where n is a digit between 0 and 9, inclusive. 您最多可以指定10次付款,其中n是0到9之间的数字(含0和9)。

This would make everything Instant Payment(all payments paid by bank or by balance). 这将使所有款项即时付款(所有付款均通过银行或余额支付)。

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

相关问题 如何使用已打开的“使用信用卡或借记卡付款”标签打开PayPal结帐? - How to open PayPal checkout with opened “Pay with a credit or debit card” tab? 如果买家拥有Paypal帐户,如何通过Paypal直接付款进行付款? - how to pay through a Paypal Direct Payment if buyer have a paypal account? 在Rails中存储用户帐户信用的安全方法 - Secure way to store user account credit in Rails ActiveMerchant-向用户汇款的最佳方法? 贝宝帐户或信用 - ActiveMerchant - Optimal method of sending money to user? PayPal account or Credit 用户无法删除自己的帐户,Rails 4 + Devise - User can't delete his own account , Rails 4 + Devise 如何将用户与自己的预订Rails链接 - How to link User with his own reservation Rails 如何安全地将信用卡信息存储为设计用户的一部分? - How to securely store credit card info as part of a devise user in rails? 无法将信用卡添加到Stripe上的托管帐户 - Unable to add credit card to a managed account on Stripe 如何实现Rails Checkout按钮,该按钮会导致输入信用卡信息的方式出现? - How can you implement a rails checkout button that leads to a modal for entering credit card info? 编辑后如何将用户重定向到他自己的数据 - How to redirect a user to his own data after editing
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM