Skip to content

Magento 2 Module for Cryptopay. Accept and settle payments in digital currencies in your Magento shop.

Notifications You must be signed in to change notification settings

cryptopay-dev/cryptopay-magento-payment-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptopay Extension for Magento 2

This is the official Magento en for the Cryptopay cryptocurrency payment gateway. Accept and settle payments in digital currencies in your Magento shop.

The extension allows you to integrate the Cryptopay payment gateway to Magento simply and quickly. Your clients will be able to pay for their purchases with cryptocurrency, and you will receive fiat to your bank account. We already support BTC, USDT, ETH, LTC, BTH, XLM, XRP, USDC and DAI and constantly add new coins.

Requirements

  • A Cryptopay merchant account -> Sign up here.
  • Widget Key -> Find them here.
  • Download the extension from the Magento Marketplace here.

Extension installation

  • Create a folder structure in Magento root as app/code/Cryptopay/PaymentGateway.

  • Download and extract the zip folder from the Magento Marketplace and upload the extension files to app/code/Cryptopay/PaymentGateway.

  • Login to your SSH and run below commands:

    php bin/magento setup:upgrade
    
    // For Magento version 2.0.x to 2.1.x
    php bin/magento setup:static-content:deploy
    
    // For Magento version 2.2.x & above
    php bin/magento setup:static-content:deploy –f
    
    php bin/magento cache:flush
    
    rm -rf var/cache var/generation var/di var/page_cache generated/*
    

Support and Feedback

Magento 2.4.4

Your feedback is appreciated! If you have specific problems or bugs with this Magento module, please file an issue on Github. For general feedback and support requests, send an email to support@cryptopay.me