AuthorizeNet / sample-code-php

This repository contains working code samples which demonstrate php integration with the Authorize.Net API
MIT License
177 stars 197 forks source link

Unexplained Error #55

Closed ghost closed 7 years ago

ghost commented 7 years ago

When I call createCustomerProfileFromTransaction($transactionId) I get E00059 The authentication type is not allowed for this method call. Does anyone know the cause of this? I'm sending to the SANDBOX server.

brianmc commented 7 years ago

If you do a getTransactionDetails on the same transId, what is the transaction type & status?

Sent from my iPhone

On Nov 16, 2016, at 6:43 AM, GregCatalano notifications@github.com wrote:

When I call createCustomerProfileFromTransaction($transactionId) I get E00059 The authentication type is not allowed for this method call. Does anyone know the cause of this? I'm sending to the SANDBOX server.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 7 years ago

Thanks for the response. It gave me the same thing and I realized I had the password wrong. Now I'm on to a new error... Progress :+1: