VS I’m not sure what wrong.

Try to email us contact@botble.com your payment plugin credentials (API key, secret…), our dev team will test your plugin.

  • VS replied to this.
  • VS likes this.

    Botble Thank you. I just sent them to you via email.

    14 days later

    Regarding this part in controller:
    do_action(PAYMENT_ACTION_PAYMENT_PROCESSED, [
    ‘order_id’ => $request->input(‘order_id’),
    ‘amount’ => $transaction[‘payment_amount’],
    ‘charge_id’ => $request->input(‘tran_id’),
    ‘payment_channel’ => PAYWAY_PAYMENT_METHOD_NAME,
    ‘status’ => $status,
    ‘customer_id’ => $request->input(‘customer_id’),
    ‘customer_type’ => $request->input(‘customer_type’),
    ‘payment_type’ => ‘direct’,
    ], $request);

    In payment_channel, I do not want to show the gateway name “PayWay” but rather show the payment method like QR Pay and Cards (VISA or MasterCard). I still cannot figure it out.

    Can anyone help me this?
    ‘payment_channel’ => PAYWAY_PAYMENT_METHOD_NAME,
    by changing ‘payment_channel’ => anything else (payment method data posted from callback)

    a month later

    @VS No, it can’t be dynamic like that, it should be always the name which you have configured in Payments → Payment methods.

    Is your payment plugin ready? If yes, you can submit it on https://marketplace.botble.com/

    • VS replied to this.

      Botble Hi, thank you. Never mind. I tried another way to make it and now it is working for what I want. I will submit it later soon.

      6 days later

      Can some body make CashFree Plugin.. I can share my App id & secret key.

      2 months later

      @Botble Hello sir
      How are you ?
      I am facing an error about razorpay payment integration this one!
      Either razorpay_order_id or razorpay_subscription_id or razorpay_payment_link_id must be present.
      Can you help me please ?

        zaib We have this payment gateway already, you don’t need to integrate it anymore, just activate Razorpay to use.
        If it has issue, please create a ticket on our support center https://botble.ticksy.com and give us access to your hosting, our dev team will check it for you.

        Yes it giving me this issue
        Either razorpay_order_id or razorpay_subscription_id or razorpay_payment_link_id must be present.

          8 days later

          I want to install Flutterwave plugins, but it’s saying error! Cannot connect to server !

            Emmy Have you purchased our script yet?

            If yes, please create a ticket on our support center https://botble.ticksy.com and give us access to your hosting, our dev team will check it for you.

            4 months later

            Great to see these payment gateway options available! Whether you’re looking for free solutions or prefer a more robust bundle, there’s something for everyone. The integration process seems pretty straightforward too, with detailed examples like Razorpay and Paystack to guide you.

            If you’re looking to expand your payment options even further, developing a custom plugin is a solid choice. The platform’s structure makes it clear how to get started, which is a huge plus for developers.

            If you’re interested in more insights or need help integrating new gateways, be sure to check out my website! We’ve got plenty of resources to make your payment setup a breeze.

            9 days later