I want to save my order details (product details and customer details) store database and update payment status as success
Latest posts made by Coding Labs
-
RE: How to properly integrate Payhere to Laravel ? Need Help
-
RE: How to properly integrate Payhere to Laravel ? Need Help
@root I'm using this reference to integrate payhere to laravel https://support.payhere.lk/api-&-mobile-sdk/payhere-checkout
then I create a simple form the same as the documentation in payhere. also, create a separate controller for define payment routing and define notify_url, return_url, and cancel_url.
the notify URL method I added to the given code sample in payhere.
when I try to pay some amount, the transaction was perfect works. payhere sandbox account record the payment history and I received payment receipt via email.
but the thing is, after the payment process the notify URL not working properly.
what is the problem that doesn't work notify URL?
-
RE: How to properly integrate Payhere to Laravel ? Need Help
@Grasshopper I try this. I have some issues with this.
-
How to properly integrate Payhere to Laravel ? Need Help
can you help me the integrate payhere to laravel