paystation_ps 0.0.2 copy "paystation_ps: ^0.0.2" to clipboard
paystation_ps: ^0.0.2 copied to clipboard

A Easy Way to add PaymentGateway for Bangladesh.

Description: The flutter_paystation package allows Flutter developers to seamlessly integrate Paystation payment functionality into their mobile applications. With just a few lines of code, users can incorporate a secure and reliable payment link generation feature within their app.

Features:

Easy Integration: Simple API for quick and straightforward integration.

Parameterized Configuration: Configure payment details using parameters such as amount, currency, and merchant information.

Secure Transactions: Utilizes Paystation for secure and PCI-compliant payment processing.

Payment Link Generation: Generates payment links based on provided parameters.

Customizable UI: Offers options to customize the user interface based on the app's design guidelines.

know whether this package might be useful for them.

Getting started #

  1. Register as merchant in paystation. link - "https://www.paystation.com.bd/"
  2. After successful registration you will get store_name and store_pass in your email from PayStation.
  3. Now add the package paystation_ps in your yaml file.
  4. Provide all the required parameter in PsPaymentButton Class.

Usage #

PsPaymentButton(
 storeName: "Store name that you got from PayStation in email",
 storePass:"Store name that you got from PayStation in email",
 
 invoice_number:"Create a random number",
 currency:"BDT",
 payment_amount:"200",
 reference:"some referance",
 cust_name:"Customer name",
 cust_phone:"customer phone",
 cust_email:"customer email",
 cust_address:"ccustomer address",
 callback_url:"your website url",

    )
2
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A Easy Way to add PaymentGateway for Bangladesh.

Homepage

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on paystation_ps