Metadata-Version: 2.1
Name: apexxapi
Version: 1.0.5
Summary: Package containing functions for accessing Apexx API 2.0
Home-page: https://github.com/HugoWickham/apexxpython
Author: Hugo Wickham
Author-email: hugo.wickham@apexx.global
License: UNKNOWN
Description: This is a simple library of wrapper functions for accessing the most common Apex API 2.0
        requests.
        The included functions are createCardTransaction, captureCardTransaction, refundCardTransaction, cancelCardTransaction and hostedPaymentPage. Each of
        These functions is associated with an API request of the same name. The parameters
        listed for each API call are the same as those for the associated functions; view 
        The documentation for a more in-depth look at the parameters for each function.
        
        A full list of API requests can be found at https://sandmgw.apexxfintech.com/mgw/v2/api/doc#.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
