CoinPayment is a Laravel package for handling cryptocurrency transactions through CoinPayments.net (create transaction, transaction history, IPN, balances, withdrawals).
hexters/coinpayment is a Laravel package for coinpayment is a laravel package for handling cryptocurrency transactions through coinpayments.net (create transaction, transaction history, ipn, balances, withdrawals)..
It currently has 69 GitHub stars and 63.213 downloads on Packagist (latest version 4.0.1).
Install it with composer require hexters/coinpayment.
Discover more Laravel packages by hexters
or browse all Laravel packages to compare alternatives.
Last updated
Accept cryptocurrency payments in Laravel through CoinPayments.net. It gives you a Livewire checkout, live payment status, IPN handling, and an admin panel for balances, withdrawals, and transactions. This is the module CoinPayments points to for Laravel on their developer code page.
It uses the CoinPayments legacy v1 Merchant API.
Full guides, configuration, and screenshots are on the docs site:

composer require hexters/coinpayment
php artisan coinpayment:install
Then generate a payment link and redirect to it:
use Hexters\CoinPayment\CoinPayment;
return redirect(CoinPayment::generatelink([
'order_id' => uniqid(),
'amountTotal' => 37.5,
'buyer_email' => '[email protected]',
'redirect_url' => url('/thank-you'),
]));
The full setup, the listener job, IPN, the admin panel, and every config option are covered in the documentation.
coinpayment:sync command for when IPN cannot reach youFree to use while you develop. On production and staging, a one-time license unlocks every coin on the checkout plus withdrawals and the detail views. See pricing or get a license.
Found a bug or need help? Open an issue at github.com/hexters/CoinPayment/issues.
Source-available. Free to use and develop with locally; production and staging use of the premium features requires a paid license. © 2018-2026 Asep SS (hexters).