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

discontinued
outdated

Flutter shurjoPay SDK.

Flutter shurjoPay SDK v2 #

Request Data Model: #

RequiredRequestData requiredRequestData = RequiredRequestData( username: "username", password: "password", prefix: "prefix", currency: "currency", amount: 1, orderId: "order_id", discountAmount: "discount_amount", discPercent: 0, customerName: "customer_name", customerPhone: "customer_phone", customerEmail: "customer_email", customerAddress: "customer_address", customerCity: "customer_city", customerState: "customer_state", customerPostcode: "customer_postcode", customerCountry: "customer_country", returnUrl: "return_url", cancelUrl: "cancel_url", clientIp: "client_ip", value1: "value1", value2: "value2", value3: "value3", value4: "value4", );