Success

data class Success(val paymentId: String, val verification: Map<String, String>, val raw: RedactedPayload) : PaymentResult

Constructors

Link copied to clipboard
constructor(paymentId: String, verification: Map<String, String>, raw: RedactedPayload)

Properties

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

Fields the server needs to verify this payment (signature, order id, gateway refs). NOT for display — the orchestrator forwards these to PaymentBackend.verify only. The human-readable, secret-safe view is raw.