承接 ideatarmac/openpay 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ideatarmac/openpay

最新稳定版本:1.0.12

Composer 安装命令:

composer require ideatarmac/openpay

包简介

Library for Openpay Payment Method

README 文档

README

Openpay Logo

Introduction

This is the SDK for the Openpay Payment Plugin.

What is Magento Payment Extension?

Magento is an eCommerce platform built on open source technology, which provides online merchants with not only a flexible shopping cart system, but also control over the look and feel, content and the functionality of their online store. Magento has been fully integrated with Openpay’s online payment solutions. Installing and configuring the Hosted Payment Solution module of Openpay provide a simple, secure and convenient option for connecting to Openpay’s online payment processing platform via Magento.

Signing up for Openpay merchant account

In order to start taking payments through Openpay, you need to sign up here and get approval for an Openpay merchant account. Once your application is approved, you can configure Openpay Hosted Payment Solution module and start taking payments.

Openpay provides a test account and users for training and testing purpose.

Compatibility

  • PHP 5.6 or later
  • Magento 2.3.x to 2.4.X

Requirements

  • At least 5.6 or the later version of PHP
  • cURL extension for PHP
  • JSON extension for PHP
  • Multibyte String extension for PHP
  • Magento should be pre-installed on your web server. The extension has been tested on Magento version 2.3.x to 2.4.X
  • SSL: A valid security certificate is required to work over a secure channel (HTTPS) from the Magento Admin Panel or while submitting the form data from the storefront. Self-signed SSL certificates are not supported
  • Curl (version 7.20.0 - 7.4.0)

Magento 2.3 technology stack requirements

Magento 2.4 system requirements

For further info on Magento 2 System Requirements. Please read here.

Installation

Composer

Use composer to install the Openpay payment module. Follow the installation instructions if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

composer require ideatarmac/openpay

Using server SSH Access, please go to project root folder and run the following commands to ensure the configuration tasks are run, database schema is updated and Magento's cache is cleared.

  • php bin/magento setup:upgrade

  • php bin/magento setup:static-content:deploy -f

  • php bin/magento cache:flush

Or, you can do it manually from the admin by following the path: System > Tools > Cache Management and then clicking on the Flush Magento Cache button.

Configuration

In the backend, please click on the Stores tab in the left sidebar and go to Configuration->Sales->Payment Methods.

Under Recommended Solutions, you will find the Openpay option with the link to configure different settings available for the Openpay Payment module i.e fields to enter the Auth Token provided by Openpay and use the relevant mode.

License

This code is a closed-source software and released under the proprietary License by Openpay (Pty) Ltd.

统计信息

  • 总下载量: 20.42k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2020-12-11