Compensated

data class Compensated(val walletAmount: Money, val refundTxnId: String, val payload: RedactedPayload) : PaymentStep

The wallet leg was reversed because the gateway leg failed (or the split couldn't complete) — the compensating credit from the split-payment design. Net wallet movement is zero.

Constructors

Link copied to clipboard
constructor(walletAmount: Money, refundTxnId: String, payload: RedactedPayload)

Properties

Link copied to clipboard
open override val payload: RedactedPayload
Link copied to clipboard
Link copied to clipboard