MobiPayPaymentProcessor class
Service for processing payments using Hosted Payment Fields
Reference: https://docs.mobibox.io/docs/guides/hosted_payment_fields
Constructors
- MobiPayPaymentProcessor({required String checkoutHost, required String merchantKey, required String password})
Properties
- checkoutHost → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantKey → String
-
final
- password → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getTransactionStatus(
{required String paymentId}) → Future< TransactionStatusResponse> - Get transaction status by payment_id
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processPayment(
{required String sessionToken, required String cardholderName, String? email, Map< String, dynamic> ? billingAddress, Map<String, dynamic> ? browserInfo, String? birthDay, String? selectedLanguage}) → Future<PaymentProcessingResponse> - Process payment after card data has been collected via HPF
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited