Class CreateTokenResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Token
Assembly: connect-sdk-dotnet.dll
Syntax
public class CreateTokenResponse
Properties
IsNewToken
Indicates if a new token was created
- true - A new token was created
- false - A token with the same card number already exists and is returned. Please note that the existing token has not been updated. When you want to update other data then the card number, you need to use the update API call, as data is never updated during the creation of a token.
Declaration
public bool? IsNewToken { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
OriginalPaymentId
The initial Payment ID of the transaction from which the token has been created
Declaration
public string OriginalPaymentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Token
ID of the token
Declaration
public string Token { get; set; }
Property Value
| Type | Description |
|---|---|
| string |