简体   繁体   English

PayPal:客人付款不一致

[英]PayPal: Inconsistent guest payments

I am developing Express checkout with Merchant-SDK for classic API and I am experiencing some problems with guest paymens.我正在使用 Merchant-SDK 为经典 API 开发 Express checkout,但我在来宾付款方面遇到了一些问题。

I have checked the PayPal Account Optional and I am manualy setting the SOLUTIONTYPE=Sole during setExpresCheckout.我已经检查了PayPal Account Optional并且我在 setExpresCheckout 期间手动设置了SOLUTIONTYPE=Sole

However I am getting very inconsistent results (at some point I was able to use guest payment with PayPal Account Optional alone).但是,我得到的结果非常不一致(在某些时候,我可以单独使用 PayPal Account Optional 来使用访客付款)。 Guest payment seems to work for only some states but they seem not to be always the same.客人付款似乎只适用于某些州,但它们似乎并不总是相同的。

So I am wondering What else affects this?所以我想知道还有什么会影响这个? Where can I find some explanation?我在哪里可以找到一些解释?

Note: I am using shortened flow (useraction=commit) and setting the LOCALCODE .注意:我正在使用缩短的流程(useraction=commit)并设置LOCALCODE Right now I am also setting the LANDINGPAGE=Billing but It would be better for me to leave this on PayPal.现在我也在设置LANDINGPAGE=Billing但最好将它留在 PayPal 上。

As for integration level, PayPal Account Optional (set as 'on') and SOLUTIONTYPE=Sole are the only 2 steps for you to configure.至于集成级别,PayPal Account Optional(设置为“on”)和 SOLUTIONTYPE=Sole 是您配置的唯一 2 个步骤。 Nothing else you should do.没有其他你应该做的。 Such guest checkout issue for Express Checkout is mainly based on customer/buyer side, including the network environment, funding source status, etc., PayPal has its own risk detection mechanism to judge whether or not your customer is suitable for guest checkout.这种Express Checkout的客人结账问题主要是基于客户/买方侧,包括网络环境、资金来源状况等,PayPal有自己的风险检测机制来判断您的客户是否适合客人结账。 This risk detection mechanism is very complicated to find its rule.这种风险检测机制很难找到它的规律。 But if your PayPal account is based on US, you can go to the link below to upgrade your PayPal account to the Pro account, and then you can integrate PayPal Direct Payment which can fully use guest checkout.但是如果你的PayPal账户是基于美国的,你可以去下面的链接把你的PayPal账户升级到Pro账户,然后你就可以集成PayPal Direct Payment,完全可以使用guest checkout。 https://www.paypal-business.com/paypal-pro https://www.paypal-business.com/paypal-pro

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

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