<?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 Problems with preauthorization in the sandbox in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Problems-with-preauthorization-in-the-sandbox/m-p/87779#M1199</link>
    <description>&lt;P&gt;I'm trying to check card validity by using zero amount authorization with Node.js SDK in the sandbox, and there's an error occurred (See below)while attempting to send requests with test card info. Thus, I wanna know whether billing info is required for this operation or not, if so, why can I retrieved the tokens without providing such information(billTo and related properties) few days ago?&lt;/P&gt;&lt;P&gt;========================================&lt;BR /&gt;SDK versions: 0.0.45 - 0.0.50&lt;BR /&gt;Method: POST&lt;BR /&gt;Path: /pts/v2/payments&lt;BR /&gt;========================================&lt;BR /&gt;Request data&lt;BR /&gt;========================================&lt;BR /&gt;{&lt;BR /&gt;"clientReferenceInformation": {&lt;BR /&gt;"code": "20231012195317nokt1"&lt;BR /&gt;},&lt;BR /&gt;"paymentInformation": {&lt;BR /&gt;"card": {&lt;BR /&gt;"number": "************1111",&lt;BR /&gt;"expirationMonth": "01",&lt;BR /&gt;"expirationYear": "2024"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"processingInformation": {&lt;BR /&gt;"capture": false,&lt;BR /&gt;"actionTokenTypes": [&lt;BR /&gt;"paymentInstrument",&lt;BR /&gt;"customer"&lt;BR /&gt;],&lt;BR /&gt;"authorizationOptions": {&lt;BR /&gt;"ignoreAvsResult": true&lt;BR /&gt;},&lt;BR /&gt;"actionList": [&lt;BR /&gt;"TOKEN_CREATE"&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"orderInformation": {&lt;BR /&gt;"amountDetails": {&lt;BR /&gt;"totalAmount": "0",&lt;BR /&gt;"currency": "TWD"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"aggregatorInformation": {&lt;BR /&gt;"subMerchant": {&lt;BR /&gt;"id": "000"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"merchantInformation": {&lt;BR /&gt;"merchantDescriptor": {&lt;BR /&gt;"alternateName": "000"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;========================================&lt;BR /&gt;Response data&lt;BR /&gt;========================================&lt;BR /&gt;{&lt;BR /&gt;"id": "6971020183236578804953",&lt;BR /&gt;"submitTimeUtc": "2023-10-12T09:13:38Z",&lt;BR /&gt;"status": "INVALID_REQUEST",&lt;BR /&gt;"reason": "INVALID_DATA",&lt;BR /&gt;"message": "Declined - One or more fields in the request contains invalid data",&lt;BR /&gt;"details": [&lt;BR /&gt;{&lt;BR /&gt;"field": "orderInformation.billTo.lastName",&lt;BR /&gt;"reason": "INVALID_DATA"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 13:21:57 GMT</pubDate>
    <dc:creator>eddie</dc:creator>
    <dc:date>2023-10-12T13:21:57Z</dc:date>
    <item>
      <title>Problems with preauthorization in the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Problems-with-preauthorization-in-the-sandbox/m-p/87779#M1199</link>
      <description>&lt;P&gt;I'm trying to check card validity by using zero amount authorization with Node.js SDK in the sandbox, and there's an error occurred (See below)while attempting to send requests with test card info. Thus, I wanna know whether billing info is required for this operation or not, if so, why can I retrieved the tokens without providing such information(billTo and related properties) few days ago?&lt;/P&gt;&lt;P&gt;========================================&lt;BR /&gt;SDK versions: 0.0.45 - 0.0.50&lt;BR /&gt;Method: POST&lt;BR /&gt;Path: /pts/v2/payments&lt;BR /&gt;========================================&lt;BR /&gt;Request data&lt;BR /&gt;========================================&lt;BR /&gt;{&lt;BR /&gt;"clientReferenceInformation": {&lt;BR /&gt;"code": "20231012195317nokt1"&lt;BR /&gt;},&lt;BR /&gt;"paymentInformation": {&lt;BR /&gt;"card": {&lt;BR /&gt;"number": "************1111",&lt;BR /&gt;"expirationMonth": "01",&lt;BR /&gt;"expirationYear": "2024"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"processingInformation": {&lt;BR /&gt;"capture": false,&lt;BR /&gt;"actionTokenTypes": [&lt;BR /&gt;"paymentInstrument",&lt;BR /&gt;"customer"&lt;BR /&gt;],&lt;BR /&gt;"authorizationOptions": {&lt;BR /&gt;"ignoreAvsResult": true&lt;BR /&gt;},&lt;BR /&gt;"actionList": [&lt;BR /&gt;"TOKEN_CREATE"&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"orderInformation": {&lt;BR /&gt;"amountDetails": {&lt;BR /&gt;"totalAmount": "0",&lt;BR /&gt;"currency": "TWD"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"aggregatorInformation": {&lt;BR /&gt;"subMerchant": {&lt;BR /&gt;"id": "000"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"merchantInformation": {&lt;BR /&gt;"merchantDescriptor": {&lt;BR /&gt;"alternateName": "000"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;========================================&lt;BR /&gt;Response data&lt;BR /&gt;========================================&lt;BR /&gt;{&lt;BR /&gt;"id": "6971020183236578804953",&lt;BR /&gt;"submitTimeUtc": "2023-10-12T09:13:38Z",&lt;BR /&gt;"status": "INVALID_REQUEST",&lt;BR /&gt;"reason": "INVALID_DATA",&lt;BR /&gt;"message": "Declined - One or more fields in the request contains invalid data",&lt;BR /&gt;"details": [&lt;BR /&gt;{&lt;BR /&gt;"field": "orderInformation.billTo.lastName",&lt;BR /&gt;"reason": "INVALID_DATA"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 13:21:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Problems-with-preauthorization-in-the-sandbox/m-p/87779#M1199</guid>
      <dc:creator>eddie</dc:creator>
      <dc:date>2023-10-12T13:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with preauthorization in the sandbox</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Problems-with-preauthorization-in-the-sandbox/m-p/88431#M1310</link>
      <description>&lt;P&gt;Hi, add order billing information.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 13:38:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Problems-with-preauthorization-in-the-sandbox/m-p/88431#M1310</guid>
      <dc:creator>mateo</dc:creator>
      <dc:date>2023-12-28T13:38:31Z</dc:date>
    </item>
  </channel>
</rss>

