A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
C
- ChallengeParameters - class in com.checkout.threeds.standalone.dochallenge.models
- Challenge Parameters required to perform challenge process and retrieved inside the Authentication Response.
- Checkout3DSService - class in com.checkout.threeds
- This is the main class of the SDK that performs payment authentication with the authenticate method.
- cleanup() - function in com.checkout.threeds.standalone.api.ThreeDS2Service
- This method clear and close contexts and resources which ThreeDS2Service holds.
- close() - function in com.checkout.threeds.standalone.api.Transaction
- The close method is called to clean up resources that are held by the Transaction object.
- com.checkout.threeds - package com.checkout.threeds
- com.checkout.threeds.domain.error - package com.checkout.threeds.domain.error
- com.checkout.threeds.domain.model - package com.checkout.threeds.domain.model
- com.checkout.threeds.sessions - package com.checkout.threeds.sessions
- com.checkout.threeds.standalone - package com.checkout.threeds.standalone
- com.checkout.threeds.standalone.api - package com.checkout.threeds.standalone.api
- com.checkout.threeds.standalone.dochallenge.models - package com.checkout.threeds.standalone.dochallenge.models
- com.checkout.threeds.standalone.models - package com.checkout.threeds.standalone.models
- com.checkout.threeds.standalone.utils - package com.checkout.threeds.standalone.utils
- ConfigParameters - class in com.checkout.threeds.standalone.models
- Configuration parameters required to create transaction
- ConnectivityError - enum entry in com.checkout.threeds.domain.model.AuthenticationErrorType
The communication between the SDK and the remote server could not be established. We recommend retrying authentication if this occurs.
- ConnectivityErrorCode - class in com.checkout.threeds.domain.error
- Sealed class representing connectivity error codes with their public messages.
- ConnectivityErrorCode.E2001_connection_failed - class in com.checkout.threeds.domain.error.ConnectivityErrorCode
- A network connection to the server could not be established.
- ConnectivityErrorCode.E2002_connection_timeout - class in com.checkout.threeds.domain.error.ConnectivityErrorCode
- A network request did not complete within the allowed time and timed out.
- ConnectivityErrorCode.E2006_certificate_transparency_checks_failed - class in com.checkout.threeds.domain.error.ConnectivityErrorCode
- Certificate transparency validation failed for a network call.
- createTransaction() - function in com.checkout.threeds.standalone.api.ThreeDS2Service
- The createTransaction method creates an instance of Transaction through which the 3DS Requester App gets the data that is required to perform the transaction.