laravel-paytm-wallet
laravel-paytm-wallet copied to clipboard
Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
Does split payment exist in this package?
Hi, I think the refund status api calling the wrong endpoint, it's calling the txn status endpoint noy the Refund Status endpoint. I'm doing like: ```php $refundStatus = PaytmWallet::with('refund_status'); $refundStatus->prepare([...
I am getting this error from your package [2021-03-04 15:20:05] local.ERROR: Invalid checksum {"exception":"[object] (Exception(code: 0): Invalid checksum at /var/www/html/kookuadmin-dev/vendor/anandsiddharth/laravel-paytm-wallet/src/Providers/PaytmWalletProvider.php:51) [stacktrace] #0 /var/www/html/kookuadmin-dev/app/Http/Controllers/PaytmController.php(45): Anand\\LaravelPaytmWallet\\Providers\\PaytmWalletProvider->response() #1 /var/www/html/kookuadmin-dev/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\PaytmController->paymentCallback() #2 /var/www/html/kookuadmin-dev/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('paymentCallback',...
This issue has been posted many times by users, please take it seriously. Whenever the transaction is successful from bankside it works fine, however when the transaction is declined or...
I had integrated paytm with your package and it was working fine when integrated with test API key, but when I changed the API key from test to production it...
Hi I tried to use refund function you mentioned in the laravel paytm wallet package I get this error array ( 'ErrorCode' => '600', 'ErrorMsg' => 'Invalid refund request', )...
i am getting "The transaction request sent by you is incorrect. Listed below are mandatory attributes required in transaction request along with debugging details. Kindly check" i used merchant id...
I have integrated larave-paytm-wallet in laravel and it creating error while checkout this is the error MID missing: This attribute is not passed. It is a mandatory attribute
@ https://developer.paytm.com/docs/v1/payment-gateway/deprecated-flow-integration/ It is mentioned that it is depreciated so the package needs to be updated.