From 3de1a3898e65e979086a955b9a237a04a2e1fb8b Mon Sep 17 00:00:00 2001 From: meena-priya Date: Fri, 13 Feb 2026 15:39:26 -0600 Subject: [PATCH 1/3] DTK - Minor updates to documentation before publishing 1. Add detail to know where get the creditCardGuid for the request 2. Let users know the API is available in all the enviroments. --- .../detokenizer/v5.detokenizer-get-started.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown b/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown index a9818be25..45597e505 100644 --- a/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown +++ b/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown @@ -24,7 +24,7 @@ Credit Card Account Details|Retrieve credit card number via Detokenizer API. ## Limitations 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.

-These APIs are available only in CCPS environment currently. Later, it will be available for other commercial environments also. +These APIs are available in commercial and CCPS environments. ## Process Flow ![DetokenizerV5ProcessFlow](./v5.detokenizer-get-started-process-flow.png) @@ -163,7 +163,7 @@ POST https://{region}.api.concursolutions.com/detokenizer/v5/creditcards/{credit Name|Type|Format|Description ---|---|---|--- -`creditCardGuid`|`string`|-|Credit card GUID - Its a token which represent credit card number in concur expense. +`creditCardGuid`|`string`|-|Credit card GUID - Its a token which represent credit card number in concur expense. This creditCardGuid can be obtained from cardAccountID field from FIS. #### Headers From 91743dbb4d0c5f15bb95dd9ac98fad6eeed7518c Mon Sep 17 00:00:00 2001 From: meena-priya Date: Fri, 13 Feb 2026 16:37:02 -0600 Subject: [PATCH 2/3] Update v5.detokenizer-get-started.markdown --- .../detokenizer/v5.detokenizer-get-started.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown b/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown index 45597e505..f4304d701 100644 --- a/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown +++ b/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown @@ -163,8 +163,7 @@ POST https://{region}.api.concursolutions.com/detokenizer/v5/creditcards/{credit Name|Type|Format|Description ---|---|---|--- -`creditCardGuid`|`string`|-|Credit card GUID - Its a token which represent credit card number in concur expense. This creditCardGuid can be obtained from cardAccountID field from FIS. - +`creditCardGuid`|`string`|-|Credit card GUID - Its a token which represent credit card number in concur expense. This creditCardGuid can be obtained from cardAccountID field available in the Financial Integration Service (FIS) data. #### Headers * [RFC 7235 Authorization](https://tools.ietf.org/html/rfc7235#section-4.2) : Header used for authorization. Should be specified in the format 'Bearer JWT_Token'. This is a Company JWT token. From 35c018c5faf66c567cda9b6d8fa9331930a29870 Mon Sep 17 00:00:00 2001 From: meena-priya Date: Thu, 19 Feb 2026 10:48:04 -0600 Subject: [PATCH 3/3] Update v5.detokenizer-get-started.markdown - Update as per review comments --- .../detokenizer/v5.detokenizer-get-started.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown b/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown index f4304d701..647d5ee08 100644 --- a/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown +++ b/src/api-reference/detokenizer/v5.detokenizer-get-started.markdown @@ -163,7 +163,7 @@ POST https://{region}.api.concursolutions.com/detokenizer/v5/creditcards/{credit Name|Type|Format|Description ---|---|---|--- -`creditCardGuid`|`string`|-|Credit card GUID - Its a token which represent credit card number in concur expense. This creditCardGuid can be obtained from cardAccountID field available in the Financial Integration Service (FIS) data. +`creditCardGuid`|`string`|-|Credit card GUID - It's a token which represents a credit card number in Concur Expense. This creditCardGuid can be obtained from the cardAccountID field available in the Financial Integration Service (FIS) data. #### Headers * [RFC 7235 Authorization](https://tools.ietf.org/html/rfc7235#section-4.2) : Header used for authorization. Should be specified in the format 'Bearer JWT_Token'. This is a Company JWT token.