簡體   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