ThreeDsSuccess class
The cardholder completed authentication and the ACS posted its result back.
Feed md and paRes into payments/ThreeDSCallback (or the server-side
payments/cards/post3ds) to finish the payment.
- Inheritance
-
- Object
- ThreeDsResult
- ThreeDsSuccess
Constructors
- ThreeDsSuccess({required String md, required String paRes})
-
Creates a successful authentication result.
const
-
ThreeDsSuccess.fromMap(Map<
Object?, Object?> map) -
Restores the result from the map sent over the method channel.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- md → String
-
The merchant data echoed back by the ACS — for CloudPayments, the
TransactionIdof the payment being authenticated.final - paRes → String
-
The authentication response, to be sent back to CloudPayments.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited