ThreeDSAuthenticationSimulateParams

Simulates a 3DS authentication request from the payment network as if it came from an ACS. If you're configured for 3DS Customer Decisioning, simulating authentications requires your customer decisioning endpoint to be set up properly (respond with a valid JSON). If the authentication decision is to challenge, ensure that the account holder associated with the card transaction has a valid phone number configured to receive the OTP code via SMS.

Types

Link copied to clipboard
Link copied to clipboard
class CardExpiryCheck : Enum

When set will use the following values as part of the Simulated Authentication. When not set defaults to MATCH

Link copied to clipboard
object Companion
Link copied to clipboard
class Merchant

Merchant information for the simulated transaction

Link copied to clipboard

Request object for simulating a 3DS authentication

Link copied to clipboard

Transaction details for the simulation

Functions

Link copied to clipboard

Additional headers to send with the request.

Link copied to clipboard

Additional query param to send with the request.

Link copied to clipboard
open override fun _headers(): Headers

The full set of headers in the parameters, including both fixed and additional headers.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of pan.

Link copied to clipboard
open override fun _queryParams(): QueryParams

The full set of query params in the parameters, including both fixed and additional query params.

Link copied to clipboard
Link copied to clipboard

When set will use the following values as part of the Simulated Authentication. When not set defaults to MATCH

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Merchant information for the simulated transaction

Link copied to clipboard
fun pan(): String

Sixteen digit card number.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Transaction details for the simulation