简体   繁体   中英

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. 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.

You can, however, use this parameter in your call.

PAYMENTREQUEST_n_ALLOWEDPAYMENTMETHOD

The payment method type. Specify the value InstantPaymentOnly. You can specify up to 10 payments, where n is a digit between 0 and 9, inclusive.

This would make everything Instant Payment(all payments paid by bank or by balance).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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