data about payer
diff --git a/docs/index.html b/docs/index.html index 380bf7b..2d8ca23 100644 --- a/docs/index.html +++ b/docs/index.html @@ -424,7 +424,7 @@
Called when tokenization failed
Called when tokenization was successful
Called when module was closed
Function responsible for checking if the AddCard.Sheet is currently open
Function responsible for restoring the AddCardDelegate callback after a process death occurred.
If the AddCard.Sheet was open during process death, system will automatically open it again after user comes back to the app. In this case you need to call this method to restore the callback and receive tokenization information.
Function responsible for adding Tokenization observer
Function responsible for handling back press inside Tpay UI module
Function responsible for opening Tpay UI module
Function responsible for removing Tokenization observer
data about payer
url that tokenization notifications will be sent to
url that tokenization notifications will be sent to
Function responsible for checking if the CardTokenPayment.Sheet is currently open
Function responsible for restoring the PaymentDelegate callback after a process death occurred.
If the CardTokenPayment.Sheet was open during process death, system will automatically open it again after user comes back to the app. In this case you need to call this method to restore the callback and receive transaction information.
Function responsible for adding payment observer
Function responsible for handling back press inside Tpay UI module
Function responsible for opening Tpay UI module
Function responsible for removing observer
amount of money customer will have to pay
transaction description visible to customer
hidden description visible for merchant
information about customer
credit card token
notification information including email and url
hidden description visible for merchant
notification information including email and url
authorization including clientId and clientSecret
authorization including clientId and clientSecret
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
description visible for payer
hidden description visible for merchant
Information about notifications
Information about payer
description visible for payer
hidden description visible for merchant
Information about notifications
Information about payer
BLIK alias that will be used to register/pay (if registered)
tokenized cards created after successful credit card payment
BLIK alias that will be used to register/pay (if registered)
tokenized cards created after successful credit card payment
public key used to encrypt credit card data
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Function responsible for adding payment observer
Function responsible for removing observer
Function responsible for handling back press inside Tpay UI module
Function responsible for opening Tpay UI module
credit card token
4 last numbers of credit card number
credit card brand
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Called when module was closed (CardTokenPayment cannot be closed without creating a transaction)
Called when user cancelled payment or payment failed
id of cancelled transaction
Called when user paid for transaction
id of completed transaction
Called when payment was created on Tpay server
id of created transaction
Function responsible for checking if the Payment.Sheet is currently open
Function responsible for passing activity result data to Payment sheet after a process death occurred.
It is important to call this method if you use Google Pay inside Tpay module as the credit card data is sent via onActivityResult(...) method in your activity.
Function responsible for passing a back press event to Payment.Sheet.
Use this method if you lost access to the Payment.Sheet instance.
Function responsible for restoring the PaymentDelegate callback after a process death occurred.
If the Payment.Sheet was open during process death, system will automatically open it again after user comes back to the app. In this case you need to call this method to restore the callback and receive transaction information.
Function responsible for adding payment observer
Function responsible for handling back press inside Tpay UI module
Function responsible for opening Tpay UI module
Function responsible for removing observer
alias display name, show this as a label to user
alias code used to select bank app
Function responsible for creating BLIKAmbiguousAliasPayment.
id of transaction from CreateBLIKTransactionResult.AmbiguousBlikAlias
blik alias used to create transaction with BLIKPayment
ambiguous alias selected by user
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
Function adding BLIK alias to request. Use only registered aliases. This method overrides payment information set by setBLIKCode and setBLIKCodeAndRegisterAlias methods.
Function adding 6-digit BLIK code and a BlikAlias to register after successful payment. Use any alias. Using a registered alias will give user a chance to register it in a another bank. This method overrides payment information set by setBLIKCode and setBLIKAlias methods.
Function adding 6-digit BLIK code to request. This method overrides payment information set by setBLIKAlias and setBLIKCodeAndRegisterAlias methods.
Function adding redirect and notification urls using Redirects and Notifications classes to payment.
Function adding payer information to payment using Payer class.
Function adding payment information like amount or description using PaymentDetails class.
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
Function adding redirect and notification urls using Redirects and Notifications classes to payment.
Function responsible for setting generated credit card token used in one click payments.
Function responsible for setting credit card information.
credit card data
merchant domain name
if true, credit card token will be generated and sent to notification url defined in Notifications
custom identifier for settlement
Function adding payer information to payment using Payer class.
Function adding payment information like amount or description using PaymentDetails class.
Function responsible for configuring recurring credit card payments.
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
not null if credit card is available
not null if BLIK is available
list containing available transfer methods
list containing available digital wallet methods
list containing available Pekao installment methods
not null if PayPo is available
Method responsible for creating AvailablePaymentMethods. Resulting object will contain a common part of methods from grouped and methods.
grouped payment channels created with GroupedPaymentChannels.from method
payment methods that you want to use
final price that will be used while creating the transaction, payment channels will be filtered to satisfy the PaymentConstraint.Amount constraint
list containing available Pekao installment methods
list containing available transfer methods
list containing available digital wallet methods
language code
currency code
received channels
This method groups payment channels, so they are easier to display.
channels received from GetPaymentChannels.execute method
if true, ignores unsupported payment channels, currently ignores only Apple Pay because it is not available on Android
if not null, stores information about credit card channel
if not null, stores information about BLIK channel
stores information about transfer channels
stores information about digital wallet channels
stores information about different kinds of installment payments
if not null, stores information about BLIK channel
if not null, stores information about credit card channel
Returns available installment payments of type installmentPayment for specified amount.
Returns available transfer payment channels for specified amount.
Returns BLIK channel if available for specified amount
Returns credit card channel if available for specified amount
Returns Google Pay channel if available for specified amount
stores information about different kinds of installment payments
stores information about transfer channels
stores information about digital wallet channels
id of the payment channel
channel display name
channel image url
whether the channel is currently available to use
whether the channel supports a online payment
whether the channel supports transaction creation with instant redirection
payment groups available to use with legacy transaction creation system
channel constraints
payment groups available to use with legacy transaction creation system
whether the channel supports transaction creation with instant redirection
id of the group
group display name
group image url
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Function adding redirect and notification urls using Redirects and Notifications classes to payment.
Function adding Google Pay token to request
Function adding payer information to payment using Payer class.
Function adding payment information like amount or description using PaymentDetails class.
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
final price of transaction
your store name
your merchant id in Tpay system
activity used to receive onActivityResult
information about price, your store name and your merchantId in Tpay system
google pay environment that you want to use
alternative request code that will be used to manage Google Pay data
Function responsible for checking if Google Pay is available
callback, if true Google Pay is available to use
Method responsible for handling activity result with customRequestCode or GOOGLE_PAY_SCREENLESS_REQUEST_CODE code. Use this method on the same object that method openGooglePay was called.
request code from Activity.onActivityResult method
result code from Activity.onActivityResult method
intent from Activity.onActivityResult method
callback with the result of Google Pay module
Method responsible for starting the Google Pay module
Function adding redirect and notification urls using Redirects and Notifications classes to payment.
Function adding payer information to payment using Payer class.
Function adding payment information like amount or description using PaymentDetails class.
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
Function adding redirect and notification urls using Redirects and Notifications classes to payment.
Function adding channel id of Pekao installment to request
Function adding payer information to payment using Payer class.
Function adding payment information like amount or description using PaymentDetails class.
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
Function adding redirect and notification urls using Redirects and Notifications classes to payment.
Function setting the channelId to request
Function adding payer information to payment using Payer class.
Function adding payment information like amount or description using PaymentDetails class.
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
delay between each request
maximum number of requests to be sent, null = no limit
stop long polling on first error
function called every time there is a successful response from server with current TransactionState of transaction
function called when unexpected error occurs (server or client side)
function called when maxRequestCount is achieved
maximum number of requests to be sent, null = no limit
function called when maxRequestCount is achieved
function called when unexpected error occurs (server or client side)
function called every time there is a successful response from server with current TransactionState of transaction
stop long polling on first error
Function responsible for starting long polling on transaction with specified transactionId
address of merchant server with configured endpoint to receive notifications
merchant email address to receive payment notifications
merchant email address to receive payment notifications
address of merchant server with configured endpoint to receive notifications
payment amount/price
description visible for payer
hidden description visible for merchant
language used in payment
hidden description visible for merchant
Function responsible for creating transaction and starting long polling mechanism.
configuration of long polling mechanism, null = no long polling
function called with result of transaction creation
user will be redirected to this url if payment is not successful
user will be redirected to this url if payment is successful
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Function responsible for configuring merchant information
Function responsible for configuring environment
Function responsible for configuring payment methods
Function responsible for configuring ssl certificates
Function responsible for configuring merchant details provider
Function responsible for configuring the compatibility mode. Compatibility.NATIVE is set by default.
Function responsible for configuring Google Pay
Function responsible for configuring languages available in Tpay UI module
language that will be displayed
languages that user will be able to use
Called when web view detects that payment couldn't be completed
Called when web view detects that payment was completed
Called always when web view is being closed, this includes events:
user clicked the system back press button, without finishing the payment
payment was successful, onPaymentSuccess method will also be called
payment ended with an error, onPaymentFailure method will also be called
url that will be displayed in the web view, Tpay backend returns it if needed
url that Tpay frontend will redirect to when payment is completed
url that Tpay frontend will redirect to when payment couldn't be completed
url that Tpay frontend will redirect to when payment couldn't be completed
url that will be displayed in the web view, Tpay backend returns it if needed
url that Tpay frontend will redirect to when payment is completed
Function responsible for checking if the WebView.Sheet is currently open
Function responsible for passing a back press event to WebView.Sheet.
Use this method if you lost access to the WebView.Sheet instance.
Function responsible for restoring the WebViewCallback callback after a process death occurred.
If the WebView.Sheet was open during process death, system will automatically open it again after user comes back to the app. In this case you need to call this method to restore the callback and receive web view status.
Function responsible for handling back press inside Tpay UI module
Function responsible for opening Tpay UI module