We are using Accept Hosted Redirect Methods for our payment.
Some transaction's webhook callback have responseCode 0.
But these transactions are listed as approved in ANET account.
In our webhook code , we are processing only the responses with responseCode 1. Can any one help us to identify why the responseCode parameter have value 0
Response received via the webhook
"{\"notificationId\":\"************\",\"eventType\":\"net.authorize.payment.authcapture.created\",\"eventDate\":\"2021-04-14T21:52:39.1188391Z\",\"webhookId\":\"********************\",\"payload\":{\"responseCode\":0,\"authAmount\":115.00,\"merchantReferenceId\":\"******************\",\"invoiceNumber\":\"**********\",\"entityName\":\"transaction\",\"id\":\"************\"}}"
04-20-2021 07:54 AM - edited 04-20-2021 07:58 AM