Download the PHP package solution25/ebizcharge-shopware67-payment-plugin without Composer

On this page you can find all versions of the php package solution25/ebizcharge-shopware67-payment-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ebizcharge-shopware67-payment-plugin

EBizCharge

EBizCharge Payment for Shopware 6.7

Version 1.0.5

Introduction

The EBizCharge Payment Plugin enables secure payments for Shopware 6.7 stores through the EBizCharge REST hosted webform and customer-vault flows. For new payment entry, customers are redirected to EBizCharge, keeping raw payment data outside the Shopware backend.

REST only integration using the EBizCharge hosted webform and REST verification APIs.

The plugin supports hosted card and ACH checkout, saved-payment-method account management for registered customers, saved-payment-method checkout, admin Pay by Link workflows, webhook status updates, and provider-backed transaction synchronization for capture, void, and refund events.


Key Features

Secure Hosted Payment Processing

Pay by Link

Saved Payment Methods

Admin Panel Integration

Webhook Status Updates

Flexible Configuration

Shopware 6.7 Compatibility


Compatibility


Get Started

Installation & Activation

Manual upload in Shopware Admin is supported with the packaged release ZIP.

GitHub

  1. Clone the plugin into your Shopware custom plugins directory:

  2. Log in to the Shopware Administration.

  3. Navigate to:

  4. Locate the EBizCharge plugin and click Install.

  5. Install and activate the plugin.

Plugin Configuration

After installing the plugin, configure your EBizCharge credentials and checkout behavior through the Shopware Administration panel.

Accessing the Configuration

  1. Go to Extensions > My extensions
  2. Open the EBizCharge plugin configuration
  3. Select the sales channel you want to configure
  4. Save credentials and run the connection test
image

Environment And Credentials

Configure the active environment:

For each environment, configure:

Checkout Behavior

Configure:

image

Webhook Security

Configure:

image

Connection Test

The configuration page includes a connection test button backed by:

The plugin also provides a CLI command:

Connection health is tracked per sales channel and credential fingerprint. password-only credential changes invalidate prior health state and require a fresh successful test.


Checkout Experience

The plugin integrates into Shopware checkout through the EBizCharge Hosted Payment payment method.

Hosted Payment

  1. Customer selects EBizCharge Hosted Payment in checkout.
  2. Shopware creates the order and order transaction.
  3. The plugin validates configuration and connection health.
  4. The plugin creates an EBizCharge hosted webform URL.
  5. Customer is redirected to the hosted EBizCharge payment form.
  6. EBizCharge redirects the customer back to Shopware.
  7. Shopware finalization verifies the payment with provider data before updating the transaction state.
image

Saved Payment Methods During Checkout

For registered customers, checkout displays saved EBizCharge payment methods when customer vault data exists.


Pay by Link

The plugin supports admin-managed Pay by Link payments.

How It Works

  1. An order transaction is created with the EBizCharge Pay by Link payment method.
  2. The plugin creates a hosted EBizCharge email-form URL.
  3. The plugin sends the payment link using the ebizcharge.admin.payment_link mail template.
  4. Customer opens the link and completes payment on the hosted EBizCharge form.
  5. The return endpoint finalizes the payment and redirects to success or failure.

Admin Resend

Admins can resend the payment link from the Shopware order view. The resend action calls:

Storefront Return Pages

Payment-link return routes:


Saved Payment Methods

Registered customers can manage their saved EBizCharge payment methods from the account dashboard.

image

Accessing Saved Payment Methods

Customers can open:

or use the EBizCharge Saved Payment Methods account menu entry.

Available Actions

Saved-payment-method records are stored in:


Webhooks

The plugin exposes:

Supported webhook events:

Webhook requests are validated with configured Basic Auth credentials and an HMAC signature key.


Transaction Data

The plugin stores EBizCharge transaction metadata in:

Stored metadata includes:

This data is used for finalization, webhook processing, and provider capture/void/refund calls.


Validation

Run the repository validation script:

The project also includes targeted tools for guardrails, service graph checks, self-tests, packaging, and release smoke validation.


All versions of ebizcharge-shopware67-payment-plugin with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
shopware/core Version >=6.7.0.0 <6.8.0.0
shopware/storefront Version >=6.7.0.0 <6.8.0.0
shopware/administration Version >=6.7.0.0 <6.8.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package solution25/ebizcharge-shopware67-payment-plugin contains the following files

Loading the files please wait ...