Skip to content

Commit 31068f1

Browse files
[skip ci] Updates
1 parent 0e3e583 commit 31068f1

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

api-reference/detokenizer/v5.detokenizer-get-started.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,14 +1295,15 @@
12951295

12961296
<h1 id="detokenizer-v5">Detokenizer v5</h1>
12971297

1298-
<p>The Detokenizer API allows clients to retrieve the user’s credit card number from Concur Expense in a secure way. It returns the user’s credit card number encrypted with a symmetric key that the client provides in the request. The client will be able to decrypt the user’s credit card number using their symmetric key. The detokenizer V5 version is FIPS compliant so that customers with IBCP card programs can benefit with credit card detokenizer functionality in CCPS environment. This API 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>
1298+
<p>The Detokenizer v5 API allows clients to retrieve the user’s credit card number from Concur Expense in a secure way. It returns the user’s credit card number encrypted with a symmetric key that the client provides in the request. The client will be able to decrypt the user’s credit card number using their symmetric key. The Detokenizer v5 API is FIPS compliant so that customers with IBCP card programs can benefit with credit card detokenizer functionality in CCPS environment. This API 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>
12991299

13001300
<h2 id="authentication"><a name="authentication"></a>Authentication</h2>
1301+
13011302
<p>Authentication is done via company JWT with required scope <code class="language-plaintext highlighter-rouge">creditcardaccount.read</code>. The company JWT refers to the token belonging to the company whose data is being accessed. If a company is accessing data on behalf of another company, then the calling company should invoke the detokenizer API using the JWT of the company that owns the card data. For example, if a company XYZ wants to call the detokenizer API on behalf of another company ABC, then the company XYZ should access the API using ABC’s company JWT.</p>
13021303

13031304
<h2 id="overview"><a name="overview"></a>Overview</h2>
13041305

1305-
<p>The detokenizer v5 API exposes the following resources and these have to be called sequentially:</p>
1306+
<p>The Detokenizer v5 API exposes the following resources and these have to be called sequentially:</p>
13061307

13071308
<table>
13081309
<thead>
@@ -1325,9 +1326,7 @@ <h2 id="overview"><a name="overview"></a>Overview</h2>
13251326

13261327
<h2 id="limitations"><a name="limitations"></a>Limitations</h2>
13271328

1328-
<ul>
1329-
<li>Access to this documentation does not provide access to the API.</li>
1330-
</ul>
1329+
<p>Access to this documentation does not provide access to the API.</p>
13311330

13321331
<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>
13331332

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>Thu, 26 Feb 2026 17:35:30 +0000</pubDate>
9-
<lastBuildDate>Thu, 26 Feb 2026 17:35:30 +0000</lastBuildDate>
8+
<pubDate>Thu, 26 Feb 2026 18:01:51 +0000</pubDate>
9+
<lastBuildDate>Thu, 26 Feb 2026 18:01:51 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)