<?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>thread Re: Square Payment Form Getting Card Type Prepaid/Debit/Credit in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Payment-Form-Getting-Card-Type-Prepaid-Debit-Credit/m-p/127733#M94010</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/107"&gt;@Helen&lt;/a&gt;&amp;nbsp;! I think this information would be valuable to developers and would eliminate security risks (binlist client side verification) if handled by square securely.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 17:47:14 GMT</pubDate>
    <dc:creator>joesh</dc:creator>
    <dc:date>2019-07-15T17:47:14Z</dc:date>
    <item>
      <title>Square Payment Form Getting Card Type Prepaid/Debit/Credit</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Payment-Form-Getting-Card-Type-Prepaid-Debit-Credit/m-p/127505#M94008</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Im interested in getting additional card information when the Square payment form callback is executed. The callback is cardNonceResponseReceived, and according to the documentation it has these fields:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="postcell post-layout--right"&gt;
&lt;DIV class="post-text"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;card_brand&lt;/STRONG&gt;: an enum value indicating the brand of the credit card used:&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;last_4&lt;/STRONG&gt;: the last 4 digits of the card number&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;exp_month&lt;/STRONG&gt;: the 2-digit month of the expiration date&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;exp_year&lt;/STRONG&gt;: the 4-digit year of the expiration date&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;billing_postal_code&lt;/STRONG&gt;: the postal code provided, or null if postal code is disabled.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;digital_wallet_type&lt;/STRONG&gt;: an enum value indicating the type of digital wallet that contains the credit card&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;What I want is an indication of whether the card is prepaid.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.squareup.com/docs/api/paymentform#cardnonceresponsereceived" target="_blank" rel="noopener"&gt;Documentation of Square&lt;SPAN&gt;&amp;nbsp;for callback&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.stripe.com/questions/find-the-type-of-card-a-customer-is-using" target="_blank" rel="noopener"&gt;Documentation of Stripe which has this field on callback&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to get this information in any other way? Is there a dedicated place for questions like this?&amp;nbsp;&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;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Jul 2019 19:20:56 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Payment-Form-Getting-Card-Type-Prepaid-Debit-Credit/m-p/127505#M94008</guid>
      <dc:creator>joesh</dc:creator>
      <dc:date>2019-07-11T19:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Square Payment Form Getting Card Type Prepaid/Debit/Credit</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Payment-Form-Getting-Card-Type-Prepaid-Debit-Credit/m-p/127628#M94009</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/186156"&gt;@joesh&lt;/a&gt;. At this time we don't surface if a card is prepaid or not. I'll let the team know that this is information you'd like to have! In the meantime if you have additional quesitons you could join the &lt;A href="https://buildwithsquare.slack.com/join/shared_invite/enQtMzM2NjYwODYzMDA5LTI2NWFlZGZiMzYwYTJlZGZjYmNmMzc1MThjZGU4NTQ3NzQ0MDE0MGEwOWYzZGViZDc1Yzk3MzVjODEyNmIwYzY?" target="_blank"&gt;Square Developers Slack Workspace&lt;/A&gt;!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 23:01:37 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Payment-Form-Getting-Card-Type-Prepaid-Debit-Credit/m-p/127628#M94009</guid>
      <dc:creator>Helen</dc:creator>
      <dc:date>2019-07-12T23:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Square Payment Form Getting Card Type Prepaid/Debit/Credit</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Payment-Form-Getting-Card-Type-Prepaid-Debit-Credit/m-p/127733#M94010</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/107"&gt;@Helen&lt;/a&gt;&amp;nbsp;! I think this information would be valuable to developers and would eliminate security risks (binlist client side verification) if handled by square securely.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 17:47:14 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Payment-Form-Getting-Card-Type-Prepaid-Debit-Credit/m-p/127733#M94010</guid>
      <dc:creator>joesh</dc:creator>
      <dc:date>2019-07-15T17:47:14Z</dc:date>
    </item>
  </channel>
</rss>

