I am trying to create a connection to the Authorize.net API so that when a client submits a form (with payment information) , that form will call the Authorize.net API to capture and authorize the payment (we were told we had to go this way as the only option for hubspot payments was stripe).
I am using the sample code from Authorize.net and adding in my authorize.net ID and transaction key in a hubsport workflow (using custom python code) but when i try and test it in the workflow (through the test action) I get the following error:
Runtime.ImportModuleError: Unable to import module 'hubspotHandler': No module named 'authorizenet'