Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.11 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.11 KB

Payment - Surevelox.OrchardCore.Payment

The Payment module for Orchard Core CMS.

Key Features

Features

  • Stripe as Payment Provider
  • Charge the credit card
  • Refund the charge
  • Sync transaction using web hooks

Install

Add Surevelox.OrchardCore.Payment to your Orchard Core Web project

dotnet add package Surevelox.OrchardCore.Payment

Enable Feature using recipe

Include in Setup Recipe to enable the feature by default.

"steps": [
    {
      "name": "feature",
      "enable": [
        "Surevelox.OrchardCore.Payment"
      ]
    }
 ]

Setup Payment

Payment

Documentation

Read the documentation here

Feedback

See the open issues for a list of proposed features and known issues.

Like? Support Us.

Like the the module? Support us by sponsoring Surevelox @ Github.