Questions tagged [easypaisa]

5 questions
1
vote
0 answers

How to test Easypaisa Sandbox API?

I am trying Easypaisa sandbox API to implement bill payment from this site: API: https://api.eu-de.apiconnect.appdomain.cloud/easypaisaapigw-telenorbankpk-tmbdev/dev-catalog path: POST /GetBillCompanies But it is throwing error: httpCode:…
Shakir Aqeel
  • 252
  • 1
  • 13
0
votes
0 answers

How to implement Telenor easypaisa payment API in PHP

hello I was working on an app, but need to implement Easypaisa as a payment gateway can anyone help me out with it, as there are no good understandable resources for it
Syed Usama Ahmad
  • 1,307
  • 13
  • 22
0
votes
2 answers

EasyPaisa MA Transaction Error: Incomplete merchant information

I am trying to initiate an MA transaction using easy paisa api. The response error I get after executing the following code is as follows. 'RESPOSNE: '{"orderId": "XYZ123", "responseCode": "0017", "responseDesc": "Incomplete merchant information",…
0
votes
0 answers

Why is Telenor EasyPay showing "Invalid Request" error?

I am trying to integrate Telenor EasyPay payment gateway with my online store but no matter what I do I get "Invalid Request" error on EasyPay server. Here is a snapshot of the problem. Here is my code request code for staging account:
Ismail
  • 331
  • 3
  • 10
0
votes
0 answers

Which algorithm should I use in PHP to create hashed request for Telenor EasyPay?

I am trying to integrate EasyPay with an online store. I am having "invalid request" problem both for staging and production accounts without hashing my request parameters. Now I am trying to hash all the parameters I am passing to EasyPay server…
Ismail
  • 331
  • 3
  • 10