PayPal金额问题

标签 paypal

<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="item_name" value="5 day package">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="2.00">

<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">

我有这个代码。当它带我到 PayPal 页面时,我得到了 item_name 值 我得到了质量值, 但是我没有得到我得到的金额 0。 正在阅读 Paypal 文档,但没有发现任何有用的东西。

有什么建议吗?

最佳答案

https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/buynow_buttons/

<!-- Identify your business so that you can collect the payments. -->
<input type="hidden" name="business" value="herschelgomez@xyzzyu.com">

<!-- Specify a Buy Now button. -->
<input type="hidden" name="cmd" value="_xclick">

<!-- Specify details about the item that buyers will purchase. -->
<input type="hidden" name="item_name" value="Hot Sauce-12oz Bottle">
<input type="hidden" name="amount" value="5.95">
<input type="hidden" name="currency_code" value="USD">

<!-- Display the payment button. -->
<input type="image" name="submit" border="0"
src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif"
alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1"
src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" >

</form>

关于PayPal金额问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17884989/

相关文章:

Laravel Netshel/Paypal 突然不能用,字符串转换错误

http - 如何在 JSP 页面中使用 HTTP POST 将 FORM 发送到 Paypal 并读取响应?

html - PayPal“立即购买”按钮的动态重定向 URL

php - 使用 PayPal 税变量处理 TAX

java - 如何使用 transactionId 执行 PaymentDetails 请求?

REST API 返回 AUTHORIZATION_ERROR

c# - Paypal 按钮管理器不接受小数金额

ios - 如何使用 rest api 将 paypal Single Payment 集成到移动应用程序中

Paypal 自适应支付 : error 569059, 即时支付不能挂起

paypal - 如何在新的开发者 UI 中重置沙盒企业帐户的余额?