cancel
Showing results for 
Search instead for 
Did you mean: 

Reject transaction if Billing and Shipping Addresse does not Match

 

Please is there a built in feature or configuration to reject credit card transaction if billing and shipping addresses are different?

scss
Member
5 REPLIES 5

Not as far as I know. AVS only checks the billing address against the address on file for the credit card. You could, however, implement AIM and check that yourself before processing the transaction.

TJPride
Expert

Can't you do that before even sending the transaction off for processing?


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post
stymiee
Expert
Expert

Just realized you can't if you're using SIM or DPM. In those cases you'll have to void the transaction using AIM after the fact if you want to reject them based on that crieria.


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post

That's no good, he'll still be charged the transaction fee.

Exactly. Basically, the only way to reject these transactions before they hit the processor is not to use SIM or DPM and reject them yourself post-transaction using AIM...

 

...or hope Authorize.Net adds a feature allowing transactions to be rejected automatically based on this criteria like they do for AVS and CVV criteria. I would not expect this for the near future.


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post