tr_payment_hub 1.0.0
tr_payment_hub: ^1.0.0 copied to clipboard
Unified Turkish payment gateway integration for Flutter/Dart. Supports iyzico, PayTR and more with a single, clean API.
Changelog #
1.0.0 #
- Initial release
- iyzico payment provider integration
- Non-3DS and 3D Secure payment support
- Installment query by BIN number
- Refund operations
- Payment status query
- PayTR payment provider integration
- iFrame token based payments
- 3D Secure payment flow
- Callback hash verification
- Refund support
- Core features
- Unified
PaymentProviderinterface PaymentRequest,PaymentResult,RefundRequestmodelsCardInfowith Luhn validation and maskingBuyerInfo,BasketItem,AddressInfomodelsPaymentExceptionwith standardized error codesLogSanitizerfor secure logging
- Unified
- Testing utilities
MockPaymentProviderfor unit testing- Configurable success/failure scenarios
- Custom delay support