PaystackPaymentApi class

Constructors

PaystackPaymentApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

dio ↔ Dio
getter/setter pair
options ↔ BaseOptions
getter/setter pair

Static Methods

bankPayment({required String code, required String accountNumber, required PaymentInfo paymentInfo}) Future<APIResponse>
chargeCard({required PaymentInfo paymentInfo}) Future<APIResponse>
mobileMoneyPayment({required String provider, required String phone, required PaymentInfo paymentInfo}) Future<APIResponse>
sendAddress({required String reference, required String address, required String city, required String state, required String zipCode, required PaymentInfo paymentInfo}) Future<APIResponse>
sendBirthday({required String reference, required String dob, required PaymentInfo paymentInfo}) Future<APIResponse>
sendOTP({required String reference, required String otp, required PaymentInfo paymentInfo}) Future<APIResponse>
sendPhone({required String reference, required String phone, required PaymentInfo paymentInfo}) Future<APIResponse>
sendPIN({required PaymentInfo paymentInfo, required String reference, required String pin}) Future<APIResponse>
verifyTransaction({required String reference, required PaymentInfo paymentInfo}) Future<APIResponse>