You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/importers.rst
+44-27Lines changed: 44 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,48 +447,65 @@ Import PDF from `radicant <https://radicant.com/>`__
447
447
AwardWallet
448
448
------------------------------
449
449
450
-
Import from `AwardWallet <https://awardwallet.com/>`__ using their `Account Access API <https://awardwallet.com/api/account>`__.
450
+
Import from `AwardWallet <https://awardwallet.com/>`__ using their `Account
451
+
Access API <https://awardwallet.com/api/account>`__.
451
452
452
-
As of 2025 AwardWallet integrates over 460 airline, hotel, shopping and other loyalty programmes.
453
+
As of 2025 AwardWallet integrates over 460 airline, hotel, shopping and other
454
+
loyalty programmes. Many programmes do not support retrieval of transactions,
455
+
only balances.
453
456
454
-
Follow the instructions in the `API documentation <https://awardwallet.com/api/account#introduction>`__ to register for a free Business account and create an API key.
457
+
1. Update your personal AwardWallet account.
458
+
The importer can only retrieve data that has already been synced to your AwardWallet account.
455
459
456
-
The API key is restricted to the **allowed IP addresses** you specify in the Business interface API Settings.
460
+
2. Follow the instructions in the `API documentation
461
+
<https://awardwallet.com/api/account#introduction>`__ to register for a
462
+
free Business account and create an API key.
457
463
458
-
Link and authorize personal accounts using the included ``awardwallet-conf`` CLI tool:
464
+
The API key is restricted to the **allowed IP addresses** you specify in
465
+
the Business interface API Settings.
459
466
460
-
.. code-block:: console
467
+
3. Link and authorize personal accounts using the included ``awardwallet-conf``
Generate a config file for all linked users called (or ending with) ``awardwallet.yaml`` in your import location (e.g. download folder) and edit it to your needs.
466
-
Note that not all providers support retrieval of transaction history.
474
+
Manage access to your personal account under `Manage Users
475
+
<https://awardwallet.com/user/connections>`__ in the personal web
476
+
interface.
467
477
468
-
.. code-block:: console
478
+
4. Generate a config file for all linked users ending with
479
+
``awardwallet.yaml`` in your import location (e.g. download folder) and
0 commit comments