You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Estou utilizando a API 2.0 do PagarMe e seguindo a instalação do phpme-php no entanto estou recebendo o erro
"ERROR TYPE: action_forbidden. PARAMETER: . MESSAGE: api_key inválida "
pelo trecho de código
$pagarme = new PagarMe\Client('sua_api_key');
ps: Peguei a api_key corretamente no painel admin
Como posso fazer ?
The text was updated successfully, but these errors were encountered:
Estou utilizando a API 2.0 do PagarMe e seguindo a instalação do phpme-php no entanto estou recebendo o erro
"ERROR TYPE: action_forbidden. PARAMETER: . MESSAGE: api_key inválida "
pelo trecho de código
$pagarme = new PagarMe\Client('sua_api_key');
ps: Peguei a api_key corretamente no painel admin
Como posso fazer ?
The text was updated successfully, but these errors were encountered: