Class CreateTokenRequest
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CreateTokenRequest
Properties
Card
Object containing card details
Declaration
public TokenCard Card { get; set; }
Property Value
Type | Description |
---|---|
TokenCard |
EncryptedCustomerInput
Data that was encrypted client side containing all customer entered data elements like card data.
Note: Because this data can only be submitted once to our system and contains encrypted card data you should not store it. As the data was captured within the context of a client session you also need to submit it to us before the session has expired.
Declaration
public string EncryptedCustomerInput { get; set; }
Property Value
Type | Description |
---|---|
string |
EWallet
Object containing eWallet details
Declaration
public TokenEWallet EWallet { get; set; }
Property Value
Type | Description |
---|---|
TokenEWallet |
NonSepaDirectDebit
Object containing non SEPA Direct Debit details
Declaration
public TokenNonSepaDirectDebit NonSepaDirectDebit { get; set; }
Property Value
Type | Description |
---|---|
TokenNonSepaDirectDebit |
PaymentProductId
Payment product identifier
Please see
payment products for a full overview of possible values.
Declaration
public int? PaymentProductId { get; set; }
Property Value
Type | Description |
---|---|
int? |
SepaDirectDebit
Object containing SEPA Direct Debit details
Declaration
public TokenSepaDirectDebitWithoutCreditor SepaDirectDebit { get; set; }
Property Value
Type | Description |
---|---|
TokenSepaDirectDebitWithoutCreditor |