

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# PayPal 連接器的限制和備註
<a name="paypal-connector-limitations"></a>

以下是 PayPal 連接器的限制或備註：
+ [PayPal 交易文件](https://developer.paypal.com/docs/api/transaction-search/v1/#search_get)提到，執行的交易最多需要三小時才會出現在清單交易呼叫中。不過，據觀察，根據 [https://developer.paypal.com/docs/api/transaction-search/v1/#search_get:~:text=last_refreshed_datetime](https://developer.paypal.com/docs/api/transaction-search/v1/#search_get:~:text=last_refreshed_datetime) 的不同，需要的時間更長。在這裡，`last_refreshed_datetime` 是您從 API 獲得資料之前的時間量。
+ 如果 `last_refreshed_datetime` 小於請求的 `end_date`，則 `end_date` 會變成等於 `last_refreshed_datetime`，因為我們只有該時間點之前的資料。
+ `transaction_initiation_date` 欄位是為 `transaction` 實體提供的強制性篩選條件，此欄位[支援的最大](https://developer.paypal.com/docs/transaction-search/#:~:text=The%20maximum%20supported%20date%20range%20is%2031%20days.)日期範圍為 31 天。
+ 當您使用篩選條件 (查詢參數) 而非 `transaction_initiation_date` 欄位來呼叫 `transaction` 實體 API 請求時，預期不會在回應中擷取 [https://developer.paypal.com/docs/api/transaction-search/v1/#search_get:~:text=If%20you%20specify%20one%20or%20more%20optional%20query%20parameters%2C%20the%20ending_balance%20response%20field%20is%20empty.](https://developer.paypal.com/docs/api/transaction-search/v1/#search_get:~:text=If%20you%20specify%20one%20or%20more%20optional%20query%20parameters%2C%20the%20ending_balance%20response%20field%20is%20empty.) 欄位的值。