Coinremitter is a cryptocurrency payment gateway designed for businesses and online merchants. Its main purpose is to provide a simple and affordable way to accept payments in various digital currencies like Bitcoin, Litecoin, and Dogecoin. The platform is known for its very low processing fee of just 0.23%, which makes it an attractive option for businesses looking to minimize transaction costs. Coinremitter allows merchants to integrate crypto payment options into their websites through plugins or a developer API. It also offers features like invoicing and multi-wallet support. The service operates globally and emphasizes privacy by not requiring mandatory ID verification or a bank account to get started, making it accessible to a wide range of users in over 130 countries.
Coinremitter provides a set of tools to facilitate cryptocurrency transactions for merchants.
Coinremitter offers two main pricing plans to suit different business needs.
Free Plan: This plan is designed for individuals or small businesses getting started with crypto payments. It supports a limited selection of major cryptocurrencies like Bitcoin and Litecoin. The plan has certain limitations on the number of API requests per minute and the number of wallet addresses that can be generated. Support is available but may be limited to specific hours.
Premium Plan: This plan is intended for larger businesses or merchants with higher transaction volumes. It includes support for all available cryptocurrencies, including Ethereum and popular stablecoins like USDT. Subscribers get a significantly higher API request limit, the ability to create unlimited wallet addresses, and access to 24/7 priority customer support. This plan also provides early access to new features.
Yes, Coinremitter offers a Free Plan that allows merchants to start accepting cryptocurrency payments without any monthly subscription fee. The free plan includes support for several key cryptocurrencies such as BTC, LTC, BCH, DOGE, and DASH. However, it has some limitations. Users on this plan are restricted to 100 API requests per minute and can generate up to 500 addresses per wallet. Support for free users is also limited to certain hours. This plan is a good starting point for businesses that want to test crypto payments or have low transaction volumes.
Getting started with Coinremitter is a straightforward process. Here is a typical workflow for a merchant:
Pros:
Cons:
Coinremitter focuses on providing integrations for popular e-commerce platforms through open-source plugins. This makes it easy for online store owners to add crypto as a payment option. The primary integrations are:
For businesses with custom-built websites or applications, Coinremitter offers a REST API for full integration flexibility.
Yes, Coinremitter provides a developer-friendly API that allows for custom integration of its payment gateway into websites, mobile apps, and other platforms. The API enables developers to programmatically create invoices, get real-time exchange rates, receive instant payment notifications via webhooks, and manage wallets.
To get an API key, you must first create a Coinremitter account. Once logged in, you can generate your API key and password from the dashboard. The API documentation provides detailed instructions and examples for all endpoints.
Here is a basic example in cURL
to create an invoice:
curl -X POST https://coinremitter.com/api/v3/BTC/create-invoice \
-H "Content-Type: application/json" \
-d '{
"api_key": "YOUR_API_KEY",
"password": "YOUR_API_PASSWORD",
"amount": "0.5",
"notify_url": "https://yourstore.com/notify",
"name": "Product Name",
"currency": "USD",
"expire_time": "30"
}'
This command sends a request to create an invoice for an amount equivalent to 0.5 USD in Bitcoin, which will expire in 30 minutes.
Coinremitter offers an affiliate program that allows users to earn passive income by referring new merchants to the platform. The program is structured to reward affiliates with a percentage of the fees generated by their referrals.
Show your users that Coinremitter is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/coinremitter?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-coinremitter" target="_blank"><img src="https://saasprofile.com/coinremitter/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Coinremitter badge" loading="lazy" /></a>