You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| | | | | --- | --- | --- | |**Token**<br>A Token can represent your tokenized Customer, Payment Instrument or Instrument Identifier information.| |**Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument or Instrument Identifier.
190
+
| | | | | --- | --- | --- | |**Token**<br>A Token can represent your tokenized Customer, Payment Instrument, Instrument Identifier or Tokenized Card information.| |**Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument, Instrument Identifier or Tokenized Card.<br>Optionally, **authenticated identities** information from Passkey authentication can be provided to potentially achieve liability shift, which may result in the return of an e-commerce indicator of 5 if successful.
191
191
This method makes a synchronous HTTP request by default. To make an
192
192
asynchronous HTTP request, please define a `callback` function
| | | | | --- | --- | --- | |**Token**<br>A Token can represent your tokenized Customer, Payment Instrument or Instrument Identifier information.| |**Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument or Instrument Identifier.
221
+
| | | | | --- | --- | --- | |**Token**<br>A Token can represent your tokenized Customer, Payment Instrument, Instrument Identifier or Tokenized Card information.| |**Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument, Instrument Identifier or Tokenized Card.<br>Optionally, **authenticated identities** information from Passkey authentication can be provided to potentially achieve liability shift, which may result in the return of an e-commerce indicator of 5 if successful.
222
222
This method makes a synchronous HTTP request by default. To make an
223
223
asynchronous HTTP request, please define a `callback` function
| | | | | --- | --- | --- | |**Tokenized Cards**<br>A Tokenized Card represents a network token. Network tokens perform better than regular card numbers and they are not necessarily invalidated when a cardholder loses their card, or it expires.
176
+
| | | | | --- | --- | --- | |**Tokenized Cards**<br>A Tokenized Card represents a network token. Network tokens perform better than regular card numbers and they are not necessarily invalidated when a cardholder loses their card, or it expires.
177
177
This method makes a synchronous HTTP request by default. To make an
178
178
asynchronous HTTP request, please define a `callback` function
| | | | | --- | --- | --- | |**Tokenized Cards**<br>A Tokenized Card represents a network token. Network tokens perform better than regular card numbers and they are not necessarily invalidated when a cardholder loses their card, or it expires.
206
+
| | | | | --- | --- | --- | |**Tokenized Cards**<br>A Tokenized Card represents a network token. Network tokens perform better than regular card numbers and they are not necessarily invalidated when a cardholder loses their card, or it expires.
207
207
This method makes a synchronous HTTP request by default. To make an
208
208
asynchronous HTTP request, please define a `callback` function
**Lifecycle Management Events**<br>Simulates an issuer life cycle manegement event for updates on the tokenized card. The events that can be simulated are: - Token status changes (e.g. active, suspended, deleted) - Updates to the underlying card, including card art changes, expiration date changes, and card number suffix. **Note:** This is only available in CAS environment.
302
-
This method makes a synchronous HTTP request by default. To make an
303
-
asynchronous HTTP request, please define a `callback` function
**Lifecycle Management Events**<br>Simulates an issuer life cycle manegement event for updates on the tokenized card. The events that can be simulated are: - Token status changes (e.g. active, suspended, deleted) - Updates to the underlying card, including card art changes, expiration date changes, and card number suffix. **Note:** This is only available in CAS environment.
333
-
This method makes a synchronous HTTP request by default. To make an
334
-
asynchronous HTTP request, please define a `callback` function
" to method post_issuer_life_cycle_simulation"%key
363
-
)
364
-
params[key] =val
365
-
delparams['kwargs']
366
-
# verify the required parameter 'profile_id' is set
367
-
if ('profile_id'notinparams) or (params['profile_id'] isNone):
368
-
self.logger.error("InvalidArgumentException : Missing the required parameter `profile_id` when calling `post_issuer_life_cycle_simulation`")
369
-
raiseValueError("Missing the required parameter `profile_id` when calling `post_issuer_life_cycle_simulation`")
370
-
# verify the required parameter 'tokenized_card_id' is set
371
-
if ('tokenized_card_id'notinparams) or (params['tokenized_card_id'] isNone):
372
-
self.logger.error("InvalidArgumentException : Missing the required parameter `tokenized_card_id` when calling `post_issuer_life_cycle_simulation`")
373
-
raiseValueError("Missing the required parameter `tokenized_card_id` when calling `post_issuer_life_cycle_simulation`")
374
-
# verify the required parameter 'post_issuer_life_cycle_simulation_request' is set
375
-
if ('post_issuer_life_cycle_simulation_request'notinparams) or (params['post_issuer_life_cycle_simulation_request'] isNone):
376
-
self.logger.error("InvalidArgumentException : Missing the required parameter `post_issuer_life_cycle_simulation_request` when calling `post_issuer_life_cycle_simulation`")
377
-
raiseValueError("Missing the required parameter `post_issuer_life_cycle_simulation_request` when calling `post_issuer_life_cycle_simulation`")
0 commit comments