question

lenab avatar image
lenab asked David Marginian Deactivated edited

AuthRequest rejected

Hi
I am implementing pre-auth for credit card sale so I can pre-authorize sale for current POS transaction and getting this error:
In Auth : AuthRequest - Auths are not enabled for the payment gateway. Original Request = com.clover.remotepay.sdk.AuthRequest
responce result : UNSUPPORTED
reason : Merchant Configuration Validation Error
Is there something wrong with my merchant configuration?

Working in C#
Thank you

semi-integrationsSandboxAuth
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

David Marginian avatar image
David Marginian Deactivated answered David Marginian Deactivated edited

The error is pretty accurate, your merchant doesn't have preauths enabled at the gateway. I assume since you added the "Sandbox" tag that this is occuring in Sandbox and not production, is that correct? I think I found your merchant id in sandbox (it looks like you have a few accounts so I am not sure) and noticed that your address is Canadian - https://docs.clover.com/docs/transaction-types. You will notice here that preauth is US Only. So you are attempting a transaction type that is not allowed in Canada which explains the response.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community