PaymentCredentials
Class for storing encrypting payment credentials
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open fun fromCreditCardData(name: String, brand: PaymentCredentials.Brand, projectId: String, obfuscatedId: String, expirationMonth: String, expirationYear: String, hostedDataId: String, schemeTransactionId: String, storeId: String): PaymentCredentials
Encrypts and stores a Telecash / First Data credit card.
Link copied to clipboard
open fun fromDatatrans(token: String, brand: PaymentCredentials.Brand, obfuscatedId: String, expirationMonth: String, expirationYear: String, projectId: String): PaymentCredentials
Encrypts and stores a datatrans authorization token.
Link copied to clipboard
open fun fromExternalBilling(@NonNull credentials: ExternalBillingPaymentCredentials, @NonNull projectId: String, @NonNull obfuscatedId: String): PaymentCredentials
Encrypts and stores ExternalBilling payment credentials.
Link copied to clipboard
open fun fromGiropay(authorizationData: GiropayAuthorizationData, customerAuthorizationURI: String, projectId: String): PaymentCredentials
Encrypts and stores a Giropay authorization token.
Link copied to clipboard
open fun fromPayone(@NonNull pseudoCardPan: String, @NonNull truncatedCardPan: String, @NonNull brand: PaymentCredentials.Brand, @NonNull cardExpiryDate: String, @NonNull lastname: String, @NonNull street: String, @NonNull zip: String, @NonNull city: String, @NonNull country: String, @Nullable state: String, @NonNull email: String, @Nullable userId: String, @NonNull projectId: String): PaymentCredentials
Encrypts and stores a payone pseudo card pan.
Link copied to clipboard
Encrypts and stores SEPA payment credentials.
Link copied to clipboard
Encrypts and stores SEPA payment credentials.
Link copied to clipboard
open fun fromTegutEmployeeCard(obfuscatedId: String, cardNumber: String, projectId: String): PaymentCredentials
Encrypts and stores a tegut employee card.
Link copied to clipboard
Get the associated payment method for the payment credentials
Link copied to clipboard
Link copied to clipboard