Skip to content

Commit 723c4d7

Browse files
[skip ci] Updates
1 parent 282905a commit 723c4d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 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 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>
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 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>
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. 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>
1308+
<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>
13091309

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

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

1212
</channel>

0 commit comments

Comments
 (0)