MppPaymentOutput

Contains the payment credential, ready to retry the request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Ready-to-send value for the Authorization header, in the form "Payment ". Attach this header and retry the original request. To inspect the full credential, base64url-decode the token.

Link copied to clipboard

The id of the challenge that was paid, echoed from the input challenge so you can correlate the result without decoding the credential.

Link copied to clipboard

The MPP protocol version, for example "1" or "2".

Functions

Link copied to clipboard
inline fun copy(block: MppPaymentOutput.Builder.() -> Unit = {}): MppPaymentOutput
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
open override fun toString(): String