mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
(1) Odoo's menu has changed over the recent versions, and these changes help new users to better understand how to create a PayPal-related Bank Account/Journal and configuration for syncing with PayPal's servers. (2) The order of CONFIGURE was changed to the logical flow of obtaining PayPal credentials first and then configuring Odoo to match. (3) PayPal's URL for transaction definitions has changed and was updated in ROADMAP.
12 lines
845 B
ReStructuredText
12 lines
845 B
ReStructuredText
* Only transactions for the previous three years are retrieved, historical data
|
|
can be imported manually, see ``account_bank_statement_import_paypal``. See
|
|
`PayPal Help Center article <https://www.paypal.com/us/smarthelp/article/why-can't-i-access-transaction-history-greater-than-3-years-ts2241>`_
|
|
for details.
|
|
* `PayPal Transaction Info <https://developer.paypal.com/docs/api/transaction-search/v1/#definition-transaction_info>`_
|
|
defines extra fields like ``tip_amount``, ``shipping_amount``, etc. that
|
|
could be useful to be decomposed from a single transaction.
|
|
* There's a known issue with PayPal API that on every Monday for couple of
|
|
hours after UTC midnight it returns ``INVALID_REQUEST`` incorrectly: their
|
|
servers have not inflated the data yet. PayPal tech support confirmed this
|
|
behaviour in case #06650320 (private).
|