Adding BillPlz as custom payment getaway
-
Hi there,
I'm still new with Bagisto and after following the tutorial on how to add a custom payment method at https://devdocs.bagisto.com/create_payment_method.html, I'm still stuck with it since there's nothing appear at the select payment method beside the default 3 choices.
Is there any detailed tutorial on how to add a custom payment method such as BillPlz to Bagisto?
Thanks in advance
-
Yeah, @admin please update your documentations so that we can follow. I try to use
razorPay
but stuck like the OP said since the documentations didn't provide much details. -
-
Hi @rahul , thanks for replying. Here's how I try
Create New Package called
Payment
andRazorpay
inside my company profile in packages. and follows this documentations. But however I didn't see anything inadmin/configuration/sales/paymentmethods
andcheckout/checkout/onepage -> payment
and also I didn't have any error.. I'm very confuse.. If I runcomposer dumpautoload
then nothing error (I pretty sure that my providers are register, because I can use some route for testing) -
Hi @rahul , now I can get options in admin and checkout page and have to write code to open razorpay page, before that I didn't call options in my
PaymentServiceController
, sorry to disturb you but may have to disturb you again.. you can ignore above comment.
Thanks,
Valpuia -
-
@rahul Sorry for the late reply, I already managed to make my own custom payment gateway. It took some times to understand your documentation. Thanks again