<?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: Create payment profile using card nonce or token of a customer in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-payment-profile-using-card-nonce-or-token-of-a-customer/m-p/66339#M39891</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28521"&gt;@puneetjindal308&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Accept.js to create&amp;nbsp;&lt;SPAN&gt;one-time-use token for card and add them to payment profile.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html#Using_the_Payment_Nonce_in_an_API_Request_From_Your_Server" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html#Using_the_Payment_Nonce_in_an_API_Request_From_Your_Server&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt; &amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;78BZ5Xprry&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;transactionKey&amp;gt;8s2F95Q7brhHd7Tn&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt; &amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt; &amp;lt;profile&amp;gt;&lt;BR /&gt; &amp;lt;merchantCustomerId&amp;gt;Merchant_Customer_ID&amp;lt;/merchantCustomerId&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Profile description here&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;email&amp;gt;customer-profile-email@here.com&amp;lt;/email&amp;gt;&lt;BR /&gt; &amp;lt;paymentProfiles&amp;gt;&lt;BR /&gt; &amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;&lt;BR /&gt; &amp;lt;payment&amp;gt;&lt;BR /&gt; &amp;lt;opaqueData&amp;gt;&lt;BR /&gt; &amp;lt;dataDescriptor&amp;gt;COMMON.ACCEPT.INAPP.PAYMENT&amp;lt;/dataDescriptor&amp;gt;&lt;BR /&gt; &amp;lt;dataValue&amp;gt;eyJjb2RlIjoiNTBfMl8wNjAwMDUyNUMxREY1NEVGNDBGQkNDNDdCNTk3QjI2QzI5MjAzNUJEOTUwRTQ3MjBCMTJDODM2NDk2NDhBMTgwNjg4RTlENTZGMDg5RTE1MEJGMjI4Q0U0NkJCMzQ3QzcwODk1QjE5IiwidG9rZW4iOiI5NTI3ODM1MzMxMzgzOTQ5MTA0NjA0IiwidiI6IjEuMSJ9&amp;lt;/dataValue&amp;gt;&lt;BR /&gt; &amp;lt;/opaqueData&amp;gt;&lt;BR /&gt; &amp;lt;/payment&amp;gt;&lt;BR /&gt; &amp;lt;/paymentProfiles&amp;gt;&lt;BR /&gt; &amp;lt;/profile&amp;gt;&lt;BR /&gt; &amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Feb 2019 09:57:11 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2019-02-10T09:57:11Z</dc:date>
    <item>
      <title>Create payment profile using card nonce or token of a customer</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-payment-profile-using-card-nonce-or-token-of-a-customer/m-p/66325#M39880</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to know that is there is any method that I will add a customer payment profile using card token or card nonce without sending the all details of the card. Example:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we send in the profile is the card number, cvv number, expirey date and year. but I want to know that is there any method that when customer fill the card details and then it will generate the token or nonce by using form and this is one time token or card nonce then we will create a payment profile of the customer. Is it possible in #authorize.net?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 09:20:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-payment-profile-using-card-nonce-or-token-of-a-customer/m-p/66325#M39880</guid>
      <dc:creator>puneetjindal308</dc:creator>
      <dc:date>2019-02-09T09:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create payment profile using card nonce or token of a customer</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-payment-profile-using-card-nonce-or-token-of-a-customer/m-p/66339#M39891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28521"&gt;@puneetjindal308&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Accept.js to create&amp;nbsp;&lt;SPAN&gt;one-time-use token for card and add them to payment profile.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html#Using_the_Payment_Nonce_in_an_API_Request_From_Your_Server" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html#Using_the_Payment_Nonce_in_an_API_Request_From_Your_Server&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt; &amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;78BZ5Xprry&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;transactionKey&amp;gt;8s2F95Q7brhHd7Tn&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt; &amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt; &amp;lt;profile&amp;gt;&lt;BR /&gt; &amp;lt;merchantCustomerId&amp;gt;Merchant_Customer_ID&amp;lt;/merchantCustomerId&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Profile description here&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;email&amp;gt;customer-profile-email@here.com&amp;lt;/email&amp;gt;&lt;BR /&gt; &amp;lt;paymentProfiles&amp;gt;&lt;BR /&gt; &amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;&lt;BR /&gt; &amp;lt;payment&amp;gt;&lt;BR /&gt; &amp;lt;opaqueData&amp;gt;&lt;BR /&gt; &amp;lt;dataDescriptor&amp;gt;COMMON.ACCEPT.INAPP.PAYMENT&amp;lt;/dataDescriptor&amp;gt;&lt;BR /&gt; &amp;lt;dataValue&amp;gt;eyJjb2RlIjoiNTBfMl8wNjAwMDUyNUMxREY1NEVGNDBGQkNDNDdCNTk3QjI2QzI5MjAzNUJEOTUwRTQ3MjBCMTJDODM2NDk2NDhBMTgwNjg4RTlENTZGMDg5RTE1MEJGMjI4Q0U0NkJCMzQ3QzcwODk1QjE5IiwidG9rZW4iOiI5NTI3ODM1MzMxMzgzOTQ5MTA0NjA0IiwidiI6IjEuMSJ9&amp;lt;/dataValue&amp;gt;&lt;BR /&gt; &amp;lt;/opaqueData&amp;gt;&lt;BR /&gt; &amp;lt;/payment&amp;gt;&lt;BR /&gt; &amp;lt;/paymentProfiles&amp;gt;&lt;BR /&gt; &amp;lt;/profile&amp;gt;&lt;BR /&gt; &amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 09:57:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-payment-profile-using-card-nonce-or-token-of-a-customer/m-p/66339#M39891</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2019-02-10T09:57:11Z</dc:date>
    </item>
  </channel>
</rss>

