Magento

Connect Peach Payments to your Magento store.

Peach Payments offers two Magento plugins, a traditional plugin and a progressive web application (PWA) plugin, which allow you to accept online payments using all the payment methods offered by Checkout.

The Magento payment extensions redirect to a payments page hosted by Peach Payments. Recurring and one-click card payments occur through a JavaScript widget that loads in your Magento store.

Merchants that have a custom front-end and a Magento back-end must use the PWA plugin.

Overview

ItemDescription
CountriesSouth Africa, Kenya, and Mauritius.
Recurring paymentsSupports recurring payments through the paid-for ParadoxLabs Adaptive Subscriptions plugin; for plugin version support, see the compatibility matrix. For more information on how to configure your platform to accept recurring payments, see the support knowledge base.
One-click paymentsSupports one-click payments.
RefundsSupports full or partial refunds. You must refund certain payment methods manually.
CurrenciesAll currencies configured for your account.
PricingSee the Peach Payments website.
Account activationRequires review by Peach Payments South Africa. Contact support for assistance.

Register account

To connect Peach Payments to your Magento store, you must have a Peach Payments account.

Install and configure the plugin

  1. Log in to the Peach Payments Dashboard and retrieve your Magento sandbox and live credentials.

    From version 1.3.3 of the Peach Payments plugin, you can also retrieve your credentials as follows: Log in to your Magento administration dashboard, go to Stores > Configuration > Sales > Payment Methods > Other payment methods > Peach Payments - Hosted All-in-One payment solution for emerging Africa markets. > API Configuration, select your required Mode, and click Get Sandbox credentials from Peach Payments or Get Production credentials from Peach Payments. This takes you directly into the Magento section of the Peach Payments Dashboard where you can retrieve your credentials.

  2. To configure a webhook, follow the instructions in the webhook documentation using the https://{MAGENTO_BASE_URL}/pp-hosted/secure/webhook URL format.

  3. To add your domain to the Peach Payments allowlist, follow the instructions in the allowlist documentation.

  4. Install the Magento plugin by following the instructions in one of the public GitLab repositories:

    1. Traditional plugin.
    2. PWA plugin or example implementation using the Venia Magento theme.
  5. Log in to your Magento administration dashboard and go to Stores > Configuration > Sales > Payment Methods.

    Magento admin dashboard showing the **Stores** settings.

    Magento admin dashboard showing the Stores settings.

  6. If the Peach Payments module is not visible in the list of available payment methods, go to System > Cache Management and click Flush Magento Cache.

  7. Go to Stores > Configuration > Sales > Payment Methods > Other payment methods > Peach Payments - Hosted All-in-One payment solution for emerging Africa markets. to view the available settings.

  8. Expand the API Configuration section and configure the following:

    1. Set the Mode to Production to accept live payments or Sandbox for testing.
    2. Depending on the mode you've selected, enter the live or sandbox API credentials you retrieved in step 1.
  9. You can redirect to the Peach Payments checkout page, embed the checkout experience on your website, or offer both options:

    1. To redirect to the Peach Payments checkout page, expand the Hosted Payment section, set Enable to Yes, Enable Consolidated Payments to Yes, and select your required payment methods in the Display Methods field. Configure the rest of the options according to your preferences.
    2. To embed the checkout experience on your website, expand the Embedded Checkout section, set Enable to Yes, and provide a title for Embedded Checkout.

      🚧

      Embedded Checkout does not support certain payment methods.

  10. To enable customers to pay using card directly from the checkout page (without redirecting to the Peach Payments hosted checkout page), expand the Server to Server section and:

    1. Set Enable to Yes.
    2. Enter the API credentials you retrieved in step 1 (including the recurring entity ID if you'll be offering subscriptions or one-click payments).
    3. Select the card types that you would like to accept.
    4. If you're offering subscriptions and are using the ParadoxLabs Adaptive Subscriptions plugin, set Enable Subscriptions to Yes.
  11. Click Save Config.

    Plugin configuration options.

    Plugin configuration options.

📘

To learn more about PHP compatibility, available events, and GraphQL, see the plugin documentation in the public GitLab repository.

You should see Peach Payments as a payment option on checkout. Execute purchases to check the integration.

🚧

If you receive a Merchant domain not whitelisted error when trying to make a payment, ensure that you've added your domain to the allowlist.

Tokenisation

Tokenisation enables subscriptions and one-click payments using stored cards. Tokenisation requires that you have recurring payments configured with Peach Payments. Contact support to add recurring payments to your Peach Payments account.

One-click payments

To enable your customers to store cards when making purchases so that they can perform one-click payments using the stored cards, ensure that you added the recurring entity ID when completing step 10.2 of the Install and configure the plugin section.

🚧

If you are not offering subscriptions, go to Stores > Configuration > Sales > Payment Methods > Other payment methods > Peach Payments - Hosted All-in-One payment solution for emerging Africa markets. > Server to Server, set Enable Subscriptions to No, and click Save Config.

When checking out using card, your customers now have the option to store cards for one-click payments on subsequent purchases.

Subscriptions

To offer subscriptions, you must meet the following prerequisites:

To configure subscriptions:

  1. Go to Stores > Configuration > Sales > Payment Methods > Other payment methods > Peach Payments - Hosted All-in-One payment solution for emerging Africa markets. > Server to Server, set Enable Subscriptions to Yes, and click Save Config.
  2. Go to Catalog > Products and click the product that you want to be a subscription product.
  3. Scroll to the bottom of the screen and expand the Subscription section.
  4. Set Enable to Yes.
  5. Set the frequency, length, instalment price, and adjustment price.
  6. Click Save.

The product is now a subscription product.

FAQ

If you run into any issues with the Magento payment extension, check the support knowledge base for the issue and solution:

  1. For recurring payments with the ParadoxLabs Adaptive Subscriptions plugin, can I send confirmation emails and regular invoices?
  2. For recurring payments with the ParadoxLabs Adaptive Subscriptions plugin, how can I tell customers that a billing attempt has failed and how can I tell them that their card is about to expire?
  3. How do I show a ZeroPay or Mobicred instalment calculator on my store? For ZeroPay, use this file. For Mobicred, follow their documentation.

If you can't find the issue, contact support for assistance.