3 min read • Updated 6 months ago
ComGate
Connect Foxy to ComGate for secure payments.
- Countries
Czech Republic, Poland, Slovakia
- Features
- 3-D Secure
Setting Up ComGate for FoxyCart
You'll need to reach out to ComGate support to organise a new account with their team.
Subscriptions are not supported with ComGate at this time. If you intend to sell subscriptions with your FoxyCart store, you will also need to make use of another payment gateway that does.
Configuring A Test Account
Once you have an account from ComGate, it will by default just be in test mode - so it can be used for testing with your FoxyCart account. To connect it to your store, you'll need to get a few values:
At this point - you're connected your ComGate account into your FoxyCart store as a test payment gateway.
Placing Test Transactions
With the test shop connection details entered - you should be able to select ComGate as a payment method on your store's checkout. For details on running test transactions, review ComGate's testing documentation here.
Going Live With ComGate
When you've completed testing and you're ready to go live - you'll need to reach out to ComGate's support team to request that your account be moved into production mode. They'll confirm that your account is all configured correctly for their requirements.
You can also set up a new Shop Connection to use as the Live Server settings for ComGate on your store's FoxyCart administration. Follow the instructions noted above within “Configuring a Test Account” section for the steps on creating a shop connection.
Troubleshooting & Interpreting Response Codes
Contact ComGate for info.
Important Notes and Caveats
Transaction amounts need to be at least 10 CZK to be processed with ComGate
Possible Action: Datafeed Handling
At the time of the customer completing the transaction - we don't necessarily know whether the transaction was completed yet or not. We instead rely on a notification from the gateway after the checkout has been completed to confirm whether the transaction was approved or not. To handle this, transactions are initially marked as pending, and when we get a confirmation from the gateway on the result of the transaction, we update it accordingly. Each time the status changes, a datafeed will be sent to your endpoint if configured with the transaction details and the status
node will be present.
The status
node can contain one of three different values: pending
, approved
or rejected
. Depending on the types of actions you're needing to perform at your datafeed endpoint, you need to make sure the appropriate status value is present first.