Paypal Express Checkout in-context in GWT,在 <form ... action=[?] ...> 中放入啥

Posted

技术标签:

【中文标题】Paypal Express Checkout in-context in GWT,在 <form ... action=[?] ...> 中放入啥【英文标题】:Paypal Express Checkout in-context in GWT, what to put in <form ... action=[?] ...>Paypal Express Checkout in-context in GWT,在 <form ... action=[?] ...> 中放入什么 【发布时间】:2015-10-16 06:41:33 【问题描述】:

在Paypal Checkout Experience in-context 中我必须采取什么行动?这里:

<form id="myContainer" method="post" action=[?]></form>

"/checkout" 无法正常工作!谢谢!

【问题讨论】:

启动快速结账流程?然后是您现有的SetExpressCheckout API call(服务器端)获取 ec 令牌。 我有,而且我还添加了脚本来获取上下文功能,但我不知道该添加什么... 【参考方案1】:

可能是这样的。

<form id="myContainer" method="post" action="/checkout"></form>

<script>
window.paypalCheckoutReady = function ()  
paypal.checkout.setup('9XKWYX3UHBPB2', 
    environment: 'sandbox',
    container: 'myContainer'
  ); 
;
</script>
<script src="//www.paypalobjects.com/api/checkout.js" async></script>


<form method='post' id="myContainer"><input type="text" name="CHARGE" value="1"/><input type="submit"/><form>

<form id="myContainer" action="paypal_ec_redirect.php" method="POST">
  <input type="hidden" name="PAYMENTREQUEST_0_AMT" value="10.00">    </input>

【讨论】:

@anto150192 如果有效,请检查我的答案是否正确。谢谢 不行,比较复杂,因为需要和java代码交互

以上是关于Paypal Express Checkout in-context in GWT,在 <form ... action=[?] ...> 中放入啥的主要内容,如果未能解决你的问题,请参考以下文章

PayPal Express Checkout 通行证 transactionID

如何访问 Paypal Express Checkout 的响应?

如何为 PayPal Express Checkout 配置 IPN?

paypal express checkout - 400 错误请求

Paypal Express Checkout / React - 发送产品信息

paypal express checkout set paypal费用另加