You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
831 B

  1. * Only transactions for the previous three years are retrieved, historical data
  2. can be imported manually, see ``account_bank_statement_import_paypal``. See
  3. `PayPal Help Center article <https://www.paypal.com/us/smarthelp/article/why-can't-i-access-transaction-history-greater-than-3-years-ts2241>`_
  4. for details.
  5. * `PayPal Transaction Info <https://developer.paypal.com/docs/api/sync/v1/#definition-transaction_info>`_
  6. defines extra fields like ``tip_amount``, ``shipping_amount``, etc. that
  7. could be useful to be decomposed from a single transaction.
  8. * There's a known issue with PayPal API that on every Monday for couple of
  9. hours after UTC midnight it returns ``INVALID_REQUEST`` incorrectly: their
  10. servers have not inflated the data yet. PayPal tech support confirmed this
  11. behaviour in case #06650320 (private).