Skip to content

Commit 1599b97

Browse files
[skip ci] Updates
1 parent e2b296c commit 1599b97

2 files changed

Lines changed: 20 additions & 9 deletions

File tree

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
66
<link>https://preview.developer.concur.com/</link>
77
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Wed, 25 Feb 2026 20:57:24 +0000</pubDate>
9-
<lastBuildDate>Wed, 25 Feb 2026 20:57:24 +0000</lastBuildDate>
8+
<pubDate>Wed, 25 Feb 2026 22:03:04 +0000</pubDate>
9+
<lastBuildDate>Wed, 25 Feb 2026 22:03:04 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

tools-support/release-notes/api/2026-02-04.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,13 @@ <h2 id="new-this-month">New This Month</h2>
428428
<h3 id="now-available-detokenizer-dtk-v5">Now Available: Detokenizer (DTK) v5</h3>
429429
<p>The FIPS Compliant v5 Credit Card Detokenization API will be set to launch within the CCPS environment for IBCP customers. This compliance-driven initiative aligns with the Federal Information Processor Standards (FIPS) to ensure robust protection of sensitive data, per U.S. federal requirements. For customers with entities in CCPS and IBCP card programs, the Detokenizer (DTK) functionality will be integral to the payment file process.</p>
430430

431-
<p><strong>Overview</strong>
432-
The Detokenizer service ensures secure transmission of sensitive data (card number) to customers as part of the remittance file creation process running at caller applications like ICS and CWS, in which the full, unmasked credit card number is required for the correct application of payments.</p>
431+
<p><strong>Overview</strong></p>
433432

434-
<p><strong>API Details</strong>
435-
The Detokenizer v5 API exposes the following resources and these must be called sequentially:</p>
433+
<p>The Detokenizer service ensures secure transmission of sensitive data (card number) to customers as part of the remittance file creation process running at caller applications like ICS and CWS, in which the full, unmasked credit card number is required for the correct application of payments.</p>
434+
435+
<p><strong>API Details</strong></p>
436+
437+
<p>The Detokenizer v5 API exposes the following resources and these must be called sequentially:</p>
436438

437439
<table>
438440
<thead>
@@ -453,7 +455,15 @@ <h3 id="now-available-detokenizer-dtk-v5">Now Available: Detokenizer (DTK) v5</h
453455
</tbody>
454456
</table>
455457

456-
<p>The first DTK v5 API will return the RSA public key and version of the RSA public key. The caller needs to wrap their symmetric key using this public key and this wrapped symmetric key needs to be passed to the second DTK v5 API along with the version earlier mentioned, and the mandatory credit card GUID received from client request to provide encrypted credit card account number.</p>
458+
<p>The first resource “RSAPublicKey” will return the RSA public key and version for the RSA public key. The caller needs to encrypt their symmetric key using this public key. This encrypted symmetric key and version needs to be passed to the “Credit Card Account Details” resource, along with the mandatory Credit Card GUID parameter to retrieve the encrypted credit card account number. The Credit Card GUID parameter can be retrieved from “cardAccountID” value available in the Financial Integration Service (FIS) payload.</p>
459+
460+
<p><strong>Limitations</strong></p>
461+
462+
<ul>
463+
<li>Access to this documentation does not provide access to the API.</li>
464+
</ul>
465+
466+
<p>This API is only for public use to support various SAP integration features or to the SAP Concur customer that has established corporate credit card accounts involved in the data (the “Customer Corporate Card Holder”). Such use must be in compliance with regulations and other industry standards, including but not limited to Payment Card Industry Data Security Standards (PCI DSS).</p>
457467

458468
<h3 id="important-upcoming-shutdown-of-request-v1-v3-and-v31">Important! Upcoming Shutdown of Request V1, V3, and V3.1</h3>
459469

@@ -513,8 +523,9 @@ <h3 id="preview-removal-of-concurprofile-and-concurapp-fields-from-access-tokens
513523
<li>Removal from Production environments — week of April 6</li>
514524
</ul>
515525

516-
<p><strong>Required Action</strong>
517-
If your integration consumes either the <code class="language-plaintext highlighter-rouge">concur.profile</code> or <code class="language-plaintext highlighter-rouge">concur.app</code> fields from a JWT, update your implementation to remove this dependency by forming the necessary URL directly in your code.</p>
526+
<p><strong>Required Action</strong></p>
527+
528+
<p>If your integration consumes either the <code class="language-plaintext highlighter-rouge">concur.profile</code> or <code class="language-plaintext highlighter-rouge">concur.app</code> fields from a JWT, update your implementation to remove this dependency by forming the necessary URL directly in your code.</p>
518529

519530
<h2 id="previews">Previews</h2>
520531

0 commit comments

Comments
 (0)