Documentation
HOMEAPI ReferencePayment Demo
English
English
  • 📖Home
  • API Reference
  • Wallet
    • Activate Account
    • Multi-currency Balance
    • Global Collection Account
    • Payout
    • Account settings
  • Payment
    • Get started
    • Accept a payment
      • Hosted payment page
      • In-page checkout
      • iOS
      • Android
      • API-Direct
    • Save a card during payment
      • iOS
      • Android
    • Pre-authorize a payment
    • 3D secure authentication
      • iOS
      • Android
    • Subscriptions
      • Recurring
    • Add payment methods
      • Supported APM codes and attributes list
      • APM Integration Guide
    • After the payment
      • Webhook
      • Refunds
      • Response handling
    • About the APIs
      • Currencies
      • Payments
        • How payments work
  • Business Operation
    • MoneyCollect dashboard
      • Home
      • Mobile apps
    • Account
      • Your account
      • Multiple Accounts
      • Account security
    • Alternative payment methods
      • Apply for APMs from your dashboard
        • Google pay
    • Customers
      • Customer portal
    • Products & Prices
      • Pricing table
    • Invoicing
      • How invoicing works
      • Use the dashboard
        • Customers
        • Products and prices
        • Invoice page
      • Hosted Invoice Page
      • No-code quickstart guide
    • Subscriptions
      • Subscription status
      • Subscription settings
      • Create a subscription
    • Pricing
      • Reserves
      • Fees for APMs
    • Payouts
    • Financial reports
      • Select preferred report
      • Balance summary
      • Payout reconciliation
    • Partners
      • Partner pricing
    • Risk management
      • Disputes
        • How disputes work
        • Respond to disputes
          • Dispute reasons
        • Measuring disputes
      • Fraud
        • Monitoring programs
        • High risk merchant lists
        • Tools
        • Fraud prevention
    • Start a team
      • Teams
      • User roles
    • Startup incorporation
  • Developer tools
    • API-Keys
    • Libraries
    • Plugins
      • WooCommerce
      • Magento
        • Using Magento 2 Admin Panel
      • Shopify
        • MoneyCollect Payments App
        • Legacy Version
          • Credit Card Direct Payments App
          • Credit Card Redirected Payments App
          • Alternative Payment Methods App
      • Wix
      • SHOPLINE
      • SHOPLAZZA
      • Xshoppy
      • ShopBase
      • PrestaShop
      • OpenCart
      • AllValue
        • Using Allvalue Panel
Powered by GitBook
On this page
  • MoneyCollect x Magento offer:
  • Steps to integrate MoneyCollect in your Magento webshop
  • 1.Installation
  • 2.Configuration
  1. Developer tools
  2. Plugins

Magento

Scalable payments solution for fast-growing businesses.

PreviousWooCommerceNextUsing Magento 2 Admin Panel

Last updated 1 year ago

Magento is the scalable payments solution for fast-growing businesses and MoneyCollect is the easiest way to process your Magento store payments.

Thanks to parent Adobe, Magento Commerce brings visual expertise to e-commerce and Magento stores are vivid and colorful, with engaging imagery that drives conversions and extends sessions.

When it comes to the last step on the customer journey: completing the purchase – that’s a job for MoneyCollect.

Download for free

View on github

MoneyCollect x Magento offer:

  • Start accepting payments within minutes

  • A single solution: A single contract and integration allows you to accept all major payment method

  • Transparent pricing

  • Exemplary security and compliance standards

  • Customized checkout

  • Easy refunds

  • Intuitive Dashboard

  • Multilingual support

Steps to integrate MoneyCollect in your Magento webshop

1.Installation

Download

Install the module

1、Upload code to your Magento directory:/magento2/app/code

2、Run the following command to start your module

php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento cache:clean

3、If you run Magento in production mode, you must also compile and deploy the module’s static files.

php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Close the module:

php bin/magento module:disable --clear-static-content Moneycollect_Payment

Start the module:

php bin/magento module:enable Moneycollect_Payment

Uninstall the module:

Run the following command after you close the module:

rm -rf app/code/Moneycollect/Payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
php bin/magento cache:clean

2.Configuration

Find the module configuration options

To configure the Magento module navigate to the configuration section for it(STORES -> Configuration-> Sales -> Payment Methods-> MoneyCollect Payment)

Configure API keys

Activate the plugin and enter your MoneyCollect API key.

  • Mode:If you would like to test a payment, select test mode. Change to live mode when you’re ready to accept live transactions.

Configure card payments

  • Enabled: Enable or disable card payments at checkout.

  • Title: Change this to whatever you want to display to the customer on the checkout page.

  • Statement Descriptor:Billing address, shown in the customer’s bank statements. If left empty, the default descriptor is website domain name.

  • Pre auth:Select No if you want to charge customer cards immediately after a purchase. This is the default option and doesn’t require you to do anything after the customer has placed the order. If you prefer to finalize the payment later, you can choose Yes which authorizes (and locks) the order amount on the customer’s card so you can capture the amount later.

  • Checkout Model:

Click "Place Order".

  • Save Customer Cards:Enable this if you want to save customer cards on MoneyCollect's servers so that they don't have to enter the details of the same card twice. This option only available for In-page Checkout.

  • Select Card Icons:Choose whether you want to display card icons for the supported payment options of your MoneyCollect account. Customize it by selecting card icons and displaying them.

After configuring your account settings and integration, you’re ready to go live and start processing payments!

Download the latest version of Magento 2.0 the and then to set the payment methods and checkout options for your Magento site.

API keys: Fill in the test and live keys that MoneyCollect provides to you when creating your account. To get them, log into , navigate to Developers ->API keys.When you toggle on the test mode, the keys are test key with prefix "test_". Otherwise they are live keys with prefix "live_".

MoneyCollect Dashboard
configure the module
👨‍💻
💡
🔧
Create MoneyCollect account
Checkout Page
Payment Page