Success

data class Success(val setupTokenId: String, val status: String? = null, val didAttemptThreeDSecureAuthentication: Boolean = false) : CardVaultResult

A result returned by CardClient when an a successful vault occurs.

Parameters

setupTokenId

the id for the setup token that was recently updated

status

the status of the updated setup token

Constructors

Link copied to clipboard
constructor(setupTokenId: String, status: String? = null, didAttemptThreeDSecureAuthentication: Boolean = false)

Properties

Link copied to clipboard

3DS verification was attempted. Use v2/checkout/orders/{orderId} in your server to get verification results.

Link copied to clipboard
Link copied to clipboard