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
/// <param name="paymentAccountReference">The unique account reference assigned to the PAN. Conditionally returned if the Token Requestor has opted to receive PAR and providing PAR is assigned by Mastercard or the Issuer provides PAR in the authorization message response. .</param>
/// The unique account reference assigned to the PAN. Conditionally returned if the Token Requestor has opted to receive PAR and providing PAR is assigned by Mastercard or the Issuer provides PAR in the authorization message response.
82
72
/// </summary>
83
73
/// <value>The unique account reference assigned to the PAN. Conditionally returned if the Token Requestor has opted to receive PAR and providing PAR is assigned by Mastercard or the Issuer provides PAR in the authorization message response. </value>
/// <param name="supportsAuthentication">(required)Flag to indicate if the issuer supports authentication of the cardholder on the token. Must be one of: - TRUE - FALSE .</param>
/// <param name="responseHost">The host that originated the request. Future calls in the same conversation may be routed to this host. .</param>
43
43
/// <param name="requestId">Unique identifier for the request. (required).</param>
44
44
/// <param name="tokenUniqueReference">Globally unique identifier for the Token, as assigned by MDES. (required).</param>
45
-
/// <param name="dsrpType">What type of DSRP cryptogram to create. Must be either UCAF or M_CHIP. (required).</param>
45
+
/// <param name="dsrpType">What type of DSRP cryptogram to create. Must be UCAF. (required).</param>
46
46
/// <param name="unpredictableNumber">HEX Encoded data (case sensitive) provided by the merchant to provide variability and uniqueness to the generation of a cryptogram. .</param>
**PaymentAccountReference** | **string** | The unique account reference assigned to the PAN. Conditionally returned if the Token Requestor has opted to receive PAR and providing PAR is assigned by Mastercard or the Issuer provides PAR in the authorization message response. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**SupportsAuthentication** | **bool** | (required)Flag to indicate if the issuer supports authentication of the cardholder on the token. Must be one of: - TRUE - FALSE | [optional]
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: csharp/docs/TransactRequestSchema.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**ResponseHost** | **string** | The host that originated the request. Future calls in the same conversation may be routed to this host. | [optional]
8
8
**RequestId** | **string** | Unique identifier for the request. |
9
9
**TokenUniqueReference** | **string** | Globally unique identifier for the Token, as assigned by MDES. |
10
-
**DsrpType** | **string** | What type of DSRP cryptogram to create. Must be either UCAF or M_CHIP. |
10
+
**DsrpType** | **string** | What type of DSRP cryptogram to create. Must be UCAF. |
11
11
**UnpredictableNumber** | **string** | HEX Encoded data (case sensitive) provided by the merchant to provide variability and uniqueness to the generation of a cryptogram. | [optional]
12
12
13
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments