<?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 How can I get a Payment Token when using Cybersource SOAP API in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/How-can-I-get-a-Payment-Token-when-using-Cybersource-SOAP-API/m-p/84128#M373</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I have a test payment with the Cybersource SOAP API like below but I'm not able to get it to return a payment token that I can use for payments in future without using the credit card details each times:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&amp;lt;?xml version=&lt;SPAN class=""&gt;"1.0"&lt;/SPAN&gt; encoding=&lt;SPAN class=""&gt;"UTF-8"&lt;/SPAN&gt;?&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;soapenv:Envelope&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns:soapenv&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"http://schemas.xmlsoap.org/soap/envelope/"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;soapenv:Header&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:Security&lt;/SPAN&gt; &lt;SPAN class=""&gt;soapenv:mustUnderstand&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"1"&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns:wsse&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:UsernameToken&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:Username&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;{{merchant_id}}&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:Username&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:Password&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;{{SOAP KEY}}&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:Password&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:UsernameToken&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:Security&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;soapenv:Header&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;soapenv:Body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;requestMessage&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"urn:schemas-cybersource-com:transaction-data-1.150"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;merchantID&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;{{merchant_id}}&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;merchantID&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;merchantReferenceCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;kjdhflasjfhlasdjfasdf&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;merchantReferenceCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;billTo&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;firstName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;John&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;firstName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;lastName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;Doe&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;lastName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;street1&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;1295 Charleston Road&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;street1&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;city&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;Mountain View&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;city&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;state&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;CA&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;state&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;postalCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;94043&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;postalCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;country&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;US&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;country&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;email&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;null@cybersource.com&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;email&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;billTo&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;item&lt;/SPAN&gt; &lt;SPAN class=""&gt;id&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"0"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;5.00&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;1&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;item&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;item&lt;/SPAN&gt; &lt;SPAN class=""&gt;id&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"1"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;10.00&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;2&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;item&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;purchaseTotals&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;currency&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;ZMW&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;currency&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;purchaseTotals&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;card&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;accountNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;4111111111111111&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;accountNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;expirationMonth&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;11&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;expirationMonth&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;expirationYear&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;2020&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;expirationYear&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;cvNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;123&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;cvNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;card&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;ccAuthService&lt;/SPAN&gt; &lt;SPAN class=""&gt;run&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"true"&lt;/SPAN&gt;/&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;requestMessage&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;soapenv:Body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;soapenv:Envelope&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response will now have a subscriptionID in it, that is your token to use in place of the card account number. You might find the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://apps.cybersource.com/library/documentation/dev_guides/Payment_Tokenization/SO_API/Payment_Tokenization_SO_API.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;tokenization guide&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://e-chats.com/omegle" target="_blank" rel="noopener"&gt;/echat&lt;/A&gt;&lt;A href="https://chatspin.download" target="_blank" rel="noopener"&gt;spin&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;useful.&lt;/P&gt;&lt;P&gt;You should not expose your merchantID and SOAP Key here. Please edit your question to remove them.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 09:54:09 GMT</pubDate>
    <dc:creator>VictorJohnsonan</dc:creator>
    <dc:date>2022-09-14T09:54:09Z</dc:date>
    <item>
      <title>How can I get a Payment Token when using Cybersource SOAP API</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/How-can-I-get-a-Payment-Token-when-using-Cybersource-SOAP-API/m-p/84128#M373</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I have a test payment with the Cybersource SOAP API like below but I'm not able to get it to return a payment token that I can use for payments in future without using the credit card details each times:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&amp;lt;?xml version=&lt;SPAN class=""&gt;"1.0"&lt;/SPAN&gt; encoding=&lt;SPAN class=""&gt;"UTF-8"&lt;/SPAN&gt;?&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;soapenv:Envelope&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns:soapenv&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"http://schemas.xmlsoap.org/soap/envelope/"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;soapenv:Header&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:Security&lt;/SPAN&gt; &lt;SPAN class=""&gt;soapenv:mustUnderstand&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"1"&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns:wsse&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:UsernameToken&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:Username&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;{{merchant_id}}&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:Username&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;wsse:Password&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;{{SOAP KEY}}&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:Password&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:UsernameToken&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;wsse:Security&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;soapenv:Header&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;soapenv:Body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;requestMessage&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"urn:schemas-cybersource-com:transaction-data-1.150"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;merchantID&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;{{merchant_id}}&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;merchantID&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;merchantReferenceCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;kjdhflasjfhlasdjfasdf&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;merchantReferenceCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;billTo&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;firstName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;John&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;firstName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;lastName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;Doe&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;lastName&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;street1&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;1295 Charleston Road&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;street1&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;city&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;Mountain View&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;city&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;state&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;CA&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;state&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;postalCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;94043&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;postalCode&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;country&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;US&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;country&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;email&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;null@cybersource.com&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;email&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;billTo&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;item&lt;/SPAN&gt; &lt;SPAN class=""&gt;id&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"0"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;5.00&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;1&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;item&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;item&lt;/SPAN&gt; &lt;SPAN class=""&gt;id&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"1"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;10.00&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;unitPrice&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;2&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;quantity&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;item&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;purchaseTotals&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;currency&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;ZMW&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;currency&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;purchaseTotals&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;card&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;accountNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;4111111111111111&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;accountNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;expirationMonth&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;11&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;expirationMonth&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;expirationYear&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;2020&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;expirationYear&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;cvNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;123&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;cvNumber&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;card&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;&amp;lt;&lt;SPAN class=""&gt;ccAuthService&lt;/SPAN&gt; &lt;SPAN class=""&gt;run&lt;/SPAN&gt;=&lt;SPAN class=""&gt;"true"&lt;/SPAN&gt;/&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;requestMessage&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;soapenv:Body&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class=""&gt;&amp;lt;/&lt;SPAN class=""&gt;soapenv:Envelope&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response will now have a subscriptionID in it, that is your token to use in place of the card account number. You might find the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://apps.cybersource.com/library/documentation/dev_guides/Payment_Tokenization/SO_API/Payment_Tokenization_SO_API.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;tokenization guide&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://e-chats.com/omegle" target="_blank" rel="noopener"&gt;/echat&lt;/A&gt;&lt;A href="https://chatspin.download" target="_blank" rel="noopener"&gt;spin&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;useful.&lt;/P&gt;&lt;P&gt;You should not expose your merchantID and SOAP Key here. Please edit your question to remove them.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 09:54:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/How-can-I-get-a-Payment-Token-when-using-Cybersource-SOAP-API/m-p/84128#M373</guid>
      <dc:creator>VictorJohnsonan</dc:creator>
      <dc:date>2022-09-14T09:54:09Z</dc:date>
    </item>
  </channel>
</rss>

