b24_payment_sdk 0.0.3 copy "b24_payment_sdk: ^0.0.3" to clipboard
b24_payment_sdk: ^0.0.3 copied to clipboard

retracted

Package payment SDK for merchant.

b24_payment_sdk #

b24_payment_sdk is a Flutter package that simplifies the integration of payment methods for merchants who want to offer a range of payment options, including bank app payments, bank checkout, and KHQR payments. This package is written in Dart and supports both Android and iOS platforms.

Features #

  • Bank App Payment: Allow your users to make payments through their bank's mobile app, providing a seamless and familiar payment experience.

  • Bank Checkout: Offer a convenient checkout process where users can pay directly through their bank, ensuring a secure and efficient transaction.

  • KHQR Payment: Enable users to make payments using the KHQR (Quick Response Code) method, offering a versatile and widely accepted payment option.

Getting started #

To use the payment_sdk package in your Flutter project, follow these steps:

1. Add the dependency #

Usage #

Add the following dependency to your pubspec.yaml file:

dependencies:
  b24_payment_sdk: ^0.0.3

### Usage

import 'package:b24_payment_sdk/b24_payment_sdk.dart';


void main() { 
  B24PaymentSdk.intSdk(
            controller: context,
            tranId: '2C0B6207F910',
            refererKey: "123X",
            langauge: "km",
            isLightMode: false,
            env: "demo",
            );}