laravel-paytm-wallet icon indicating copy to clipboard operation
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.

Results 23 laravel-paytm-wallet issues
Sort by recently updated
recently updated
newest added

UPI payment option is not showing

Using version 1.0.0 as Mentioned but shwes the error as below. Problem 1 - Root composer.json requires anandsiddharth/laravel-paytm-wallet 1.0.0 -> satisfiable by anandsiddharth/laravel-paytm-wallet[v1.0.0]. , likely because it conflicts with another...

I want to accept payment through UPI only. But actually I am not getting UPI option others are visible as show in the attached screenshot ![screencapture-securegw-stage-paytm-in-theia-processTransaction-2020-08-25-15_16_21](https://user-images.githubusercontent.com/25559994/91159659-fa551280-e6e5-11ea-8c3e-4d78e7898dfd.png) . So I read...

invalid: Syntax of Customer ID is incorrect. Special characters allowed in Cust_ID are | - . @ _

How can I send 3-4 custom fields to paytm and get them back with response, i tried with below code to send some userdata in userinfo variable. `$payment->prepare([ 'order' =>...

I've integrate its properly and its running perfect with Test Kit. But when i'm using production kit it still throwing me on staging payment gateway. In web i did't get...

I have used composer require anandsiddharth/laravel-paytm-wallet package for Paytm payment gateway. the problem i face is when I click on the payment now button. it does not redirect me to...

I have used composer require anandsiddharth/laravel-paytm-wallet package for Paytm payment gateway. the problem i face is when I click on the payment now button. it does not redirect me to...

Hello, is there any functionality that we can collect payment gateway charges from the user if the user selects a payment method that deducts charges? E.g: if the transaction amount...