繁体   English   中英

相当于Google Checkout服务器到服务器通信的Amazon Checkout

[英]Amazon Checkout Equivalent for Google Checkout Server to Server Communication

Googlecheckout允许您对客户的订单进行CURL处理,他们返回一个URL,然后您将用户发送到该URL,这样他们就看不到您发送的数据良好,因此无法对其进行修改。

我看到有使用CURL的Amazon Checkout轮询请求,但是Amazon Checkout或Amazon FPS(灵活支付系统)中是否存在相同的功能?

Google代码: https : //developers.google.com/checkout/developer/Google_Checkout_HTML_API#api_details https://developers.google.com/checkout/developer/Google_Checkout_HTML_API#integration_overview // CURL示例,从此处向下滚动一点。

_type=checkout-shopping-cart
&shopping-cart.items.item-1.item-name=Peanut%20Butter
&shopping-cart.items.item-2.item-name=Strawberry%20Jelly
&shopping-cart.items.item-1.item-description=Made%20from%20peanuts
&shopping-cart.items.item-2.item-description=Made%20from%20strawberries

因此,请求看起来像这样。

curl -d '_type=checkout-shopping-cart&shopping-cart.items.item-1.item-name=Peanut%20Butter&shopping-cart.items.item-2.item-name=Strawberry%20Jelly&shopping-cart.items.item-1.item-description=Made%20from%20peanuts&shopping-cart.items.item-2.item-description=Made%20from%20strawberries'
https://P_MERCHANT_ID:P_MERCHANT_KEY@checkout.google.com/api/checkout/v2/requestForm/Merchant/P_MERCHANT_ID

令人遗憾的是,亚马逊缺乏文档,或者至少很难找到它。 您可以尝试在https://aws.amazon.com/support/上询问他们

暂无
暂无

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

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