• Resolved samundra100

    (@samundra100)


    I need to add different payment gateway from what you guys offer. Its my local bank, So i need to pass the order details to their server and then user complete payment process there and redirected to my site again.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello samundra100

    Thank you for contacting WooCommerce support.

    I understand that you wish to add a payment gateway offered by your local bank.

    May I ask what is the name of your local bank?

    Please note that payment gateways like Stripe?act as an intermediary between your customer and your bank. This means the funds will eventually reach your account at your local bank.

    May I ask the reason behind not choosing our default payment gateways?
    Once I have a better understanding of your reasons and the goal, I will be able to guide you more effectively.

    I look forward to your response. ??

    Thread Starter samundra100

    (@samundra100)

    Hello Zubair,

    Im from Nepal and the bank i want to use is Nabil Bank. Here is how it works. The customer will add products to the cart do checkout and while checking out i need to send the create order request with parameters to banks api then they will redirect customers to their payment gateway then customer enters their banking details and then customer will redirect to my site.

    Thread Starter samundra100

    (@samundra100)

    Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello samundra100

    Thank you for your reply and explanation.
    I understand now what you want to achieve.

    There are two ways to do this.

    Method 1:
    You need an extension or plugin that will communicate between your WooCommerce store and the Bank. You may ask your bank if they provide an extension that integrates with WooCommerce.

    Method 2:
    Write a code that integrates with WooCommerce. This code will communicate between your WooCommerce store and the Bank.
    If you do not know how to code, you can hire a professional WordPress developer. You may also consult the Bank to check if they have any documentation for their API.

    I hope this sets you in the right direction.
    Please feel free to contact us again if you have more questions. ??

    Best regards.

    Thread Starter samundra100

    (@samundra100)

    Hello Zubair,

    I simply want users to pay through their card and the money goes to my local bank. Is it possible with only eccommerce?

    I really don’t want to code.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @samundra100,

    If you want to integrate a custom Payment gateway that’s currently unavailable, you can develop your own! All you need is some coding knowledge and an understanding of API integration. To make things easier, here are some handy guides on how to develop a payment gateway for WooCommerce:

    If you don’t have coding expertise, you can seek help from the following:

    Furthermore, if you want to set up card payments on your WooCommerce store without any coding required, then you need to use an existing payment gateway that allows you to accept card payments and deposit the funds into your local bank account.

    For example, you can use WooPayments, Stripe, or PayPal. These are easy to set up directly from your WooCommerce settings, and they handle the payment processing for you.

    I hope this provides some clarity. Please let us know if you have any other questions!

    Thread Starter samundra100

    (@samundra100)

    Hello @shameemreza,

    What i want is this:

    Furthermore, if you want to set up card payments on your WooCommerce store without any coding required, then you need to use an existing payment gateway that allows you to accept card payments and deposit the funds into your local bank account.

    For example, you can use WooPaymentsStripe, or PayPal. These are easy to set up directly from your WooCommerce settings, and they handle the payment processing for you.

    I hope this provides some clarity. Please let us know if you have any other questions!

    But i didn’t find settings which allows me to accept payment into my local bank account, while the customer pays with their card.

    Thread Starter samundra100

    (@samundra100)

    Okay here is wha i want. When the User clicks Checkout, i will do api call using following details:

    Operation : CreateOrder
    Language : EN
    Order :
    OrderType : Purchase
    Merchant : NABILXXXX
    Amount : 1000
    Currency : 524
    Description : 18362abcjs
    ApproveURL : https://lamasarts.com/success/
    CancelURL : https://lamasarts.com/failed/
    DeclineURL : https://lamasarts.com/checkout/
    Fee : 0

    After i call this api that will provide users with orderID and Session ID which will redirect them to Nabil Bank Payment Gateway. Customers will fill in their details and pay. So i want to integrate it with Woocommerce. Also i tried using WooPayments but completing form is hard as it doesn’t have option Nepal in it.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @samundra100,

    But i didn’t find settings which allows me to accept payment into my local bank account, while the customer pays with their card.

    You wont see this option in the plugin. However, depends on the Gateway, you will able to set the payout/deposit account on their website.

    Also i tried using WooPayments but completing form is hard as it doesn’t have option Nepal in it.

    Currently, WooPayments is not available in Nepal. However, I suggest using other payment methods available in your country. WooCommerce supports various payment gateways, such as PayPal, 2Checkout, and more. You can find a list of other payment gateway here: https://woo.com/product-category/woocommerce-extensions/payment-gateways/

    After i call this api that will provide users with orderID and Session ID which will redirect them to Nabil Bank Payment Gateway. Customers will fill in their details and pay.

    I don’t find an available extension to directly integrate the Nabil Bank into WooCommerce. You might need to develop or hire a developer to develop it.

    Additionally, I found some other plugins and resources that might help you:

    I wish I could help more, but hopefully, this gets you going in the right direction to get the job done.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @samundra100,

    I’m marking this topic as “resolved” due to recent inactivity. If more assistance is needed, feel free to post back here or open a new topic.

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Add payment gateway’ is closed to new replies.