Credit card processing via Authorize.Net.
Solve AVS mismatch problem in credit card processing.
AVS means Address Verification System. This error come when the card owners address mismatch with card owners back account.Authorize.Net compare both address(ie sent address and card owners bank account address).you can simply avoid this problem, when you pass two more variables to Authorize.Net.
These two
1:x_address =contains the address of the customer associated with the billing address for the transaction
2:x_zip =contains the zip of the customer associated with the billing address for the transaction
if u pass these values to Authorize.Net it will return Success payment transaction result( 1|1|1|This transaction has been approved)
Post your Reply
These two
1:x_address =contains the address of the customer associated with the billing address for the transaction
2:x_zip =contains the zip of the customer associated with the billing address for the transaction
if u pass these values to Authorize.Net it will return Success payment transaction result( 1|1|1|This transaction has been approved)
Post your Reply
No comments:
Post a Comment