I need to use BlueShift Payment Gateway with my Infusionsoft account.
They have this documentation that could be helpful:
Authorize.Net Modern XML Emulator
If your application is using Authorize.Net’s current XML API, then you can connect using our newest emulator. Like the above-mentioned emulators, this will accept requests in the same XML format that Auth.Net would accept, so it’s just a matter of changing your POST URL to the one below and using your gateway credentials for authentication. This emulator also emulates the response so that should look the same to your software.
Our Modern XML Emulator URL is:
https://blueshift.transactiongateway.com/api/transrequest.php
For authentication, this API looks for “name” and “transactionKey”.
- “name” can be anything, as it is not used for authentication.
- “transactionKey” is your API Security Key.