- ABP Framework version: v4.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
does the payment module support recurring payments, the documentation is not good enough to use this module can you please explain it better so we cannutilise it to sell tenants how would we achive this using the paymenta module ?
10 Answer(s)
-
0
Hi @learnabp
Yes, you can. Just follow https://docs.abp.io/en/commercial/latest/modules/payment to add pament module to your public website application. This document also contains a sample which you can use to create your own flow for Tenant payments on the public website.
Let me know if you face a problem while doing that.
-
0
When i install the Payments module via Abp Suite 4.2.2 only two gateways are installed
Payu
andTwoCheckout
how do i install
Stripe
andPayPal
?`13>C:\Projects\DesertFire.Ppm\aspnet-core\src\DesertFire.Ppm.Web\DesertFire.Ppm.Web.csproj : error NU1101: Unable to find package Volo.Payment.PayPal.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, Microsoft Visual Studio Offline Packages, nuget.org'
'13>C:\Projects\DesertFire.Ppm\aspnet-core\src\DesertFire.Ppm.Web\DesertFire.Ppm.Web.csproj : error NU1101: Unable to find package Volo.Payment.Stripe.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, Microsoft Visual Studio Offline Packages, nuget.org 1`
Stipre and PayPal are not listed here
-
0
Hi,
You can add other payment gateways as explained in here https://docs.abp.io/en/commercial/latest/modules/payment. Each payment gatewy has 2 NuGet packages. *.Domain and *.Web .
After adding the NuGet packages, you also need to configure the related payment gateway in your app's appsettings.json file.
ABP-LIC-0016
error should be gone when you try again.Thanks,