Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resposta do request foi com sucesso mas tem valores undefined #51

Open
allanShady opened this issue Sep 4, 2020 · 17 comments
Open

Resposta do request foi com sucesso mas tem valores undefined #51

allanShady opened this issue Sep 4, 2020 · 17 comments

Comments

@allanShady
Copy link

{
  response: { status: 200, code: undefined, desc: undefined },
  conversation: undefined,
  transaction: undefined,
  reference: undefined
}
@allanShady
Copy link
Author

allanShady commented Sep 4, 2020

Main node file/feat

require('dotenv').config();
const { Client } = require('@paymentsds/mpesa')

const client = new Client({
    apiKey: process.env.MPESA_API_KEY,
    publicKey: process.env.MPESA_PUBLIC_KEY,
    serviceProviderCode: process.env.MPESA_SERVICE_PROVIDER,
    verifySSL: false,
    debugging: true,  
  })

  client.receive({
    from: process.env.FROM_MOBILE_WALLET,
    reference: `2LO${Math.floor(Math.random()*100)}`,
    transaction: '2CVX',
    amount: 10
  })
  .then(result => {
      console.log(result);
  }).catch((error) => {
      console.log(error)
  });

@allanShady
Copy link
Author

package.json

{
  "name": "M-PesaApiTest",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@paymentsds/mpesa": "^0.1.0-alpha-7",
    "dotenv": "^8.2.0"
  }
}

@edsonmichaque
Copy link
Contributor

Como vai Allan?
Pode voltar a testar?

@allanShady
Copy link
Author

Tested successfully. Thanks 🙏🏿 👏💪

@allanShady
Copy link
Author

allanShady commented Sep 30, 2020

Resposta depois de confirmar a tarnsação
{
response: { status: 401, statusText: 'Unauthorized', outputError: undefined }
}

@allanShady allanShady reopened this Sep 30, 2020
@edsonmichaque
Copy link
Contributor

Pode compartilhar o trecho de código?

@allanShady
Copy link
Author

aqui vai

@edsonmichaque
Copy link
Contributor

Penso estar resolvido, pode voltar a testar?

@allanShady
Copy link
Author

Obrigado @edsonmichaque amanhã valido e já dou feedback.

@allanShady
Copy link
Author

Testei novamente a 0.1.0-alpha-9 e 0.1.0-alpha-8 e da BadRequest e voltei ao a versao 0.1.0-alpha-7 e deu a mesma resposta

{
  response: { status: 200, code: undefined, desc: undefined },
  conversation: undefined,
  transaction: undefined,
  reference: undefined
}

@edsonmichaque
Copy link
Contributor

@allanShady qual é o resultado da última versão?

@allanShady
Copy link
Author

allanShady commented Nov 2, 2020

Invalid API key deve ser algo com os meus dados de acesso a API. Pois baixei este projecto que o @AnisioMandlate usou na Demo e da essa mensagem tambem

@gmahota
Copy link

gmahota commented Dec 1, 2020

Allan fiz a actualização da versão do mpesa api - 0.1.0-alpha-9 e o erro já não existe.

@allanShady
Copy link
Author

@gmahota obrigado! No próximo sábado irei verificar e darei feedback.

@allanShady
Copy link
Author

@gmahota usaste este projecto para os testes que fizeste recentemente? Obrigado!

@alfiadoDev
Copy link

Eu tambem estou a ter o mesmo erro na versao 0.1.0-alpha-9.

@alfiadoDev
Copy link

da erro na variavel result ao fazer build response
este o erro que retorna. consegue ver o erro usando o debug do vscode
result: {
bytesParsed: 927,
code: "HPE_INVALID_HEADER_TOKEN",
reason: "Invalid header value char",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants