Base solution for your next web application
Open Closed

Adding Bank Wire as a Payment Method #10595


User avatar
0
QuickApp created

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

Hi everyone, I want to disable Paypal and Stripe methods and add bank transfer method. Tenant should be able to switch to any package they want without having to confirm the payment status.

Can you help me on how to do this?


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @QuickApp

    Easiest way is to disable current payment options on appsettings.json file and modify the gateway selection page and manually add wire transfer option. You also need to disable automatic tenant activation on Host settings page.

    If you can create an issue on GitHub we can also consider adding this feature to ASP.NET Zero.

  • User Avatar
    0
    QuickApp created

    Hi @ismcagdas

    What exactly should I disable in appsettings.json?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Setting these two items to false will disable PayPal and Stripe

  • User Avatar
    0
    QuickApp created

    Thank you for your reply @ismcagdas