aamnah / easypaisa

Easypaisa payment module for Opencart
9 stars 4 forks source link

easypaisa integration in node.js #4

Closed zohaibalishah closed 4 years ago

zohaibalishah commented 4 years ago

Hello mam, hope you are doing well i have seen your code its amzaing but unfortunately i need this to integrate it into my node.js if you could guide me in this regard will be very thankful. regards, Zohaib ali shah

aamnah commented 4 years ago

Hi Zohaib,

You're probably looking for easypay merchant account integration and not easypaisa. Easypaisa would include just showing the account details for sending money, which i'm sure you can easily handle. For easypay, you'd need a merchant account and would need to communicate with some API.

The API documentation for easypay is not publicly available. However, this guy https://github.com/shaan360/telenor-easypay seems to have some code..

Hope that helps. Good luck!

On Mon, 6 Jul 2020 at 12:45, zohaib ali shah notifications@github.com wrote:

Hello mam, hope you are doing well i have seen your code its amzaing but unfortunately i need this to integrate it into my node.js if you could guide me in this regard will be very thankful. regards, Zohaib ali shah

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aamnah/easypaisa/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH6ZVRNIJOXZIGNVVNBCXDR2F6K5ANCNFSM4ORKW26A .

khanakhun commented 4 years ago

Hi , i want to ask that if it's possible to integrate easypaisa online payment gateway using Nodejs instead Php thanks

faizankazmi commented 3 years ago

@aamnah Dear Aamnah Hope you are doing well I am facing the error Parameter Authentication failed. but i am sending correct parameters already/ any help?

MuhammadAdnan2 commented 2 years ago

Hi @zohaibalishah , You have implemented easypaisa in node js. If yes then share code with me . Thanks

hamzazafarHW commented 2 years ago

have anyone done easypaisa with react native then please help me out

zohaibalishah commented 2 years ago

Yes you need to contact with easypaisa they provide you JSON api you just need to integrate with with app or web.

On Tue, Mar 15, 2022, 11:33 AM hamzazafarHW @.***> wrote:

have anyone done easypaisa with react native then please help me out

— Reply to this email directly, view it on GitHub https://github.com/aamnah/easypaisa/issues/4#issuecomment-1067616370, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANMN2WFV44UPLKHIDLNSXJLVAAVKHANCNFSM4ORKW26A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

Ali-TM-original commented 2 years ago

have anyone done easypaisa with react native then please help me out

Its pretty similar to that of the web tbh you use a webview or just simple axios to send a post request to ep rest api. This helped me alot explains everything in details https://stackoverflow.com/questions/62818901/easypaisa-integration-in-react-native

eman-zafar commented 1 year ago

does anyone have integrated easypaisa in MERN?if yes, please let me know

mozestofusiontech commented 1 year ago

does it possible to accept payment without having a merchant account ?

Ali-TM-original commented 1 year ago

does it possible to accept payment without having a merchant account ?

Nope, you must have a merchant account for it

abhanan369 commented 7 months ago

I'm trying to integrate easypaisa and jazzcash with nodejs. Can someone help me in this