simplify_commerce 1.0.2 copy "simplify_commerce: ^1.0.2" to clipboard
simplify_commerce: ^1.0.2 copied to clipboard

outdated

A simplify commerce package in dart.

Simplify Dart Package

To run a payment though Simplify Commerce use the following script substituting your public and private API keys:

globalPublicKey = "YOUR_PUBLIC_API_KEY" globalPrivateKey = "YOUR_PRIVATE_API_KEY"

import simplify Simplify payment = Simplify();

call instance of the object #

payment = simplify.create({ "card" : { "number": "5555555555554444", "expMonth": 11, "expYear": 15, "cvc": "123" }, "amount" : "1000", "description" : "prod description", "currency" : "USD" }) print payment

1
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A simplify commerce package in dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, http

More

Packages that depend on simplify_commerce