CoinGate is a cryptocurrency payment gateway service that started in 2014. Its main office is in Vilnius, Lithuania. The company helps businesses to accept payments in Bitcoin and many other cryptocurrencies. For businesses, CoinGate makes it easy to receive crypto from customers around the world and then convert it into traditional currencies like Euros, US Dollars, or British Pounds. This protects the business from the price changes of cryptocurrencies. Besides payment processing for merchants, CoinGate also offers services for individuals, such as buying and selling crypto and purchasing gift cards using digital currencies.
CoinGate provides a complete set of tools for managing cryptocurrency transactions. Here are its main features:
CoinGate's pricing is based on a transaction fee model. There are no setup fees or monthly charges to have an account. Businesses are charged a small percentage for each transaction they process. The standard fee for processing payments is 1%. This fee applies when a merchant receives a crypto payment and it is settled. There may be different fees for other services like trading or withdrawals, but the main payment processing is very transparent. For very large businesses with high transaction volumes, CoinGate may offer custom pricing plans.
It is free to create and maintain an account on CoinGate. There is no free plan in the sense of processing transactions for free. However, you do not pay any monthly subscription fees. You only pay a fee when you successfully receive a payment from a customer. This model is good for businesses of all sizes because you only pay when you make money. There is no free trial period because the service is pay-as-you-go.
Getting started with CoinGate is a straightforward process for any business. Here are the typical steps:
Pros:
Cons:
CoinGate offers several integrations to connect its payment gateway with popular e-commerce systems. These integrations make it simple for online stores to start accepting cryptocurrency without needing a developer.
Yes, CoinGate provides a well-documented REST API for developers who need custom integrations. The API allows you to create orders, manage invoices, handle refunds, and more. You can get your API authentication tokens (API Key) from your CoinGate account dashboard after your business verification is complete. Access to the API is free.
Here is a simple example using cURL to create a new payment order:
curl -X POST https://api.coingate.com/v2/orders \
-H "Authorization: Token YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"price_amount": 10.50,
"price_currency": "USD",
"receive_currency": "EUR",
"title": "Order #12345",
"description": "Payment for goods"
}'
For full details, developers should visit the official CoinGate API documentation page on their website.
CoinGate offers a referral program that allows you to earn commissions. When you refer a new merchant to CoinGate, you receive a percentage of the transaction fees that CoinGate collects from that merchant for one year. The commission rate is typically 1% of CoinGate's 1% fee. To join, you need a CoinGate account. Inside your dashboard, you will find a unique referral link to share. Payouts from the referral program are added to your CoinGate account balance.
Show your users that CoinGate is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/coingate?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-coingate" target="_blank"><img src="https://saasprofile.com/coingate/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="CoinGate badge" loading="lazy" /></a>