Handling Authorize.Net Silent Post submissions with PHP, or any language for that matter, is easy. It’s really no different then receiving a form submission. You just need to know to expect. This code snippet takes a response and determines the status of it (i.e. approved, declined, expired card, or error). Continue reading
22