<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does not match billing address of cardholder in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Does-not-match-billing-address-of-cardholder/m-p/59548#M34131</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't look like you're actually providing the address. If you don't want to provide the address, you'll likely want to go into the settings in the merchant interface on our web site and make sure the fraud screening settings are set to not decline transactions where the address doesn't match.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2017 23:51:33 GMT</pubDate>
    <dc:creator>Aaron</dc:creator>
    <dc:date>2017-08-25T23:51:33Z</dc:date>
    <item>
      <title>Does not match billing address of cardholder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Does-not-match-billing-address-of-cardholder/m-p/59445#M34028</link>
      <description>&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am mobile developer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i am using inperson-sdk for ios and android.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i &amp;nbsp;have not experience this sdk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CreditCardType *creditCardType = [CreditCardType creditCardType];
creditCardType.cardNumber = @"xxxxxxxxxxxxxxxx";
creditCardType.cardCode = @"xxx";
creditCardType.expirationDate = @"1222";

PaymentType *paymentType = [PaymentType paymentType];
paymentType.creditCard = creditCardType;

ExtendedAmountType *extendedAmountTypeTax = [ExtendedAmountType extendedAmountType];
extendedAmountTypeTax.amount = @"0";
extendedAmountTypeTax.name = @"Tax";

ExtendedAmountType *extendedAmountTypeShipping = [ExtendedAmountType extendedAmountType];
extendedAmountTypeShipping.amount = @"0";
extendedAmountTypeShipping.name = @"Shipping";

LineItemType *lineItem = [LineItemType lineItem];
lineItem.itemName = @"AuthCaptureProduct";
lineItem.itemDescription = @"AuthCaptureProductDescription";
lineItem.itemQuantity = @"1";
lineItem.itemPrice = [NSString stringWithFormat:@"%d", [self randomDigit]];
lineItem.itemID = @"1";

TransactionRequestType *requestType = [TransactionRequestType transactionRequest];
requestType.lineItems = [NSMutableArray arrayWithObject:lineItem];
requestType.amount = lineItem.itemPrice;
requestType.payment = paymentType;
requestType.tax = extendedAmountTypeTax;
requestType.shipping = extendedAmountTypeShipping;

CreateTransactionRequest *request = [CreateTransactionRequest createTransactionRequest];
request.transactionRequest = requestType;
request.transactionType = AUTH_CAPTURE;
request.anetApiRequest.merchantAuthentication.mobileDeviceId = deviceId;
request.anetApiRequest.merchantAuthentication.sessionToken = self.loginResponse.sessionToken;

AuthNet *an = [AuthNet getInstance];
[an setDelegate:self];
[an purchaseWithRequest:request];&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have used this code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i get&amp;nbsp;Does not match billing address of cardholder error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;The transaction has been declined because of an AVS mismatch. The address provided does not match billing address of cardholder.&lt;/PRE&gt;&lt;P&gt;Let me know how to fix this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 23:41:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Does-not-match-billing-address-of-cardholder/m-p/59445#M34028</guid>
      <dc:creator>andros</dc:creator>
      <dc:date>2017-08-17T23:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does not match billing address of cardholder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Does-not-match-billing-address-of-cardholder/m-p/59548#M34131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't look like you're actually providing the address. If you don't want to provide the address, you'll likely want to go into the settings in the merchant interface on our web site and make sure the fraud screening settings are set to not decline transactions where the address doesn't match.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 23:51:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Does-not-match-billing-address-of-cardholder/m-p/59548#M34131</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-08-25T23:51:33Z</dc:date>
    </item>
  </channel>
</rss>

