PaymentPreparationException

class PaymentPreparationException(val message: String, val cause: Throwable? = null) : Exception

Thrown by PaymentGateway.prepare when the order/session could not be created.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
open override val message: String