- What is your product version? 10.0.0.1
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? .Net Core
Greetings, I'm very happy so far in these 2 days since started working with zero, very good job guys!
I asked [email protected] a few questions before buying the product, specifically this one about offline payments / wire transfers:
Can we use the subscription management module with offline payments? I think you are talking about payments via wire transfer etc... Yes but in that case, you need to modify the Tenant's subscription dates manually on the AspNet Zero Tenants page.
But I can't find anywhere where I can register manual payment information for a tenant. Can anybody help me figure this out please?
Thanks, Geo
3 Answer(s)
-
0
Hi @gtejeda
Would you like to offer wire transfer option to Tenants when they want to purchase a new subscription ?
Thanks,
-
0
That's correct @ismcagdas!
-
0
Hi @gtejeda
In that case, you can;
- Create a class which implements
IPaymentGatewayConfiguration
for Wire Transfer option. - Then, you can create similar pages like Stripe purchase page (see https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Views/Stripe/Purchase.cshtml) and inform user on this page of the wire transfer operation.
- Create a class which implements