SetupError

@JsonClass(generateAdapter = true)
data class SetupError : Serializable

Information for an erroneous SetupAttempt

Properties

Link copied to clipboard
val code: String?

For some errors that could be handled programmatically, a short string indicating the error code reported.

Link copied to clipboard

For card errors resulting from a card issuer decline, a short string indicating the card issuer’s reason for the decline if they provide one.

Link copied to clipboard

A URL to more information about the error code reported.

Link copied to clipboard

A human-readable message providing more details about the error.

Link copied to clipboard

If the error is parameter-specific, the parameter related to the error.

Link copied to clipboard

The PaymentMethod object for errors returned on a request involving a PaymentMethod.

Link copied to clipboard

If the error is specific to the type of payment method, the payment method type that had a problem.

Link copied to clipboard

The type of error returned.