看來最新的REST API只處理美元貨幣(嘗試使用歐元貨幣,但出現錯誤「價值目前不受支持」。PAYPAL REST API和EURO貨幣
是否有人知道它是否即將推出或應該與以前的SDK? 當我很快說,這是2/3個月......
PS:我知道這是不是一個真正的開發問題,但貝寶認爲計算器爲community forum ...
更新時間: 我已經試過這test sample。
如果我設置:
amount.setCurrency("EUR"); // instead of amount.setCurrency("USD");
我有這樣的答案:
com.paypal.exception.HttpErrorException: Error code : 400 with response :
{
"name":"VALIDATION_ERROR",
"details": [ {"field":"transactions[0].amount.currency",
"issue":"Value is not supported at this time"}
],
"message":"Invalid request - see details",
"information_link":"https://developer.paypal.com/docs/api/#VALIDATION_ERROR",
"debug_id":"2aeb5d81964ce"
}
您打算通過什麼API調用或請求專門製作貨幣? – 2013-03-26 17:04:43