The Payment module for Orchard Core CMS.
Features
- Stripe as Payment Provider
- Charge the credit card
- Refund the charge
- Sync transaction using web hooks
Add Surevelox.OrchardCore.Payment
to your Orchard Core Web project
dotnet add package Surevelox.OrchardCore.Payment
Include in Setup Recipe to enable the feature by default.
"steps": [
{
"name": "feature",
"enable": [
"Surevelox.OrchardCore.Payment"
]
}
]
Read the documentation here
See the open issues for a list of proposed features and known issues.
Like the the module? Support us by sponsoring Surevelox @ Github.