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.
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:
YOUR-STORE.foxycart.com
with your own FoxyCart store domain:https://YOUR-STORE.foxycart.com/checkout?ThisAction=hosted_checkout&id=${id}&refId=${refId}&status=paid
https://YOUR-STORE.foxycart.com/checkout?ThisAction=hosted_checkout&id=${id}&refId=${refId}&status=cancelled
https://YOUR-STORE.foxycart.com/checkout?ThisAction=hosted_checkout&id=${id}&refId=${refId}&status=pending
https://YOUR-STORE.foxycart.com/ipn.php
54.243.60.3
54.152.220.165
At this point - you're connected your ComGate account into your FoxyCart store as a test payment gateway.
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.
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.
Contact ComGate for info. Know more? Feel free to edit this page with info.
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.
If you have tips, experience, or helpful notes related to this gateway that would benefit others, please add them below, including your name and the date. We reserve the right to edit or remove comments that don't add value to this page.