Extract all charges from your Vipps recurring payment agreements with ease.
pip install -r requirements.txt
Or install directly:
pip install requests python-dotenv
Update the .env
file in the same directory with your Vipps API credentials:
client_id = 'your_client_id_here'
client_secret = 'your_client_secret_here'
Ocp_apim_subscription_key = 'your_subscription_key_here'
merchant_serial_number = your_merchant_number_here
Open GetCharges.py
and adjust the settings at the top:
START_DATE
– Set to a date like"2025-01-01"
orNone
to get all chargesSKIP_EMPTY
– Set toTrue
to skip agreements without charges, orFalse
to include them
python3 GetCharges.py
The script will generate a CSV file named VippsCharges_YYYY-MM-DD.csv with all your charge data.
- Initial version contributed by Lily Heins Brennhagen from Fluido
When contributing to this repository, please first discuss the change you wish to make via an issue or any other method with FinDock before making a change.
FinDock Labs is a non-supported group in FinDock that releases applications. Despite the name, assistance for any of these applications is not provided by FinDock Support because they are not officially supported features. For a list of these apps, visit the FinDock Labs account on Github.
This project is licensed under the MIT License - see the LICENSE file for details