Payment processing SAGA with Conductor and Go.
- Go to https://developer.orkescloud.com/
- On the menu to the left, Go to Access Control -> Applications https://developer.orkescloud.com/applicationManagement/applications
- Create a New Application and enable necessary permissions.
- Create a New access Key.
- Copy the Key
- Copy the Secret.
# Setup Conductor server connection
export CONDUCTOR_SERVER_URL=https://developer.orkescloud.com/api/
export CONDUCTOR_AUTH_KEY=<your api key from step 4 above >
export CONDUCTOR_AUTH_SECRET=<your api secret from step 5 above>