我正在尝试使用Website Payments Pro托管解决方案。
我看了https://www.paypalobjects.com/webstatic/en_GB/developer/docs/pdf/hostedsolution_uk.pdf 并尝试使用第64页上的示例表单:
<form
action="https://securepayments.sandbox.paypal.com/webapps/HostedSoleSolu
tionApp/webflow/sparta/hostedSoleSolutionProcess" method="post">
<input type="hidden" name="cmd" value="_hosted-payment">
<input type="hidden" name="subtotal" value="50">
<input type="hidden" name="business" value="HNZ3QZMCPBAAA">
<input type="hidden" name="paymentaction" value="sale">
<input type="hidden" name="return"
value="https://yourwebsite.com/receipt_page.html">
<input type="submit" name="METHOD" value="Pay Now">
</form>
但我得到了这个错误:
“Errore nell'elaborazione del pagamento
Messaggio di errore“ 非èbebibileelaborare questa transazione。 Paga con un'altra carta。“
我也尝试过我的沙箱业务专业版,而不是其中一个样本,但我总是得到同样的错误!
拜托,你能帮我理解出了什么问题吗?
Chiara的
答案 0 :(得分:1)
我今天遇到了同样的问题,发现沙箱企业帐户必须与表单传递的国家/地区相同。