anandsiddharth / laravel-paytm-wallet

Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
MIT License
93 stars 42 forks source link

Invalid Checksum #24

Closed channaveer closed 5 years ago

channaveer commented 5 years ago

Hi I am getting the following issue when using the library. Any help really appriciated.

screenshot 2018-11-19 at 12 17 41 pm
anandsiddharth commented 5 years ago

Refer this : https://github.com/anandsiddharth/laravel-paytm-wallet/issues/23

channaveer commented 5 years ago

Okay looking into it.

channaveer commented 5 years ago

Hi @anandsiddharth I have added the proper credentials but even then I am having this issue.

anandsiddharth commented 5 years ago

This, issue is completely related with keys, please validate or contact paytm, this error is thrown from paytm's sdk, this package is just a wrapper around sdk to plug into laravel easily

channaveer commented 5 years ago

Okay thanks will check with them in case if the problem solves then will close the ticket.

channaveer commented 5 years ago

Hi @anandsiddharth I had kept the staging contact number hence it was showing error. Now it's fixed. Thanks for pointing me to right direction.

One more doubt I am having is once I check out the payment page is only showing BHIM option for not logged in users. Is there a way of showing a credit card, debit card and net banking options along with it.

anshu2212 commented 5 years ago

I had similar problem . You need to call paytm and they will activate the feature.

On Mon, 19 Nov 2018 at 13:23, Channaveer Hakari notifications@github.com wrote:

Hi @anandsiddharth https://github.com/anandsiddharth I had kept the staging contact number hence it was showing error. Now it's fixed. Thanks for pointing me to right direction.

One more doubt I am having is once I check out the payment page is only showing BHIM option for not logged in users. Is there a way of showing a credit card, debit card and net banking options along with it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/anandsiddharth/laravel-paytm-wallet/issues/24#issuecomment-439801113, or mute the thread https://github.com/notifications/unsubscribe-auth/ACDr5LneeholcobTbrkWuM_HVSZBxwquks5uwmNggaJpZM4YogPx .

channaveer commented 5 years ago

@anshu2212 Thank you very much will check with the customer support.

anandsiddharth commented 5 years ago

@channaveer you may want to star the package 😸

channaveer commented 5 years ago

@anandsiddharth sure I will. Thanks for your help.

devendrakavya commented 5 years ago

i got solution from #https://www.tutsmake.com/laravel-5-7-paytm-payment-gateway-integration-example/

plexdeveloper commented 5 years ago

@anandsiddharth Can you please make the change mentioned in this link for the checksum error?

devendrakavya commented 5 years ago

Yes we can do it

On Tue, Jun 4, 2019 at 1:12 PM plexdeveloper notifications@github.com wrote:

@anandsiddharth https://github.com/anandsiddharth Can you please make the change mentioned in [this link ] ( https://www.tutsmake.com/laravel-5-7-paytm-payment-gateway-integration-example/)for the checksum error?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/anandsiddharth/laravel-paytm-wallet/issues/24?email_source=notifications&email_token=ALANS2UONKJZGCZXBCR6PSLPYYMHTA5CNFSM4GFCAPY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW3WXRI#issuecomment-498559941, or mute the thread https://github.com/notifications/unsubscribe-auth/ALANS2SOFGAHIIUZZA67N33PYYMHTANCNFSM4GFCAPYQ .

frikishaan commented 5 years ago

i got solution from #https://www.tutsmake.com/laravel-5-7-paytm-payment-gateway-integration-example/

This solution works well for me. Thanks. Actually, I'm getting the error only when I try to pay with credit/debit card while if I pay via net banking it works fine, now all the errors are resolved.

gurman8571 commented 3 years ago

getting error invalid checksum but my all credentials are correct