Python Integration
Add Yapily to your Python projects to collect financial data for your users and/or create payment instructions.
If you haven't already, check out our Getting Started steps.
Installation
Using pip:
pip3 install git+https://github.com/yapily/yapily-sdk-python.git#subdirectory=sdk
Basic configuration
Import the Yapily
class in your code and create an instance to begin capturing exceptions:
configuration = Configuration()
configuration.username = constants.APPLICATION_ID
configuration.password = constants.APPLICATION_SECRET
apiClient = ApiClient(configuration)