<?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: I am unable to validate credit card from user in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60213#M34771</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22495"&gt;@webitdev2015&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look through our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/#customer-profiles" target="_blank" rel="nofollow noopener noreferrer"&gt;Customer Profiles API examples&lt;/A&gt;, specifically the Ruby samples in the "Sample Code" tabs there. The code you're using is using an older deprecated API, and I can't guarantee that it behaves the same way as our current one.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 20:55:53 GMT</pubDate>
    <dc:creator>Aaron</dc:creator>
    <dc:date>2017-10-17T20:55:53Z</dc:date>
    <item>
      <title>I am unable to validate credit card from user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60205#M34764</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is there anyway that I can check credit card from new user who came to my website? It seems like I am forced to make profile and payment profile as well.&lt;BR /&gt;My intention is that, if I give wrong CC number or CCV it still creates my profile in payment gateway when I put wrong credit card.&lt;BR /&gt;Any help and API guide? How many steps will be involved in it? I am using CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I submitted the data with wrong credit card and below is the response:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#&amp;lt;AuthorizeNet::CIM::Response:0x00000003bfbe10 @raw_response=#&amp;lt;Net::HTTPOK 200 OK readbody=true&amp;gt;, @transaction=#&amp;lt;AuthorizeNet::CIM::Transaction:0x00000003d70e80 @fields={:method=&amp;gt;"CC", :card_num=&amp;gt;"2334444444", :exp_date=&amp;gt;"01-2017", :validation_mode=&amp;gt;:none, :customer_profile_id=&amp;gt;""}, @api_login_id="47x3vKE6", @api_transaction_key="7b4aE92S6Jtfu4wr", @response=#&amp;lt;AuthorizeNet::CIM::Response:0x00000003bfbe10 ...&amp;gt;, @type="createCustomerPaymentProfileRequest", @verify_ssl=true, @reference_id=nil, @gateway="https://apitest.authorize.net/xml/v1/request.api", @delim_char=",", @encap_char=nil, @custom_fields={}, @xml="&amp;lt;?xml version=\"1.0\" encoding=\"utf-8\"?&amp;gt;\n&amp;lt;createCustomerPaymentProfileRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\"&amp;gt;\n  &amp;lt;merchantAuthentication&amp;gt;\n    &amp;lt;name&amp;gt;47x3vKE6&amp;lt;/name&amp;gt;\n    &amp;lt;transactionKey&amp;gt;7b4aE92S6Jtfu4wr&amp;lt;/transactionKey&amp;gt;\n  &amp;lt;/merchantAuthentication&amp;gt;\n  &amp;lt;customerProfileId/&amp;gt;\n  &amp;lt;paymentProfile&amp;gt;\n    &amp;lt;payment&amp;gt;\n      &amp;lt;creditCard&amp;gt;\n        &amp;lt;cardNumber&amp;gt;2334444444&amp;lt;/cardNumber&amp;gt;\n        &amp;lt;expirationDate&amp;gt;2017-10&amp;lt;/expirationDate&amp;gt;\n      &amp;lt;/creditCard&amp;gt;\n    &amp;lt;/payment&amp;gt;\n  &amp;lt;/paymentProfile&amp;gt;\n  &amp;lt;validationMode&amp;gt;none&amp;lt;/validationMode&amp;gt;\n&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;\n"&amp;gt;, @root=#&amp;lt;Nokogiri::XML::Element:0x1dfdb70 name="ErrorResponse" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x1dfd7ec href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Element:0x1da662c name="messages" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x1dfd7ec href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Element:0x1df9dcc name="resultCode" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x1dfd7ec href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x1d9c988 "Error"&amp;gt;]&amp;gt;, #&amp;lt;Nokogiri::XML::Element:0x1d97c6c name="message" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x1dfd7ec href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Element:0x1df38f0 name="code" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x1dfd7ec href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x1d8f710 "E00003"&amp;gt;]&amp;gt;, #&amp;lt;Nokogiri::XML::Element:0x1df0b8c name="text" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x1dfd7ec href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x1d8e694 "The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:customerProfileId' element is invalid - The value &amp;amp;#39;&amp;amp;#39; is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed."&amp;gt;]&amp;gt;]&amp;gt;]&amp;gt;]&amp;gt;, @result_code="Error", @message_code="E00003", @message_text="The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:customerProfileId' element is invalid - The value &amp;amp;#39;&amp;amp;#39; is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed.", @reference_id=nil, @customer_profile_id=nil, @customer_payment_profile_id=nil, @customer_payment_profile_id_list=nil, @customer_shipping_address_id_list=nil, @customer_address_id=nil, @validation_direct_response_list=nil, @validation_direct_response=nil, @direct_response=nil, @customer_profile_id_list=nil, @address=nil, @payment_profile=nil, @profile=nil, @token=nil&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Also see here, it created the customer in the account - that is totally wrong.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://gm1.ggpht.com/xNdEBXkd9yIuQh9KPhTaazJHh5pgstE3CLTOZ7YTpwe8bYK4oZy2D7t0t4pDv8Qdme8jgZ9ZKHL0vaSFLtYpkxL9Doe7k_DIEkLa2rcO1V7DUUDRN6skeEeQwC2iy4qY6pxGqc4GitdxuJfkl221FM74gzNpoea7wGbnRILfr650-QnkPf5I9KU9p2w64H-cPbGT5cMLnvIKyj0iUjFWSYjZCkwwlPgG9ppCsCzq1d4hq1ZLwjT6kihTQjUHFOsKh3EOBewiH4jvAcqi_CEHm4WGeNi19VcrRXVxb6e-VVm1eQwq8XnFK0BEsCyUdunuRXCEm3GHBWFGKci_vWX96EDHsS18GVrIwdG7ourcWEFvOHKK1pQXjI-lE7raaE1SKwk-w-2_iwrB-Qi-2mKDFL41Wx-ZEqR0qG95lFSPu0z9FHaKIwuSAzriL_RBmB6Otz_pK7Fb0o-cL7NgYMDhiZkD9OmsW6T-bFfBKXQ2DZ-ySPWc84O7ppAGthx5XeUAukM9sbkL7bhvwgPf0NSEI1r_5eXEemVvVh7WRa4Yn4OHpr0ZOC_cAGOhcvif-yWhN2Q-j2X-fUwyvuh1mnRkz13sJDFlpnUz82RcQj3GggCR2fFyPLXP9rKO_QfALGNQc3UmrdusreP0Cir8ZUt647dHHWLZyoNO7u1KH85KspMEs47wIlUzNfgZ9PvHeQ=w1394-h82-l75-ft" border="0" alt="" width="776" height="47" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;Below&amp;nbsp;is the case when I gave everything correct and it returned below response (shows success).&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Its clear the account cretion is done on both success and failure credit card cases.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#&amp;lt;AuthorizeNet::CIM::Response:0x007f4976161298 @raw_response=#&amp;lt;Net::HTTPOK 200 OK readbody=true&amp;gt;, @transaction=#&amp;lt;AuthorizeNet::CIM::Transaction:0x007f49762feb28 @fields={:method=&amp;gt;"CC", :card_num=&amp;gt;"5555555555554444", :exp_date=&amp;gt;"01-2018", :validation_mode=&amp;gt;:none, :customer_profile_id=&amp;gt;"1502593898"}, @api_login_id="47x3vKE6", @api_transaction_key="7b4aE92S6Jtfu4wr", @response=#&amp;lt;AuthorizeNet::CIM::Response:0x007f4976161298 ...&amp;gt;, @type="createCustomerPaymentProfileRequest", @verify_ssl=true, @reference_id=nil, @gateway="https://apitest.authorize.net/xml/v1/request.api", @delim_char=",", @encap_char=nil, @custom_fields={}, @xml="&amp;lt;?xml version=\"1.0\" encoding=\"utf-8\"?&amp;gt;\n&amp;lt;createCustomerPaymentProfileRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\"&amp;gt;\n  &amp;lt;merchantAuthentication&amp;gt;\n    &amp;lt;name&amp;gt;47x3vKE6&amp;lt;/name&amp;gt;\n    &amp;lt;transactionKey&amp;gt;7b4aE92S6Jtfu4wr&amp;lt;/transactionKey&amp;gt;\n  &amp;lt;/merchantAuthentication&amp;gt;\n  &amp;lt;customerProfileId&amp;gt;1502593898&amp;lt;/customerProfileId&amp;gt;\n  &amp;lt;paymentProfile&amp;gt;\n    &amp;lt;payment&amp;gt;\n      &amp;lt;creditCard&amp;gt;\n        &amp;lt;cardNumber&amp;gt;5555555555554444&amp;lt;/cardNumber&amp;gt;\n        &amp;lt;expirationDate&amp;gt;2017-10&amp;lt;/expirationDate&amp;gt;\n      &amp;lt;/creditCard&amp;gt;\n    &amp;lt;/payment&amp;gt;\n  &amp;lt;/paymentProfile&amp;gt;\n  &amp;lt;validationMode&amp;gt;none&amp;lt;/validationMode&amp;gt;\n&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;\n"&amp;gt;, @root=#&amp;lt;Nokogiri::XML::Element:0x3fa4bb0b0794 name="createCustomerPaymentProfileResponse" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Element:0x35e2ad8 name="messages" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Element:0x3fa4bb09d518 name="resultCode" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x3fa4bb019894 "Ok"&amp;gt;]&amp;gt;, #&amp;lt;Nokogiri::XML::Element:0x3fa4bb01913c name="message" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Element:0x3fa4bb09be20 name="code" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x3fa4bb01f71c "I00001"&amp;gt;]&amp;gt;, #&amp;lt;Nokogiri::XML::Element:0x3fa4bb09a804 name="text" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x3fa4bb01e998 "Successful."&amp;gt;]&amp;gt;]&amp;gt;]&amp;gt;, #&amp;lt;Nokogiri::XML::Element:0x3fa4bb087808 name="customerProfileId" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x3fa4bb0314a8 "1502593898"&amp;gt;]&amp;gt;, #&amp;lt;Nokogiri::XML::Element:0x3fa4bb08641c name="customerPaymentProfileId" namespace=#&amp;lt;Nokogiri::XML::Namespace:0x3fa4bb0b05c8 href="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; children=[#&amp;lt;Nokogiri::XML::Text:0x3fa4bb0301c0 "1502127815"&amp;gt;]&amp;gt;]&amp;gt;, @result_code="Ok", @message_code="I00001", @message_text="Successful.", @reference_id=nil, @customer_profile_id="1502593898", @customer_payment_profile_id="1502127815", @customer_payment_profile_id_list=nil, @customer_shipping_address_id_list=nil, @customer_address_id=nil, @validation_direct_response_list=nil, @validation_direct_response=nil, @direct_response=nil, @customer_profile_id_list=nil, @address=nil, @payment_profile=nil, @profile=nil, @token=nil&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG src="https://gm1.ggpht.com/Egwo-GTFVrR-YbW1vEK_shXidesvKC938nqq8vsAAjiQtKAKwhnp_RzHiiUs-nrnorEhDdNsQt2rKznn86Zz8ms0j067xFmDxxoQ13FXkN2gyQvSpjAKHRZuUz_KpcrwOQLQynchJqNFHjMuvizq9RY5Xevua1yC2XQWqciq1ijcJ3iHVWaq0AOq2sNYmMFoOz1pRB1GEoXvKJtXW2OkpBnGywXK3p2Oe4FADCE8pNXevef-tJygAf9Scr2341dVcWyj0DMFbfpb0XMrfslhuzgyIhBTvwBmWif5WYtdQ2q0tgRIoiHG5AsTp2fz7rn7c1yfKmLk2ltSbScHtdFrUV3UPsDvbm_A_B2--XQ4BWQXQaRSA1YX5X5vbRMpyfRw1K4sx4WMAJofxmEpUHzchNuPJMwKesjGz9iO23QY7VJSVY9RGlShx6M5Qu_K6A-9_28Drrr_DBRWQKjv47z7HhFcs0OQAEcJ3OGjgFQN8VNC9ijv7xu2Q_aJLAMfynNReF1Uflps9QvU8ZFzG0RX7ZbVwAS_uTm8yJzn8EjxItMf_KCukinyCPrG1H_k9zURQqDwa5ybE2LJLsRscv92v30sI73OCv8g2t1cU1W8OCM0tHIqbEM8o7TltB9ibDs-WHVPsJMVcJSX3EE9GJx13zOp1IzCSDq5v-DEsBMg4lJslIsqpVIn03umMXUsFQ=w1348-h64-l75-ft" border="0" alt="" width="757" height="38" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I am trying is - Its Ruby code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could&amp;nbsp;anyone please let me know what needs correction here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;def confirm

profile = AuthorizeNet::CIM::CustomerProfile.new(
    :email =&amp;gt; "web@web.com",
    :id =&amp;gt; "1221",
    :description =&amp;gt; "Creating Customer Profile"
)
profile_response = make_connection_to_api.create_profile(profile)
profile_response.profile_id if profile_response.success?
# current_user.update_attribute(:profile_id,profile_response.profile_id)
payment_profile = AuthorizeNet::CIM::PaymentProfile.new(
    :payment_method =&amp;gt; AuthorizeNet::CreditCard.new("#{params['credit_card']}", "#{params['month_num']}-#{params['year_num']}")
)
response = make_connection_to_api.create_payment_profile(payment_profile, "#{profile_response.profile_id}")
response.payment_profile_id if response.success?
# current_user.update_attribute(:payment_profile_id,response.payment_profile_id)
puts response.inspect

end

def make_connection_to_api
  AuthorizeNet::CIM::Transaction.new(API_LOGIN, API_KEY, :gateway =&amp;gt; :sandbox)
end&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:45:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60205#M34764</guid>
      <dc:creator>webitdev2015</dc:creator>
      <dc:date>2017-10-17T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: I am unable to validate credit card from user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60213#M34771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22495"&gt;@webitdev2015&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look through our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/#customer-profiles" target="_blank" rel="nofollow noopener noreferrer"&gt;Customer Profiles API examples&lt;/A&gt;, specifically the Ruby samples in the "Sample Code" tabs there. The code you're using is using an older deprecated API, and I can't guarantee that it behaves the same way as our current one.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 20:55:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60213#M34771</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-10-17T20:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: I am unable to validate credit card from user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60223#M34781</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Per your suggestions from other question I am trying the below code but it giving me very strange error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;def confirm
    request = AuthorizeNet::API::CreateCustomerProfileRequest.new(nil,nil,nil, validation_mode: 'liveMode')
    payment = AuthorizeNet::API::PaymentType.new(AuthorizeNet::API::CreditCardType.new('4111111111111111', '2020-05'))
    profile = AuthorizeNet::API::CustomerPaymentProfileType.new(nil, nil, payment, nil, nil)
    request.profile = AuthorizeNet::API::CustomerProfileType.new('jdoe'+rand(10000).to_s, 'John2 Doe', rand(10000).to_s + '@mail.com', [profile], nil)

    response = make_connection_to_api.create_customer_profile(request)

    if response.messages.resultCode == AuthorizeNet::API::MessageTypeEnum::Ok
      puts "Successfully created a customer profile with id:  #{response.customerProfileId}"
      puts "Customer Payment Profile Id List:"
      response.customerPaymentProfileIdList.numericString.each do |id|
        puts id
      end
      puts "Customer Shipping Address Id List:"
      response.customerShippingAddressIdList.numericString.each do |id|
        puts id
      end
    else
      puts response.messages.messages[0].text
      puts "Failed to create a new customer profile."
    end
    puts response.inspect
end

def make_connection_to_api
    AuthorizeNet::API::Transaction.new(API_LOGIN, API_KEY, :gateway =&amp;gt; :sandbox)
  end&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The element 'paymentProfiles' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' cannot contain text. List of possible elements expected: 'customerType, billTo, payment, driversLicense, taxId, defaultPaymentProfile' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Failed to create a new customer profile.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please put me in right direction? I am not able to get through it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 22:16:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60223#M34781</guid>
      <dc:creator>webitdev2015</dc:creator>
      <dc:date>2017-10-18T22:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: I am unable to validate credit card from user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60270#M34819</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22495"&gt;@webitdev2015&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll take this up in the issue on GitHub:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-ruby/issues/49" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-ruby/issues/49&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:52:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/I-am-unable-to-validate-credit-card-from-user/m-p/60270#M34819</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-10-24T20:52:36Z</dc:date>
    </item>
  </channel>
</rss>

