Skip to content

Commit 282905a

Browse files
[skip ci] Updates
1 parent 7ff3025 commit 282905a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,10 +1302,10 @@
13021302

13031303
<h1 id="detokenizer-v5">Detokenizer v5</h1>
13041304

1305-
<p>The Detokenizer service allows clients to retrieve the user’s credit card number from Concur Expense in a secure way. The Detokenizer service 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. V5 version of detokenizer service is FIPS compliant so that customers with IBCP card programs, can benefit with credit card detokenizer functionality in CCPS environment. The Detokenizer 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>
1305+
<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 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>
13061306

13071307
<h2 id="authentication"><a name="authentication"></a>Authentication</h2>
1308-
<p>Authentication is done via company JWT with required scope creditcardaccount.read. The company JWT refers to the token belonging to the company whose data is being accessed. &lt;/br&gt;&lt;/br&gt; 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. <br /><br /> Ex: If a company XYZ wants to call detokenizer api on behalf of another company ABC, then the company XYZ should access the api using ABC’s company jwt.</p>
1308+
<p>Authentication is done via company JWT with required scope creditcardaccount.read. 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>
13091309

13101310
<h2 id="overview"><a name="overview"></a>Overview</h2>
13111311

@@ -1332,7 +1332,7 @@ <h2 id="overview"><a name="overview"></a>Overview</h2>
13321332

13331333
<h2 id="limitations"><a name="limitations"></a>Limitations</h2>
13341334

1335-
<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). Access to this documentation does not provide access to the API.&lt;/br&gt;&lt;/br&gt;
1335+
<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). Access to this documentation does not provide access to the API.<br /><br />
13361336
These APIs are available only in CCPS environment currently. Later, it will be available for other commercial environments also.</p>
13371337
<h2 id="process-flow"><a name="process-flow"></a>Process Flow</h2>
13381338

@@ -1374,7 +1374,7 @@ <h2 id="access-token-usage-">Access Token Usage <a name="access-token-usage"></a
13741374

13751375
<h2 id="get-rsa-public-key-detail"><a name="RSAPublicKeyDetail-get"></a>Get RSA Public Key Detail</h2>
13761376

1377-
<p>Endpoint to retrieve RSA public Key. Returns RSA Public key for caller to consume the other V5 api i.e. Get Credit Card Account Details. This key would be used by caller to wrap their own symmetric key which would be passed to Get Credit Card Account Details api.</p>
1377+
<p>Endpoint to retrieve RSA public Key. Returns RSA Public key for caller to consume the other V5 API i.e. Get Credit Card Account Details. This key would be used by caller to wrap their own symmetric key which would be passed to Get Credit Card Account Details API.</p>
13781378

13791379
<h3 id="scopes">Scopes</h3>
13801380

@@ -1474,7 +1474,7 @@ <h2 id="get-credit-card-account-details-">Get Credit Card Account Details <a nam
14741474
<h3 id="prerequisite">Prerequisite</h3>
14751475

14761476
<ul>
1477-
<li>Publickey endpoint needs to be called and symmetricKey needs to be wrapped using same before making request to this api.</li>
1477+
<li>Publickey endpoint needs to be called and symmetricKey needs to be wrapped using same before making request to this API.</li>
14781478
</ul>
14791479

14801480
<h3 id="scopes-1">Scopes</h3>

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>Fri, 13 Jun 2025 20:36:25 +0000</pubDate>
9-
<lastBuildDate>Fri, 13 Jun 2025 20:36:25 +0000</lastBuildDate>
8+
<pubDate>Mon, 16 Jun 2025 16:25:50 +0000</pubDate>
9+
<lastBuildDate>Mon, 16 Jun 2025 16:25:50 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)